<div dir="ltr">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,
<br>
<br>Running the plugin by hand works perfectly I get the results wanted as 
seen below:
<br>
<br>
<br>[root@nagios libexec]# ./check_netapp -H netapp -C mystring -v DISKUSED
<br>DISKUSED WARNING - Kb Used : 8496184|<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>vol/volnetapp<span class="moz-txt-tag">/</span></i>
<br>
<br>
<br>But, when I added the checks into my nagios configuration to start 
checking the host using the following syntax:
<br>
<br>
<br>define command{
<br>command_name check_netapp_DISKUSED
<br>command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C $USER4$ -v DISKUSED
<br>}
<br>
<br>
<br>
<br>define service{
<br>use Unix-Service
<br>host_name <a href="http://netapp.example.com">netapp.example.com</a>
<br>service_description check_netapp_DISKUSED
<br>contact_groups Unix-Administrators
<br>check_command check_netapp_DISKUSED
<br>}
<br>
<br>When I go to the web interface and look at the service detail I get the 
following error in the STATUS information window:
<br>
<br>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
<br>
<br>It seems that Nagios cannot find the OID associated with this query?
<br>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?
<br>
<br>Thanks for any input.
<br>
<br>
<br>

</div>