Re: [Nagios-users] NRPE compilation on HPUX

2010-05-11 Thread Ciro Iriarte
2010/2/11 Frost, Mark {PBG} : > > > It's kind of strange, but I know I had the problem you're having at one > point, but I no longer seem to have it on HPUX 11.31 (IA64).  I wonder if > there was some OS patch that was applied that took care of that.  The OS > level on our servers is shown as "HP-U

Re: [Nagios-users] 2 nagios

2010-05-11 Thread Marcel
Yeah, read about Distributed/Redundant setup and the OCSP/OCHP command definitions. There you'll find your answer! Happy monitoring! On Tue, May 11, 2010 at 3:01 PM, Leonardo Carneiro - Veltrac < lscarne...@veltrac.com.br> wrote: > Hi everyone, > > I have two datacenters. One of then is already

[Nagios-users] turning off service inheritance of host settings?

2010-05-11 Thread Frost, Mark {PBC}
I don't suppose there's any way (short of changing the source and recompiling) to turn off the "feature" of inheriting host settings to services? This is one thing I've found *really* annoying about 3.2.0 and would like to have a way to turn it off. I didn't see anything in the docs or in the

[Nagios-users] 2 nagios

2010-05-11 Thread Leonardo Carneiro - Veltrac
Hi everyone, I have two datacenters. One of then is already being monitored by nagios, and i'll start the install in the second one this week. Is it possible to get then both talking to each other so i can access all data through a single web interface? Tks in advance. -- Leonardo Carneiro --

[Nagios-users] RES: Nagios plugin problem using check_nrpe

2010-05-11 Thread Antonio Fernando Evangelista
Hi All, I solved my problem including enabling the user nagios to execute the command /sbin/hpasmcli as root user. Thank all of you. Regards, Antonio Evangelista Especialista de Sistemas - Infraestrutura - TI DASA - www.dasa.com.br e-mail: antonio.evangel

Re: [Nagios-users] UTF-8 characters in Nagios UI

2010-05-11 Thread Richard Lynch
As I look at the ³Technical Monitoring Overview² frame on my laptop proof of concept install, there is no DOCTYPE, and the encoding is ISO-8859-1... #fail On 5/11/10 3:07 AM, "Kumar, Ashish" wrote: > >> Is this relevant? >> >> http://www.mail-archive.com/pld-cvs-com...@lists.pld-linux.org/ms

Re: [Nagios-users] Nagios plugin problem using check_nrpe

2010-05-11 Thread Sean McAfee
Antonio Fernando Evangelista wrote: > [r...@lnxaphmoa04 libexec]# /usr/local/nagios/libexec/check_teste.pl -s4 > -w80 -c85 > > OK: TEMPERATURA ATUAL: 30 C - THRESHOLD: 127 C > > *If I execute the script calling through the check_nrpe command:* > > [r...@lnxaphmoa04 libexec]# /usr/local/nagios/l

Re: [Nagios-users] Nagios plugin problem using check_nrpe

2010-05-11 Thread Assaf Flatto
Antonio Fernando Evangelista wrote: > > Hi. > > I’m writing a new Nagios plugin that will be responsible to monitor > the server internal components temperature. > > I have a Proliant DL380 G5 with the HP Management CLI for Linux > installed on it, and I wrote a perl program to check the > > Temp

Re: [Nagios-users] Odd long URL

2010-05-11 Thread Ward.P.Fontenot
Thanks everyone, for future reference it worked like this for me ./check_http -H server.domain.com -u "/crltest/http?server=server-m3.domain.com&path=/CRL/&crl=ent.crl" -Original Message- From: Giorgio Zarrelli [mailto:zarre...@linux.it] Sent: Tuesday, May 11, 2010 9:32 AM To: Nagios U

[Nagios-users] Nagios plugin problem using check_nrpe

2010-05-11 Thread Antonio Fernando Evangelista
Hi. I'm writing a new Nagios plugin that will be responsible to monitor the server internal components temperature. I have a Proliant DL380 G5 with the HP Management CLI for Linux installed on it, and I wrote a perl program to check the Temperature. When I execute the perl script directly fro

Re: [Nagios-users] Odd long URL

2010-05-11 Thread Giorgio Zarrelli
Try double quoting the URL. Ciao, Giorgio Il giorno 11/mag/2010, alle ore 18.13, ha scritto: > Check_http returns an incorrect response code, check_http returns > the following > > [r...@pkinagios plugins]# HTTP WARNING: HTTP/1.1 404 Not Found - > 1099 bytes in 0.177 second response time

Re: [Nagios-users] Odd long URL

2010-05-11 Thread Parish, Brent
Could it be from the metacharacters on the command line? What do you get if you enclose the entire URL in single quotes? -Original Message- From: ward.p.fonte...@wellsfargo.com [mailto:ward.p.fonte...@wellsfargo.com] Sent: Tuesday, May 11, 2010 12:14 PM To: nagios-users@lists.sourceforg

Re: [Nagios-users] Odd long URL

2010-05-11 Thread Allan Clark
On Tue, May 11, 2010 at 12:13, wrote: > Check_http returns an incorrect response code, check_http returns the > following > > [r...@pkinagios plugins]# HTTP WARNING: HTTP/1.1 404 Not Found - 1099 > bytes in 0.177 second response time |time=0.176506s;;;0.00 > size=1099B;;;0 > > While our BB se

Re: [Nagios-users] Odd long URL

2010-05-11 Thread Ward.P.Fontenot
Check_http returns an incorrect response code, check_http returns the following [r...@pkinagios plugins]# HTTP WARNING: HTTP/1.1 404 Not Found - 1099 bytes in 0.177 second response time |time=0.176506s;;;0.00 size=1099B;;;0 While our BB server returns a 200 - which is correct. Of course I c

Re: [Nagios-users] A question on check_http to over 100 sites

2010-05-11 Thread Flyinvap
Le Tue, 11 May 2010 11:21:05 -0400, steve f a écrit : > Can I create a $URL$ macro for use here? Would doing something like > this work? You can define custom object variables [1] on host and/or service. http://nagios.sourceforge.net/docs/3_0/customobjectvars.html -- Flyinvap

Re: [Nagios-users] A question on check_http to over 100 sites

2010-05-11 Thread Assaf Flatto
steve f wrote: > I have a need to verify that vendor urls for my company do not change. > Since we only allow our locations to see approved urls, this is important. > > I was hoping there was some way I could use a macro to do the > check_http and have all of the urls for the sites listed as the

[Nagios-users] A question on check_http to over 100 sites

2010-05-11 Thread steve f
I have a need to verify that vendor urls for my company do not change. Since we only allow our locations to see approved urls, this is important. I was hoping there was some way I could use a macro to do the check_http and have all of the urls for the sites listed as the macro contents . Somet

[Nagios-users] Nagios Appender - NagiosIncludeExcludeFilters.properties

2010-05-11 Thread Raymond Setchfield
Hi Folks I am having some difficulty with the Filters.properties file which is used with the nagios appender for the log4j. Now the appender is working fine which is great as it speaking to nagios etc. However I am looking to use the filter file which is causing me a little bit of a grief.

Re: [Nagios-users] (no subject)

2010-05-11 Thread steve f
If you open it as a new page, it will only show the tac screen. you can use the url as your path to the screen. Steve > Date: Tue, 11 May 2010 08:49:37 -0500 > From: lflac...@cps.k12.il.us > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] (no subject) > > Good Day every one,

Re: [Nagios-users] (no subject)

2010-05-11 Thread Assaf Flatto
Lacayo, Luis F wrote: > Good Day every one, > > I am looking for a way to present the "Tactical Monitoring Overview" > page as part of a dashboard (without the left hand column) can any one > point me in the direction to achieve this. > > Thanks, > > Luis > > use the direct url to call the ta

[Nagios-users] (no subject)

2010-05-11 Thread Lacayo, Luis F
Good Day every one, I am looking for a way to present the "Tactical Monitoring Overview" page as part of a dashboard (without the left hand column) can any one point me in the direction to achieve this. Thanks, Luis

Re: [Nagios-users] check_disk plugin

2010-05-11 Thread Parish, Brent
Hi Davide. Sorry it took so long for me to respond, I had to wait for my plugin to be approved before it would show up on Nagios Exchange. I don't know if you have already solved you disk regex problem or not, but I uploaded the one that I wrote and use if you want to give it a whirl. http://exc

[Nagios-users] check_snmp_netint, stats pb.

2010-05-11 Thread m...@43
Hello, I use to check the speed and the stae of my interfaces the plugin check_snmp_netint.pl ( http://exchange.nagios.org/directory/Plugins/Uncategorized/Software/SNMP/Advanced-Network-Interface-Check/details) with this command: /check_snmp_netint.pl -H $HOSTADDRESS$ -C $USER2$ --2 -n $ARG1$ -y -

Re: [Nagios-users] UTF-8 characters in Nagios UI

2010-05-11 Thread Kumar, Ashish
> Is this relevant? > > > http://www.mail-archive.com/pld-cvs-com...@lists.pld-linux.org/msg195151.html > > Looks like it might be but I don't really understand it. > I'm using Nagios Version 3.0.6 on CentOS. I wonder if this is fixed in a > later > version. > > Ian > > > I think the status info is

Re: [Nagios-users] Monitor network traffic

2010-05-11 Thread Kumar, Ashish
> What I am looking for is something like this, but I would prefer something > more basic - I have only a handful of servers I want to monitor the network > bandwith on, and to be honest MRTG looks like it has way more functionality > than I need. I really just want something basic. > What platfo

Re: [Nagios-users] Odd long URL

2010-05-11 Thread Enrico Zimol
On 11 May 2010 01:45, wrote: > Hello, > “How can I monitor the following URL with Nagios?” > http://server.domain.com/crltest/http?server=server-m3.domain.com&path=/CRL/&crl=test.crl > What do you mean with "check"? Check the result of your http request (202, 403 etc) or check the page to find an

Re: [Nagios-users] nagios newbie looking for guidance

2010-05-11 Thread Enrico Zimol
On 11 May 2010 00:48, Giorgio Zarrelli wrote: > Start with the online docs, they are really helpful > I agree. I'm newbie too and I'm finding too helpful -- Enrico Zimol --