Defining metric type for SNMP polls using check_snmp
Posted: Thu Mar 28, 2013 3:44 pm
Howdy experts!
probably a very simple question here. I set up an SNMP query for a DNS appliance to check the processor loads. It does return the correct values for all 4 CPU's with an output that looks like this:
SNMP OK - A B C D (where ABCD are the CPU utilization values in %). But it does not say that it is measured in % and the graph shows just a number. How do I define within my query that the value is % and so that it will reflect it on the performance graph. My current command format is:
check_snmp -o "OID-1 OID-2 OID-3 OID-4" -C communitystring -P 2c -w 75, 75, 75, 75 -c 90, 90, 90, 90
Thanks a lot in advance!!
probably a very simple question here. I set up an SNMP query for a DNS appliance to check the processor loads. It does return the correct values for all 4 CPU's with an output that looks like this:
SNMP OK - A B C D (where ABCD are the CPU utilization values in %). But it does not say that it is measured in % and the graph shows just a number. How do I define within my query that the value is % and so that it will reflect it on the performance graph. My current command format is:
check_snmp -o "OID-1 OID-2 OID-3 OID-4" -C communitystring -P 2c -w 75, 75, 75, 75 -c 90, 90, 90, 90
Thanks a lot in advance!!