[Nagiosplug-help] USEDDISKSPACE parameter

Jon Angliss jon at netdork.net
Sun May 24 16:43:20 CEST 2009


On Sat, 23 May 2009 22:49:12 -0700 (PDT), Grant Lowe
<glowe at sbcglobal.net> wrote:

>
>Hi Jon,
>
>When I execute your example I get this:
>
>[root at nagios-test ~]# /usr/local/nagios/libexec/check_nt -H 172.20.10.30 -v USEDDISKSPACE -l c -w 90 -c 95
>Connection refused
>could not fetch information from server
>[root at nagios-test ~]#
>
>So where do I go from here?

Check to make sure service is running on the server, and is listening
on the port specified. Check the config file to make sure it's not
blocking access to hosts.

-- 
Jonathan Angliss
<jon at netdork.net>


>
>
>
>----- Original Message ----
>From: Jon Angliss <jon at netdork.net>
>To: nagiosplug-help at lists.sourceforge.net
>Sent: Saturday, May 23, 2009 3:25:51 PM
>Subject: Re: [Nagiosplug-help] USEDDISKSPACE parameter
>
>On Thu, 21 May 2009 07:43:27 -0700 (PDT), Grant Lowe
><glowe at sbcglobal.net> wrote:
>
>>
>>Hi Jonathan,
>>
>>You're right.  I should have included some examples.  Here are some examples of what I tried from the command line:
>>
>>  # ./check_nt -h
>>  # ./check_nt -H 172.20.10.30 -l USEDDISKSPACE
>>  # ./check_nt -H 172.20.10.30 -l USEDDISKSPACE -w 90 -c 95
>>  # ./check_nt -H 172.20.10.30 -l c USEDDISKSPACE -w 90 -c 95
>
>Command execution should be:
>
>./check_nt -H 172.20.10.30 -v USEDDISKSPACE -l c -w 90 -c 95
>
>-v is the command to execute (USEDDISKSPACE)
>-l is the arguments for that command (C drive in this case)
>
>What do you get when you execute the above?
>
>>The check_nt command definition I have is this:
>>
>># 'check_nt' command definition
>>define command{
>>        command_name    check_nt
>>        command_line    $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v $ARG1$ $ARG2$
>>        }
>>
>>The check_nrpe command looks like this:
>>
>># 'check_nrpe' command defintion
>>define command{
>>        command_name    check_nrpe
>>        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
>>        }
>>
>>So how would I incorporate the following USEDDISKSPACE into the command definition?
>>
>>check_command          check_nt!USEDDISKSPACE!-l c -w 90 -c 95
>
>This syntax looks okay, based on the check_nt command you have
>defined.  With it set like this, what are you getting from nagios?





More information about the Help mailing list