Dell's Nagios Plugin

Mark Baxter Mark.Baxter at visma.com
Fri Jun 5 10:34:01 CDT 2009


That's a good tip. Thanks Ding.

Regards,

Mark Baxter

________________________________

Mark Baxter
OnDemand Administrator, Visma Proceedo AB

Switchboard : +46 8 522 930 30 - Direct : +46 8 522 930 60 - Mobile : +46 73 978 92 60 - Fax : +46 8 58 88 48 29

________________________________


-----Original Message-----
From: Ding Deng [mailto:ding.deng at gmail.com] 
Sent: den 4 juni 2009 07:51
To: Mark Baxter
Cc: linux-poweredge at dell.com
Subject: Re: Dell's Nagios Plugin

"Mark Baxter" <Mark.Baxter at visma.com> writes:

> Hi.
>
> Is anyone having any luck with Dell's Nagios plugin,
> dell_check_status?
>
> I'm testing it right now, thinking that using something official may
> be a better idea, but it really doesn't seem to be working correctly.
>
> My first problem is that the example check commands don't work. I have
> to add a double minus before each command (for example change
> check_dell_status!sysbattery-data to
> check_dell_status!--sysbattery-data). Minor problem I know, but it is
> worrying when something like that creeps into the official
> release. Either that or I am doing something spectacularly wrong.

You may try to add the double minus to the command definition area,
e.g.:

define command {
       command_name     check_dell_status
       command_line     /usr/lib/nagios/plugins/check_dell_status -H $HOSTNAME$ --$ARG1$
}

instead of:

define command {
       command_name     check_dell_status
       command_line     /usr/lib/nagios/plugins/check_dell_status -H $HOSTNAME$ $ARG1$
}

> The second problem is a lot more troublesome. No matter what I do I
> can't seem to get Nagios to accept the status information. All I get
> is (null).

Then what have you done? ;-)

> I am an experienced Nagios user and the plugin was announced on this
> list, so can anyone help me to get it to actually work?
>  
>
> Regards,
>
> Mark Baxter
> ________________________________
>
> Mark Baxter
> OnDemand Administrator
> Visma Proceedo AB
> Rålambsvägen 17, vån 12, S-112 59 Stockholm, Sweden



More information about the Linux-PowerEdge mailing list