Re: [Nagios-users] NRPE compilation on HPUX

2010-02-10 Thread Ciro Iriarte
2010/2/11 Max : > On Wed, Feb 10, 2010 at 5:30 PM, Ciro Iriarte wrote: >> Hi, i'm getting issues compiling NRPE on HPUX 11.31, do you now what >> missing library can cause this? > > Colleague of mine used the NRPE package here: > > http://mayoxide.com/naghpux/ > > and said it works well. > > - max

Re: [Nagios-users] NRPE compilation on HPUX

2010-02-10 Thread Max
On Wed, Feb 10, 2010 at 5:30 PM, Ciro Iriarte wrote: > Hi, i'm getting issues compiling NRPE on HPUX 11.31, do you now what > missing library can cause this? Colleague of mine used the NRPE package here: http://mayoxide.com/naghpux/ and said it works well. - max --

[Nagios-users] NRPE compilation on HPUX

2010-02-10 Thread Ciro Iriarte
Hi, i'm getting issues compiling NRPE on HPUX 11.31, do you now what missing library can cause this? - utils.c: ld: Unsatisfied symbol "fromhost" in file nrpe.o 1 errors. *** Error exit code 1 Stop. *** Error exit code 1 Stop. - Regards, -- Ciro Iriarte http://cyruspy.

Re: [Nagios-users] Improving performace of the check_folder_size script

2010-02-10 Thread Marc Powell
On Feb 9, 2010, at 11:45 AM, Kaplan, Andrew H. wrote: > Hi there -- > > I am running Nagios 3.1.2 with the nrpe 2.12 client. One of the scripts that > I am using is the > check_folder_size script. When asking about a non-standard plugin, it's very useful to also include where you got that pl

[Nagios-users] Scheduled downtime doesn't clear?

2010-02-10 Thread Michael Durket
We're running Nagios 2.5. Every night we take hundreds of services being monitored by Nagios down for a quick restart. The restart process takes no more than 15 minutes and just before each service goes down, a script sends a scheduled flexible downtime request to Nagios (for a 15 minute flexibl

Re: [Nagios-users] latency & response tme

2010-02-10 Thread Morris, Patrick
Tarak Mukherjee wrote: > Dear Friends, > > How do I get the response time for the particular website using > nagios. As well as the latency report. will it be possible is nagios. See check_http -- SOLARIS 10 is the OS fo

[Nagios-users] nagios 3.2.0- Cross compilation -xscale plaftorm

2010-02-10 Thread Queenie de Melo
> > I have downloaded nagios 3.2.0 and iam trying to cross compile for xscale > big endian platform. > > It configured fine as shown below but while compiling, i get Error. > > I configured as > ./configure host=xscale CC=xscale_be-gcc > checking for a BSD-compatible install... /usr/bin/install -c

Re: [Nagios-users] nagios help

2010-02-10 Thread Masopust, Christian
This is because you don't have defined an icon for the hosts in hostsextinfo... christian -- "I sense much NT in you, NT leads to Blue Screen. Blue Screen leads to downtime, downtime leads to suffering. NT is the path to the darkside." - Unknown Unix Jedi __

[Nagios-users] latency & response tme

2010-02-10 Thread Tarak Mukherjee
Dear Friends, How do I get the response time for the particular website using nagios. As well as the latency report. will it be possible is nagios. /\ Ricky _ Hotmail: Free, trusted and

[Nagios-users] FW: Check for Web Page Changes

2010-02-10 Thread jonathan.wheeler
From: Matt Baer [mailto:m...@baerconsult.com] Sent: 10 February 2010 07:44 > I want to check certain web pages on my servers to see if they change at all, > such as a > comment is left or someone has hacked my site.  Is there a way to have Nagios > check it's > last polled HTML code and compare

[Nagios-users] Check for Web Page Changes

2010-02-10 Thread Matt Baer
I want to check certain web pages on my servers to see if they change at all, such as a comment is left or someone has hacked my site. Is there a way to have Nagios check it's last polled HTML code and compare it to the next poll? Or something to that effect? ---