Re: [Nagios-users] Check_cpu

2008-10-10 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Morris wrote: > Hi Hugo! > > On Fri, 10 Oct 2008, Hugo van der Kooij wrote: > >> Patrick Morris wrote: >>> On Thu, 09 Oct 2008, Michael Fern?ndez M wrote: >>> Hi, Someone knows a plugin to check the cpu, but only if it's at 90%

[Nagios-users] Nagios v3.0 Statusmap and IE

2008-10-10 Thread David Bank
Hello the list. Happy Nagios user here who has run into a bit of a problem. My boss also likes Nagios, and wants to show it to his boss. However, my boss (and his boss) uses Internet Exploder (v6.0.2900.2180 on XP SP2) and it doesn't seem to be able to render the "Balanced Tree" status map

Re: [Nagios-users] Check_cpu

2008-10-10 Thread Patrick Morris
Hi Hugo! On Fri, 10 Oct 2008, Hugo van der Kooij wrote: > Patrick Morris wrote: > > On Thu, 09 Oct 2008, Michael Fern?ndez M wrote: > > > >> Hi, > >> > >> Someone knows a plugin to check the cpu, but only if it's at 90% for 5 > >> minutes? > >> > >> I do not need to check the cpu peak. > >> >

Re: [Nagios-users] Alarming on coredumps on Linux?

2008-10-10 Thread Tim Pushor
Thomas Guyot-Sionnest wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/10/08 01:26 PM, Tim Pushor wrote: > >> Hello everyone, >> >> While not specifically a nagios issue, I am setting up a nagios >> installation to monitor a server that is used to run an interactive >> applic

[Nagios-users] Check_CVSUp / PServer - Nagios Plugins?

2008-10-10 Thread Brian A. Seklecki
Hey all: One of the big pitfalls of running a public CVS/CVSup/FTP mirror seems to be poor reporting on failed updates. I'd like add some Nagios monitoring to our project. For FTP and CVSUP rsyncs, I can have my cron(8)'d update scripts touch(1) a file if [ $? = 0 ]; then check them with libe

Re: [Nagios-users] undeterminate data in report

2008-10-10 Thread Marc Powell
Please always respond on list so that others, now and in the future, benefit from your experience. On Oct 10, 2008, at 10:27 AM, Benoit Barriere wrote: > I confirm that my sed command has done the job. If I check my > nagios-10-07-2008-00.log file > > All seems correct: > > > [1223244000] CUR

[Nagios-users] service latency troubles

2008-10-10 Thread Antoine Musso
Hello, For testing purposes, we are monitoring 1750 services on 580 hosts. We would like to check each service every 300 second, unfortunatly, nagios report a service check latency of 150 to 250 seconds ! I noticed nagios launch roughly 200 checks and then idle for roughly a minute. I check

Re: [Nagios-users] cgi restart and manual config change

2008-10-10 Thread hiren
On Fri, 2008-10-10 at 09:54 -0500, Marc Powell wrote: > On Oct 10, 2008, at 7:58 AM, hiren wrote: > > > from this my question is, what exactly does HUP do for nagios, would > > it > > ignore changes make to hosts via the cgi's even if the config files > > have > > different settings? > > A HU

Re: [Nagios-users] undeterminate data in report

2008-10-10 Thread Marc Powell
On Oct 10, 2008, at 9:02 AM, Benoit Barriere wrote: > Hi all, > > I have a problem about my archives log file. > > I had to change a description service in all archives logs (deleting > a space character) and also in my nagios conf. I have done that by > sed command. So all my logs are modifi

Re: [Nagios-users] cgi restart and manual config change

2008-10-10 Thread Marc Powell
On Oct 10, 2008, at 7:58 AM, hiren wrote: > from this my question is, what exactly does HUP do for nagios, would > it > ignore changes make to hosts via the cgi's even if the config files > have > different settings? A HUP tells nagios to re-read it's config files and apply any changes. I

Re: [Nagios-users] Monitoring which user is running a service/process

2008-10-10 Thread Aaron Segura
Yes. Note the '-u' option. $ ./check_procs -h check_procs (nagios-plugins 1.4.2) 1.46 Copyright (c) 1999 Ethan Galstad <[EMAIL PROTECTED]>Copyright (c) 2000-2004 Nagios Plugin Development Team <[EMAIL PROTECTED]> Checks all processes and generates WARNING or CRITICAL states if the

[Nagios-users] Monitoring which user is running a service/process

2008-10-10 Thread Kenneth Holter
Hello all. I have some processes that are meant to be run by user A, but are often (for some human error reason) run by the root user. Is there a way to set up Nagios to alert me whenever this happens? Regards, Kenneth Holter -

Re: [Nagios-users] NRPE not display correct results

2008-10-10 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/08 09:25 AM, Edwin Zoeller wrote: > Sorry for the miss understanding. > > My warning is set for 20%, the file system has used 81% thus leaving > 19%, which gives me the warning message when run locally. What is the check command defined in

Re: [Nagios-users] NRPE not display correct results

2008-10-10 Thread Edwin Zoeller
Sorry for the miss understanding. My warning is set for 20%, the file system has used 81% thus leaving 19%, which gives me the warning message when run locally. -Original Message- From: Andy Shellam [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 2:39 PM To: nagios-user Maili

[Nagios-users] cgi restart and manual config change

2008-10-10 Thread hiren
Hi all, I run nagios server 2.9. within the front end cgi I have configured a host to passive checks only, I disabled active checks. I noticed that this was how the host was configured in the host definition in the config file, I changed the config file and enabled active checks, hoping a HUP to t

[Nagios-users] multiple escalation steps

2008-10-10 Thread Heiko
Hello, we have planned our notification escalation periods and run into the question if we can define multiple steps in one serviceescalation definition, or if we can "use" multiple templates? I have the following templates: svc-esc-err-step2-tmpl svc-esc-err-step3-tmpl svc-esc-crit-step2-tmpl sv