i have Nagios Core 4.0.4 monitoring my remote Centos Server with an camera application. I imported the MIB of this application into the Nagios monitoring server and can successfully execute snmp get commands for the OIDs of thes mib.
Last week I've been trying to set up a trap configuration, since i want Nagios to send me warnings/messages as soon as a specific event has happened.
I followed this instruction:
http://paulgporter.net/2013/09/16/nagios-snmp-traps/
-I created the service
-i can perform the submit_check_result server TRAP 2 "TESTING" command, then in the webinterface i get the appropriate message
-i converted the mib with snmptt
It also works, but it is not that what i wanted to achieve. The manual uses check-host-alive command as check. But my understanding is that this is just a normal ping command.
What I want is to check like 10 OIds whether the status changes or not. I also tried to create check_commands checking the OID with snmptget, but thit didn't work.
Also, i don't understand why I should convert the mib using snmptt and then only execute a check_host_alive command?
It would be cool if someone could help me getting an other view of that issue.
BR j.
Austria, Vienna