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
check_snmp_storage_wizard.pl - ERROR: Description/Type table
check_snmp_storage_wizard.pl - ERROR: Description/Type table
You do not have the required permissions to view the files attached to this post.
Re: check_snmp_storage_wizard.pl - ERROR: Description/Type t
In your example, in the name option, you have a $ in it.
Try removing that and see if that resolves the error.
Try removing that and see if that resolves the error.
Code: Select all
-m "/"Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: check_snmp_storage_wizard.pl - ERROR: Description/Type t
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.