Re: [Nagios-users] plugin check_load

2005-11-28 Thread Heinz Andernach



 may be this is interesting
 plugin check_load (checking the load of the local host)
 don't work under SuSeLinux 9.2 (i586) 2.6.8 in the form I described

 with an older machine (SuSe Linux 8.2 2.4.20) there are no problems
checking
 the load
 using the plugin compiled on the newer machine

 may be there are similar problems with other plugins,

 Regards,
 Heinz Andernach



 On Thu, 2005-11-24 at 16:06 +0100, Heinz Andernach wrote:
 Hi, I'm a new user of nagios and have the job to get things running

testing the plugin check_load
 for example with

 ./check_load -w 10.0,8.0,5.0 -c 15.0,10.0,8.0

 I get  the response: Warning threshold must be float or
 float triplet
 i tried other (or no) delimiter with no effect

 Heinz
 
 
  ---
  This SF.net email is sponsored by: Splunk Inc. Do you grep through log
 files
  for problems?  Stop!  Download the new AJAX search engine that makes
  searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
  http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
  ___
  Nagios-users mailing list
  Nagios-users@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
 
 
 





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] plugin check_load

2005-11-24 Thread Heinz Andernach



Hi, I'm a new user of nagios and have the job to 
get things running

testing the plugin check_load 
for example with

./check_load -w 10.0,8.0,5.0 -c 
15.0,10.0,8.0

I getthe 
response: 
Warning threshold must be float or float triplet
i tried other (or no) delimiter with no 
effect

Heinz


Re: [Nagios-users] plugin check_load

2005-11-24 Thread Marco Ramos

Hi,

you should use integers instead of floats.

$ ./check_load -w 10,10,10 -c 15,15,15
OK - load average: 1.51, 0.94, 1.04

This works but I suggest that you use SNMP for system metrics (load,
cpu, disk space, etc). It's easy to work with and it's platform
independent.

Regards,
Marco Ramos

On Thu, 2005-11-24 at 16:06 +0100, Heinz Andernach wrote:
 Hi, I'm a new user of nagios and have the job to get things running
  
 testing the plugin check_load  
 for example with
  
 ./check_load -w 10.0,8.0,5.0 -c 15.0,10.0,8.0 
  
 I get  the response: Warning threshold must be float or
 float triplet
 i tried other (or no) delimiter with no effect
  
 Heinz



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Nagios-users mailing list
Nagios-users@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