Dell's Nagios Plugin
Ding Deng
ding.deng at gmail.com
Thu Jun 4 00:50:33 CDT 2009
"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