help with check snmp
Posted: Wed Jun 06, 2018 2:53 pm
I am trying to use check_snmp to poll an apcups device.
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
When I use the run check command to test, I get:
what do I need to do tho get this to work?
Thanks in advance!
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!