Search found 3 matches
- Wed Jun 29, 2011 7:21 pm
- Forum: Open Source Nagios Projects
- Topic: Service escalations without contacts or groups defined
- Replies: 0
- Views: 809
Service escalations without contacts or groups defined
All of my service checks are based on templates where notifications are enabled, the notification period set to 24x7, notification type is set to U,C etc. But there are no contacts or contact groups associated in the service check templates. When I add a new service check, the check is always based ...
- Thu May 19, 2011 1:25 pm
- Forum: Open Source Nagios Projects
- Topic: Use check_snmp with multiple OID's
- Replies: 1
- Views: 11479
Re: Use check_snmp with multiple OID's
I managed to solve this. The trick is to use quoted comma separated values

Code: Select all
-w "10000,15000" -c "20000,35000"- Thu May 19, 2011 11:59 am
- Forum: Open Source Nagios Projects
- Topic: Use check_snmp with multiple OID's
- Replies: 1
- Views: 11479
Use check_snmp with multiple OID's
The help for check_snmp says I can return metrics for more than one OID, for example: check_snmp -H 217.69.47.170 -P 2c -C public -o .1.3.6.1.4.1.9600.1.1.1.1.15.2.67.58 -o .1.3.6.1.4.1.9600.1.1.1.1.18.2.67.58 -l DiskReadBytesPerSecond -l DiskWriteBytesPerSecond This works fine and I get: SNMP OK - ...