Tuesday 5 November 2013

ERROR: Description/Type table : No response from remote host in Nagios

Problem: 

ERROR: Description/Type table : No response from remote host---During SNMP configuration in remote host in Nagios

[root@nagios plugins]# /usr/lib/nagios/plugins/check_snmp_storage.pl -H 192.168.10.9 -C public -m "^/$" -w 2 -c 4
ERROR: Description/Type table : No response from remote host '192.168.10.9'.

 
Solution: 

1. Go to /usr/local/nagios/etc location of remote host


2. edit the nrpe.cfg add the nagios server ip into

allowed_hosts=127.0.0.1 192.168.10.29

Note: Here 192.168.10.29 nagios server ip


3. Go to Nagios server and execute the following command

[root@nagios nagios]# /usr/lib/nagios/plugins/check_snmp_storage.pl -H 192.168.10.9 -C public -m "^/$" -w 2 -c 4
/: 14%used(7142MB/49596MB) (>4%) : CRITICAL

4. Thats it...problem solved....cheers .. :P

No comments:

Post a Comment