check_snmp_storage_wizard.pl - ERROR: Description/Type table

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
chicjo01
Posts: 194
Joined: Tue Jul 28, 2015 2:52 pm

check_snmp_storage_wizard.pl - ERROR: Description/Type table

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

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

Post 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 "/"
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
chicjo01
Posts: 194
Joined: Tue Jul 28, 2015 2:52 pm

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

Post 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.
Locked