Changes between Initial Version and Version 1 of IAMScript


Ignore:
Timestamp:
08/03/11 10:28:10 (13 years ago)
Author:
mshore2@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IAMScript

    v1 v1  
     1This page discusses the script agent for monitoring IAM services. 
     2 
     3Script description in administrator's manual, with additional info [[http://www.foglight.org/Blog/tabid/55/EntryID/117/Default.aspx|here]]. 
     4 
     5The script will write to stdout something that looks like this: 
     6 
     7{{{ 
     8TABLE LDAPServers 
     9START_SAMPLE_PERIOD 
     10Host.String.id = idmp-0 
     11ResponseTime = .31 seconds 
     12Queries = 172             
     13END_SAMPLE_PERIOD 
     14END_TABLE 
     15}}} 
     16 
     17Information sources for tables: 
     18* LDAP servers 
     19  1. hostname 
     20  2. response time: this would involve remote execution of queries from ??? to server, do several (say, three) and take average 
     21  3. queries: snmpget dsApplIfSearchOps (see rfc2605 MIB) 
     22  4. load average: uptime 
     23* RADIUS servers 
     24  1. hostname 
     25  2. response time: this would involve remote execution of queries from ??? to server, do several (say, three) and take average 
     26  3. queries: snmpget radiusAuthServTotalAccessRequests (see rfc2619 MIB) 
     27  4. load average: uptime 
     28* Shibboleth servers 
     29  1. hostname 
     30  2. response time: this would involve remote execution of queries from ??? to server, do several (say, three) and take average 
     31  3. queries: we'd need to parse the shibboleth logs - there is no standard MIB for SAML servers and no MIB for Shibboleth 
     32  4. load average: uptime 
     33 
     34 
     35Clearly we'd need to enable and secure SNMP services on those servers for which it's available