[Nagios-users] check_load issue

2008-10-16 Thread jeremiah
My check_load service keeps on giving me the following error. Warning threshold must be float or float triplet! However, when i run the command from the system it works just fine. ./check_load -w 10.0,8.0,5.0 -c 15.0,10.0,8.0 OK - load average: 0.01, 0.02, 0.00|load1=0.010;10.000;15.000;0;

Re: [Nagios-users] check_load issue

2008-10-16 Thread Patrick Morris
On Thu, 16 Oct 2008, jeremiah wrote: My check_load service keeps on giving me the following error. Warning threshold must be float or float triplet! However, when i run the command from the system it works just fine. ./check_load -w 10.0,8.0,5.0 -c 15.0,10.0,8.0 OK - load average:

Re: [Nagios-users] check_load issue

2008-10-16 Thread Aaron Segura
Going to at least need to see the command definition. -Original Message- From: jeremiah [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 2:33 PM To: Nagios Subject: [Nagios-users] check_load issue My check_load service keeps on giving me the following error. Warning threshold

Re: [Nagios-users] check_load issue

2008-10-16 Thread Marc Powell
On Oct 16, 2008, at 3:32 PM, jeremiah wrote: My check_load service keeps on giving me the following error. Warning threshold must be float or float triplet! However, when i run the command from the system it works just fine. ./check_load -w 10.0,8.0,5.0 -c 15.0,10.0,8.0 OK - load

Re: [Nagios-users] check_load issue

2008-10-16 Thread jeremiah
I checked my commands.cfg file and noticed the command wasn't defined so I went and put this in there... define command { command_namecheck_load command_linelibexec/check_load -w $ARG1$ $ARG2$ $ARG3 -c $ARG4$ $ARG5$ $ARG6$ } However, when i restarted nagios it told me

Re: [Nagios-users] check_load issue

2008-10-16 Thread Aaron Segura
: jeremiah [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 2:57 PM To: Aaron Segura Subject: RE: [Nagios-users] check_load issue Aaron, Thanks for your response. Here's the message I sent to the list. Date: Thu, 16 Oct 2008 13:49:17 -0700 I checked my

Re: [Nagios-users] check_load issue

2008-10-16 Thread Patrick Morris
Hi jeremiah! On Thu, 16 Oct 2008, jeremiah wrote: I checked my commands.cfg file and noticed the command wasn't defined so I went and put this in there... define command { command_namecheck_load command_linelibexec/check_load -w $ARG1$ $ARG2$ $ARG3 -c $ARG4$

Re: [Nagios-users] check_load issue

2008-10-16 Thread Aaron Segura
definitions and macro usage. -Original Message- From: jeremiah [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 3:09 PM To: Aaron Segura Cc: Nagios Subject: RE: [Nagios-users] check_load issue I found this.. File: /etc/nagios-plugins/config/load.cfg # 'check_load' command

Re: [Nagios-users] check_load issue

2008-10-16 Thread jeremiah
To: Aaron Segura Subject: RE: [Nagios-users] check_load issue Aaron, Thanks for your response. Here's the message I sent to the list. Date: Thu, 16 Oct 2008 13:49:17 -0700 I checked my commands.cfg file and noticed the command wasn't defined so I went

Re: [Nagios-users] check_load issue

2008-10-16 Thread jeremiah
: RE: [Nagios-users] check_load issue Aaron, Thanks for your response. Here's the message I sent to the list. Date: Thu, 16 Oct 2008 13:49:17 -0700 I checked my commands.cfg file and noticed the command wasn't defined so I went and put