Quick SNMP Question
Posted: Tue Jan 12, 2016 1:45 pm
I have successfully set up a service to check snmp on a specific OID for a character match looking for a return of "Yes". The service is working somewhat as planned, the only issue I am having is that when the service doesn't get a match it is returning as critical. Is there a way to make this return as a warning instead?
Code: Select all
$USER1$/check_snmp -H $HOSTADDRESS$ -o .1.3.6.1.4.1.1429.2.2.4.5.4.1.5.1 -w public -P 1 -l "Service" -r "Yes"