I have loaded the powernet mib onto my server.
I can use the ireasoning mib browser to communicate with the sdevice an pull its oids.
but when I try to use check_snmp
Code: Select all
$USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$Code: Select all
/usr/local/nagios/libexec/check_snmp -H 172.22.193.70 -C public -o .1.3.6.1.4.1.318.1.1.12.1.1
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m '' -v 1 [authpriv] 172.22.193.70:161 .1.3.6.1.4.1.318.1.1.12.1.1Thanks in advance!