I've been looking into reading the OID's from the output of an SNMP command from Icinga and have NO idea how to make any sense of it or how I can guage what's worth noting as a warning and as critical.
The command I've been running for testing is
Code: Select all
/usr/lib/nagios/plugins/check_snmp -H 10.0.0.1 -C public -o .1.3.6.1.2.1.2.2.1.10.599
My assumption means that 3263003375 (ignoring the c, which I'm not sure why that's there) is the number of bytes crossing the wire. Dividing that number by 1024 should therefore produce the MB crossing the wire however I definitely don't have 3186526 MB running over my ether13.
Can someone point me in the correct direction? Where am I going wrong here?