Page 1 of 1

not able to monitor linux host using snmp

Posted: Wed Nov 09, 2011 4:10 am
by lntinfo
Hi,

i am not able to monitor linux host using snmp (monitoring linux host without nrpe agent )
i performed all the steps as per below link.

http://assets.nagios.com/downloads/nagi ... g_SNMP.pdf

when i tried to run below command on NagiosXI host
#./check_snmp_storage.pl -H 192.168.2.1 -C public -m "^/$" -w 2 -c 4

it throws below error
ERROR: Description/Type table : Requested table is empty or does not exist

&


ERROR: Description/Type table : No response from remote host '192.168.2.1'

Re: not able to monitor linux host using snmp

Posted: Wed Nov 09, 2011 11:49 am
by nscott
First troubleshooting steps you should do is an SNMPwalk

snmpwalk <host IP> -c <comm string> -v<version>

Is this successful?