NRPE Problem

Vasiliy Boulytchev vasiliy at linuxspecial.com
Wed Feb 11 20:43:27 CET 2009


Gents,

  I am trying to have Nagios specify which partition to check via nrpe...
and am getting the following error:

DISK CRITICAL - 10 is not accessible: No such file or directory

Here is my configuration:


###############################

define command{
        command_name    check_nrpe_manual_disk
        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c
check_manual_disk -a $ARG1$ $ARG2$ $ARG3$
        }



command[check_manual_disk]=/usr/local/nagios-plugins/libexec/check_disk
-w $ARG1$ -c $ARG2$ -p $ARG3$




define service{
        use local-service
        host_name localhost
        service_description Manual Disk /dev/sda1
        check_command check_nrpe_manual_disk!20!10!/
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090211/f0dbccef/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
-------------- 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