Check_netapp.pl plugin Issues

Don dkynyc at gmail.com
Wed Oct 1 03:23:07 CEST 2008


Hi, I am having the following issue running the check_netapp plugin. The
specific plugin I am using is the check_netapp3.pl from nagiosexchange. Here
is the issue,

Running the plugin by hand works perfectly I get the results wanted as seen
below:


[root at nagios libexec]# ./check_netapp -H netapp -C mystring -v DISKUSED
DISKUSED WARNING - Kb Used : 8496184|*/vol/volnetapp/*


But, when I added the checks into my nagios configuration to start checking
the host using the following syntax:


define command{
command_name check_netapp_DISKUSED
command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C $USER4$ -v DISKUSED
}



define service{
use Unix-Service
host_name netapp.example.com
service_description check_netapp_DISKUSED
contact_groups Unix-Administrators
check_command check_netapp_DISKUSED
}

When I go to the web interface and look at the service detail I get the
following error in the STATUS information window:

CRITICAL:Requested table is empty or does not exist for
.1.3.6.1.4.1.789.1.5.4.1 with snmp version 1

It seems that Nagios cannot find the OID associated with this query?
I was thinking that the OS is not aware of the MIB's based on the output so
I downloaded the Netapp MIBS with no luck.  Can someone offer some
assistance?

Thanks for any input.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20080930/68f6f02d/attachment.html>
-------------- next part --------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list