Page 1 of 1

check_snmp_storage_wizard.pl - ERROR: Description/Type table

Posted: Fri Mar 11, 2016 11:23 am
by chicjo01
I am getting "Critical ERROR: Description/Type table : No response from remote host" when I am trying to pull disk space from SNMP on a remote server. I have tested the command used through the CLI and get back the proper result, however the check being done by the Nagios Server is failing. Can you review and assist with getting this corrected?

Version: NagiosXI 5.2.2

[nagios@<Nagios Server> ~]$ ls -l /usr/local/nagios/libexec/check_snmp_storage_wizard.pl
-rwxrwxr-x 1 apache nagios 25488 Mar 11 10:40 /usr/local/nagios/libexec/check_snmp_storage_wizard.pl

[nagios@<Nagios Server> ~]$ /usr/local/nagios/libexec/check_snmp_storage_wizard.pl -H <Remote Server> -C public -m "/$" -w 90 -c 95
/: 47%used(3722MB/7935MB) (<90%) : OK
Capture.PNG

Re: check_snmp_storage_wizard.pl - ERROR: Description/Type t

Posted: Fri Mar 11, 2016 1:01 pm
by tgriep
In your example, in the name option, you have a $ in it.
Try removing that and see if that resolves the error.

Code: Select all

-m "/"

Re: check_snmp_storage_wizard.pl - ERROR: Description/Type t

Posted: Wed Apr 06, 2016 1:27 pm
by chicjo01
Sorry for the delay. I found the problem to how long it takes to run. The default was 10 sec, I need to extend the timeout to 120 and it was able to work. This post can be closed.