Search found 2 matches

by jdmoore
Tue Sep 05, 2017 1:54 pm
Forum: Nagios XI
Topic: Disable warning and critical states for a SNMP check
Replies: 3
Views: 371

Re: Disable warning and critical states for a SNMP check

The check_snmp_storage.pl that comes with XI is not compiled and is licensed under GPL, so feel free to make modifications in compliance with the GPL. Is there an already existing way to gather the performance data without alerting on it's values? I don't have a requirement that I use check_snmp_st...
by jdmoore
Tue Sep 05, 2017 12:59 pm
Forum: Nagios XI
Topic: Disable warning and critical states for a SNMP check
Replies: 3
Views: 371

Disable warning and critical states for a SNMP check

Using Nagios XI 5.4.8 on RHEL 7.4 Create some services for a Windows server using the Wizard. The system memory is being checked with check_snmp_storage.pl. The current check command is this: check_snmp_storage.pl -H $HOSTADDRESS$ -C <community> --v2c -m 'Physical Memory' -w 95 -c 99 -f There are se...