[Nagios-users] Clarification on Check_Load Plugin

2010-03-26 Thread Jatin Davey
Hi The check load plugin gives 1 min , 5 min and 15 min average load on the target machine. My question is: How does the plugin claculate the 1 min avg load , 5 min avg load and 15 min avg load. Take the case of 1 min avg load : -- How many data points does it use to calulcate the average

Re: [Nagios-users] Unable to install NRPE Addon

2010-03-26 Thread Jatin Davey
Thanks Assaf. Appreciate your timely response in this regard. Thanks Jatin On 3/26/2010 6:53 PM, Assaf Flatto wrote: > Jatin Davey wrote: > >> Hi >> >> While installing the NRPE addon , i am unable to issue the make all command. >> >> Following the NRPE documentation, first i did ./configure

Re: [Nagios-users] Unable to install NRPE Addon

2010-03-26 Thread Jatin Davey
Thanks Raymond. Appreciate your timely response in this regard. Thanks Jatin On 3/26/2010 7:52 PM, Raymond Setchfield wrote: > Hi > > You will need to install openssl-devel on your machine this will resolve the > SSL headers issue > > Thanks > > Raymond > > -Original Message- > From: Jati

Re: [Nagios-users] Does anyone have event log monitors that *work*?

2010-03-26 Thread C. Bensend
> Likewise please ask again if you're still stuck. I don't mind having > another bash at some of these issues when I have a minute. > > I just read your thread on the NSClient++ forum too. I have found > that whenever I try to combine too many matches in one check it simply > doesn't work right

Re: [Nagios-users] Checking Windows Backup (ntbackup)

2010-03-26 Thread Joseph L. Casale
>I've had a look around and I can't see a plugin for checking if a standard >windows backup (using ntbackup) has been successful or not. A requirement >has come up for me to monitor this on a Win XP based host. Am I missing >something, or does someone have a plugin that will do this? I just finish

Re: [Nagios-users] Drop in replacement for check_ping wit hout performance output when device down

2010-03-26 Thread Jelle Smet
> > Use check_icmp instead. It does something like that, iirc. > Hi Andreas, When untarring nagios-plugins-1.4.13.tar.gz there's already a compiled version sitting nagios-plugins-1.4.13/plugins-root/check_icmp which has the behaviour you were referring to. It has only 2 performance output par

Re: [Nagios-users] Drop in replacement for check_ping wit hout performance output when device down

2010-03-26 Thread Jelle Smet
Andreas Ericsson op5.se> writes: > > Use check_icmp instead. It does something like that, iirc. > Yes indeed, but it has 2 extra performance output values rtmax and rtmin. This makes pnp4nagios complain it now receives 4 values instead of 2 and as a result not updating the graphs... Adding DS's

[Nagios-users] Checking Windows Backup (ntbackup)

2010-03-26 Thread gtj
Hi, I've had a look around and I can't see a plugin for checking if a standard windows backup (using ntbackup) has been successful or not. A requirement has come up for me to monitor this on a Win XP based host. Am I missing something, or does someone have a plugin that will do this? Thanks, Gl

Re: [Nagios-users] NSCA and Windows

2010-03-26 Thread Natxo Asenjo
hi, now I realize that you are using nsca. I have never used that, so my previous posting may not work at all. I misread your question, sorry. -- groeten, natxo -- Download IntelĀ® Parallel Studio Eval Try the new softwa

Re: [Nagios-users] Nagios NRPE: Unable to read output

2010-03-26 Thread Marquez, Quentin
Hi Alen, I don't know much about this plugin, but it looks like your command requires root permission. Thus you would need to setup a sudo command to run /usr/local/nagios/libexec/tsmonitor db Then use your new sudo command in your nrpe.cfg : command[tsmonitor_db]=sudo /usr/local/nagios/libe

Re: [Nagios-users] NSCA and Windows

2010-03-26 Thread Natxo Asenjo
On Fri, Mar 26, 2010 at 3:13 PM, Klein, Oliver wrote: > > > > Hi Kevin, > > > > thx i think that is what we need. But I have some problems to get this > plugins work with nsclient. Any idea about this? > > This is the error massage in syslog on the nagios server > > > > Mar 26 15:04:41 nagios nag

[Nagios-users] Nagios NRPE: Unable to read output

2010-03-26 Thread Grizonic Alen
Hello! I know that this post is nothing new, but I still didn't find any solution for it. I am working on a AIX 5.3 machine with NRPE running under inetd. On the local AIX machine the command for TSM works fine ... # ./tsmonitor db db - database utilization 0%, OK But when I start if from the

Re: [Nagios-users] Unable to install NRPE Addon

2010-03-26 Thread Raymond Setchfield
Hi You will need to install openssl-devel on your machine this will resolve the SSL headers issue Thanks Raymond -Original Message- From: Jatin Davey [mailto:jasho...@cisco.com] Sent: 26 March 2010 13:21 To: Nagios Mailinglist Subject: [Nagios-users] Unable to install NRPE Addon Hi

Re: [Nagios-users] NSCA and Windows

2010-03-26 Thread Klein, Oliver
Hi Kevin, thx i think that is what we need. But I have some problems to get this plugins work with nsclient. Any idea about this? This is the error massage in syslog on the nagios server Mar 26 15:04:41 nagios nagios: EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;sonicwall2;C:\NSCLIENT++\scri

Re: [Nagios-users] Drop in replacement for check_ping without performance output when device down

2010-03-26 Thread Andreas Ericsson
On 03/26/2010 01:40 PM, Jelle Smet wrote: > > > Hi List, > > The default check_ping has an annoying feature I think and > that's it will produce performance output equal to the timeout when a host > is not reachable. > That means the RTA graphs are completely filled, while I > think they should

Re: [Nagios-users] Unable to install NRPE Addon

2010-03-26 Thread Assaf Flatto
Jatin Davey wrote: > Hi > > While installing the NRPE addon , i am unable to issue the make all command. > > Following the NRPE documentation, first i did ./configure command and > then when i gave the make all command , it shows me the following error: > > [r...@pc-linux-1 nrpe-2.12]# make all >

[Nagios-users] Unable to install NRPE Addon

2010-03-26 Thread Jatin Davey
Hi While installing the NRPE addon , i am unable to issue the make all command. Following the NRPE documentation, first i did ./configure command and then when i gave the make all command , it shows me the following error: [r...@pc-linux-1 nrpe-2.12]# make all make: *** No rule to make target `

[Nagios-users] Drop in replacement for check_ping wit hout performance output when device down

2010-03-26 Thread Jelle Smet
Hi List, The default check_ping has an annoying feature I think and that's it will produce performance output equal to the timeout when a host is not reachable. That means the RTA graphs are completely filled, while I think they should be interrupted... by not producing performance output for

[Nagios-users] Having multiple 'parents', how to do it right?

2010-03-26 Thread Kenneth Fribert
We have a few places where there are redundant paths. One example is our VMWare farm, that comprises of several servers, running a lot of virtual servers, which can move dynamically between servers. So we've created the vmware servers, and under them are the virtual servers, each virtual server t