Last modified 13 years ago
Last modified on 08/03/11 10:28:10
This page discusses the script agent for monitoring IAM services.
Script description in administrator's manual, with additional info here.
The script will write to stdout something that looks like this:
TABLE LDAPServers START_SAMPLE_PERIOD Host.String.id = idmp-0 ResponseTime = .31 seconds Queries = 172 END_SAMPLE_PERIOD END_TABLE
Information sources for tables:
- LDAP servers
- hostname
- response time: this would involve remote execution of queries from ??? to server, do several (say, three) and take average
- queries: snmpget dsApplIfSearchOps (see rfc2605 MIB)
- load average: uptime
- RADIUS servers
- hostname
- response time: this would involve remote execution of queries from ??? to server, do several (say, three) and take average
- queries: snmpget radiusAuthServTotalAccessRequests (see rfc2619 MIB)
- load average: uptime
- Shibboleth servers
- hostname
- response time: this would involve remote execution of queries from ??? to server, do several (say, three) and take average
- queries: we'd need to parse the shibboleth logs - there is no standard MIB for SAML servers and no MIB for Shibboleth
- load average: uptime
Clearly we'd need to enable and secure SNMP services on those servers for which it's available