I would like to create a Nagios check via check_snmp to this devices sensor 1.
I can get this device to work w/ a third party MibBrowser & get the temperature of sensor 1 returned to me.
Before I attempt to create the command and service, I tried to just run check_snmp to test my snytax.
I think I am using the correct syntax...
Code: Select all
[root@nagios plugins]# ./check_snmp -H 10.25.102.247 -p 161 -P 1 -C webrelay -o .1.3.6.1.4.1.30586.10.1 -w 80 -c 90
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.I even emailed X-300 support & they verified that I am using the correct OID & since it works w/ a third part GUI tool; dont think they'll be much help.
Any suggestions / see this before?
Thanks.