Friday, January 29, 2010

ERROR: Description table : The requested table is empty or does not exist.

If you get this error while running load.pl

root@Test_Srv libexec]# ./check_snmp_load.pl -H 172.25.21.16 -Cpublic -w 80 -c 90

ERROR: Description table : The requested table is empty or does not exist.


Resolution:-

#vi /etc/snmp/snmpd.conf

# Make at least snmpwalk -v 1 localhost -c public system fast again.
# name incl/excl subtree mask(optional)
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view systemview included .1


Note:- see the third line .. just add the MIB

After that restart the snmpd services.

#service snmpd restart

Now check

[root@Test libexec]# ./check_snmp_mem.pl -H 10.131.11.136 -Cpublic -w 99,20 -c 100,30
Ram : 36%, Swap : 0% : ; OK


Enjoy the setting.

0 comments: