My particular custom poller applies to the Cisco CSS (Load Balancer) and monitoring the status (state) of Service(s).
I use (see below) one OID for the Names table and a second OID for the status of said services
Service Name OID
1.3.6.1.4.1.9.9.368.1.15.2.1.1
Service State OID
1.3.6.1.4.1.9.9.368.1.15.2.1.17
I can apply the status OID to a CSS node in Orion and then inform it to also use the Names OID to assist in correlating the data
And when I open Node Details on the CSS; it looks Great! A full listing of all service names and their current status.
However, I am not sure how to trigger an alert based on a particular service name?
It seems I can only base my trigger action on the existance of a name in the OID table OR the existance of a status state in the other OID.
I do not see how I could only trigger if one particular service was down, etc. Any ideas?
Thanks,
Mike
Example of Poller Table:
DMZ
| CSSsvcState - Label | CSSsvcState |
|---|
| apache11 | suspended |
| apache11-ssl1 | suspended |
| apache11-ssl2 | suspended |
| apache11-ssl3 | suspended |
| apache12 | alive |
| apache12-ssl1 | alive |
| apache12-ssl2 | alive |
| apache12-ssl3 | alive |