Search found 3 matches
- Fri Jan 04, 2013 3:15 pm
- Forum: Open Source Nagios Projects
- Topic: check_snmp_disk_monitor help
- Replies: 4
- Views: 1775
Re: check_snmp_disk_monitor help
Ah is point #3 the new script you are using? Thank you for letting the community know the solution to your issue. glad to share. Point 3 references the command definition check_snmp_storage which calls check_snmp_storage.pl, which is the new script I am using now. Prior to moving to this new script...
- Wed Jan 02, 2013 7:09 pm
- Forum: Open Source Nagios Projects
- Topic: check_snmp_disk_monitor help
- Replies: 4
- Views: 1775
Re: check_snmp_disk_monitor help
./check_snmp_disk_monitor.pl -H sys1 -C sys1read -m / -w 75 -c 90 check_command check_snmp_disk! -c sys1read -m / -w 75 -c 95 One of these C's is not like the other. I'll give you a hint, it follows the exclamation mark ;) Thanks for the reply. that wasn't the cause in my case (i just typoed the ot...
- Sun Dec 30, 2012 9:17 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp_disk_monitor help
- Replies: 4
- Views: 1775
check_snmp_disk_monitor help
I am trying to get the contrib file to work via Nagios. I have tried various iterations of command definition and service definition and cannot seem to make this work (I get an unknown status return and a timeout). Where I am at now is below. It works fine via the command line: ./check_snmp_disk_mon...