Re: [Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-18 Thread Alex Griffin
As far as I know, netrc doesn't help with cookie-based authentication, which is what he was asking for. I'm sure there are plugins out there which handle cookies fine, but he'll need something like selenium for measuring browser rendering times. And if he's already using selenium he might as we

Re: [Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-18 Thread Gary Every
you can use your nagios users .netrc file to overcome basic auth. On Wed, Apr 18, 2012 at 12:10 PM, Alex Griffin wrote: > Hey Serge, > > I use Smokeping for checking network latency, integrated with Nagios > using check_smokeping. It do everything you're asking for like browser > rendering tim

Re: [Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-18 Thread Alex Griffin
Hey Serge, I use Smokeping for checking network latency, integrated with Nagios using check_smokeping. It do everything you're asking for like browser rendering times or authentication, though. It's likely that you'll need to use something significantly more powerful for something like that, l

[Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-16 Thread Serge Dukic
Hi, I'm looking for a Nagios plugin to be able to monitor the "latency" of a web page i.e. how long from when the HTTP request is sent, until the first response is received As well as a plugin for measuring "page load" times. i.e. how long from when the first HTTP response is received until

[Nagios-users] Plugins for informatica and microstrategy

2011-04-05 Thread Deborah Martin
Folks, Nagios 3.2.0 / SLES 10 SP2 Does anyone know if there are nagios plugins for monitoring informatica or microstrategy out there. Or could anyone point me to some scripts that I could adapt. I've trawled through google but I get vast amounts of results back which are hit and miss on what

Re: [Nagios-users] Plugins

2011-01-07 Thread Jim Avery
On 7 January 2011 06:52, Glenn Bilocca wrote: > Hi all Nagios users, > > I’ve installed and configured the basic Nagios on a linux server and I’m > quite pleased by the monitoring functions it has. As you can see I’m quite a > newbie for such program but can you tell me if there any plugins or oth

[Nagios-users] Plugins

2011-01-06 Thread Glenn Bilocca
Hi all Nagios users, I've installed and configured the basic Nagios on a linux server and I'm quite pleased by the monitoring functions it has. As you can see I'm quite a newbie for such program but can you tell me if there any plugins or other functions which I can add to safeguard and monitor mo

Re: [Nagios-users] Plugins for jvm memory

2010-01-22 Thread Terry L. Inzauro
0 2:48 AM > *To:* nagios-users@lists.sourceforge.net > *Subject:* [Nagios-users] Plugins for jvm memory > > > Hello all ! > > I'm new in Nagios world and I want to monitor the jvm memory of tomcat > with NRPE... > I want nagios warn me if the memory used is over 80% or 90%

Re: [Nagios-users] Plugins for jvm memory

2010-01-22 Thread Wolfe, Robert
Renaud, have you tried giving Nagios Exchange a search for this? From: Renaud Vanderhagen [skym...@hotmail.com] Sent: Friday, January 22, 2010 2:48 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Plugins for jvm memory Hello all ! I'm n

Re: [Nagios-users] Plugins for jvm memory

2010-01-22 Thread Assaf Flatto
Renaud Vanderhagen wrote: > > Hello all ! > > I'm new in Nagios world and I want to monitor the jvm memory of tomcat > with NRPE... > I want nagios warn me if the memory used is over 80% or 90%. > Do you know a plugins for that ? > > Thank you a lot ! > Take a look here , maybe one of those will g

[Nagios-users] Plugins for jvm memory

2010-01-21 Thread Renaud Vanderhagen
Hello all ! I'm new in Nagios world and I want to monitor the jvm memory of tomcat with NRPE... I want nagios warn me if the memory used is over 80% or 90%. Do you know a plugins for that ? Thank you a lot ! __

Re: [Nagios-users] plugins for clustered environment

2009-05-06 Thread Anirudh Srinivasan
Why don't you use check_tcp on tcp port for network service offered by exchange (smtp25/pop110)? yes , i am using this right now. Currently the below service check is done on the clustered node individually . My question is , is it possible to put it on the clustered environment instead of indiv

Re: [Nagios-users] plugins for clustered environment

2009-05-05 Thread Jon Angliss
On Tue, 5 May 2009 15:05:49 -0400, Anirudh Srinivasan wrote: >Hello Friends, > >Is it possible to monitor a service i.e "exchange service" on the clustered >environment instead of monitoring it individually on each clustered node. Sounds like you need to monitor the clustered IP instead of the

Re: [Nagios-users] plugins for clustered environment

2009-05-05 Thread Roberto Balestra
- Original Message - From: Anirudh Srinivasan To: nagios-users@lists.sourceforge.net Sent: Tuesday, May 05, 2009 9:05 PM Subject: [Nagios-users] plugins for clustered environment Hello Friends, Is it possible to monitor a service i.e "exchange service" on the

[Nagios-users] plugins for clustered environment

2009-05-05 Thread Anirudh Srinivasan
Hello Friends, Is it possible to monitor a service i.e "exchange service" on the clustered environment instead of monitoring it individually on each clustered node. Currently "exchange services are being monitored individually on each clustered node. FYI : The server is a Windows clustered envir

Re: [Nagios-users] plugins

2008-09-10 Thread Patrick Morris
On Wed, 10 Sep 2008, James wrote: > I installed nagios-plugins-1.4.12 with nagios-3.0.3 and I get a syntax > error when I include command.cfg. > > It is on the very first command: > > command[notify-by-email]=/bin/printf "$OUTPUT$" | /bin/mail -s > '$SERVICESTATE$ alert > for $HOSTALIAS$/$SERVIC

[Nagios-users] plugins

2008-09-10 Thread James
I installed nagios-plugins-1.4.12 with nagios-3.0.3 and I get a syntax error when I include command.cfg. It is on the very first command: command[notify-by-email]=/bin/printf "$OUTPUT$" | /bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTEMAIL$ -

[Nagios-users] Plugins to fetch network device's ifUcastPkts and ifErrors

2008-09-09 Thread Yu Watanabe
Hello all, I am searching for a plugin that could fetch and calculate speed of ifUcastPkts and ifErrors. Is there any ? I assume that there is a plugin that calculates the ifOctets speed, which is check_snmp_int.pl. If there's a plugin I would like to use it rather than modifying the check_s

Re: [Nagios-users] plugins works on console but not reliable inside nagios

2008-06-23 Thread Heiko
On Mon, Jun 23, 2008 at 2:40 PM, Marc Powell <[EMAIL PROTECTED]> wrote: > > On Jun 23, 2008, at 3:18 AM, Heiko wrote: >> > >> The plugin is used to monitor some F5 load balancers, i >> already hat a cat witht the developer on this list, and the >> conclusion was that >> the problem seems to be insi

Re: [Nagios-users] plugins works on console but not reliable inside nagios

2008-06-23 Thread Marc Powell
On Jun 23, 2008, at 3:18 AM, Heiko wrote: > > The plugin is used to monitor some F5 load balancers, i > already hat a cat witht the developer on this list, and the > conclusion was that > the problem seems to be inside nagios. Which plugin is it, where did you get it and was that his conclusio

Re: [Nagios-users] plugins works on console but not reliable inside nagios

2008-06-23 Thread Heiko
On Fri, Jun 20, 2008 at 2:40 PM, Marc Powell <[EMAIL PROTECTED]> wrote: > > On Jun 20, 2008, at 1:36 AM, Heiko wrote: > >> Hello, >> >> i use a plugin that is monitoring our load balancers. >> When nagios is checking the services on these LB it very often reports >> a timeout >> on this services. >

Re: [Nagios-users] plugins works on console but not reliable inside nagios

2008-06-20 Thread Marc Powell
On Jun 20, 2008, at 1:36 AM, Heiko wrote: > Hello, > > i use a plugin that is monitoring our load balancers. > When nagios is checking the services on these LB it very often reports > a timeout > on this services. > But when I start the plugin from the bash everything works fine,i get > a fast re

[Nagios-users] plugins works on console but not reliable inside nagios

2008-06-19 Thread Heiko
Hello, i use a plugin that is monitoring our load balancers. When nagios is checking the services on these LB it very often reports a timeout on this services. But when I start the plugin from the bash everything works fine,i get a fast response on these services. I use exactly the same line on th

Re: [Nagios-users] Plugins for IBM Storage DS4000 et Netapp FAS2xxx

2008-01-04 Thread Sander Klein
Hey, Thierry VALLIER wrote: > > Hi all > > I’m searching plugins for monitoring my storage IBM DS4000 and NetApp > FAS2020. > Did you bother to look at http://www.nagiosexchange.org? Or even type something like 'nagios netapp' in google? It gives millions of hits Greets, Sander --

[Nagios-users] Plugins for IBM Storage DS4000 et Netapp FAS2xxx

2008-01-04 Thread Thierry VALLIER
Hi all I'm searching plugins for monitoring my storage IBM DS4000 and NetApp FAS2020. Can someone help me please ? Thanx in advance Bien cordialement, Best regards Thierry VALLIER GROUPE D.FI * : 01 58 87 32 65 * : 06 03 17 07 44 * : [EMAIL PROTECTED]

Re: [Nagios-users] Plugins for health-check of IBM servers

2007-10-09 Thread Yogesh Hasabnis
; *Gesendet:* Montag, 8. Oktober 2007 14:02 > *An:* nagios-users@lists.sourceforge.net > *Betreff:* [Nagios-users] Plugins for health-check of IBM servers > > Hi, > > I have been using check_cciss plugin for monitoring the health of our HP > Proliant server. Would like to know ab

Re: [Nagios-users] Plugins for health-check of IBM servers

2007-10-08 Thread Gerhard Lausser
Have a look at the numerous check_ipmi[tool] plugins or google for "nagios ipmitool". Gerhard _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Yogesh Hasabnis Gesendet: Montag, 8. Oktober 2007 14:02 An: nagios-users@lists.sourceforge.net Betreff: [Na

[Nagios-users] Plugins for health-check of IBM servers

2007-10-08 Thread Yogesh Hasabnis
Hi, I have been using check_cciss plugin for monitoring the health of our HP Proliant server. Would like to know about a similar plugin for monitoring IBM X-series servers. Thanks in advance. Yogesh - This SF.net email is sp

Re: [Nagios-users] plugins check_by_ssh not work {Disarmed}{Fraud?}

2007-05-15 Thread Marc Powell
Please always respond on list. > -Original Message- > From: Maged Shaker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 15, 2007 9:54 AM > To: Marc Powell > Subject: Re: [Nagios-users] plugins check_by_ssh not work > {Disarmed}{Fraud?} > > On Tue, 2007-05-15 at

Re: [Nagios-users] plugins check_by_ssh not work {Disarmed} {Fraud?}

2007-05-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Maged Mahmoud > Sent: Tuesday, May 15, 2007 8:16 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] plugins check_by_ssh not work

Re: [Nagios-users] plugins check_by_ssh not work

2007-05-15 Thread Elias Probst
On Tuesday 15 May 2007 15:15:47 Maged Mahmoud wrote: > check_by_ssh > > UNKNOWN 05-15-2007 18:40:37 0d 3h 33m 45s 3/3 Remote command execution > failed: Host key verification failed. > You didn't add your public SSH key to ~/.ssh/authorized_keys of the target host. Regards, Elias P. -- A real

[Nagios-users] plugins check_by_ssh not work

2007-05-15 Thread Maged Mahmoud
Dear all when use this check_by_ssh plugin with nagios to check disk on remote servers as this example http://www.nagios-wiki.de/doku.php/nagios/plugins/check_by_ssh , the nagios log and web console display this error check_by_ssh UNKNOWN 05-15-2007 18:40:37 0d 3h 33m 45s 3/3 Remote command exec

Re: [Nagios-users] Plugins 1.4.6 make install fails

2007-03-22 Thread andy . shellam-lists
gt; [mailto:[EMAIL PROTECTED] För > [EMAIL PROTECTED] > Skickat: den 22 mars 2007 16:08 > Till: nagios-users@lists.sourceforge.net > Ämne: [Nagios-users] Plugins 1.4.6 make install fails > > Hi > > I'm compiling the 1.4.6 plugins on a Fedora Core 6 machine, and gettin

Re: [Nagios-users] Plugins 1.4.6 make install fails

2007-03-22 Thread Jorg . Schulz
: [Nagios-users] Plugins 1.4.6 make install fails Hi I'm compiling the 1.4.6 plugins on a Fedora Core 6 machine, and getting the following error when doing "make install" (after a successful compile with MySQL and OpenSSL.) This is the trailing output: ... make[2]: Nothing

Re: [Nagios-users] Plugins 1.4.6 make install fails

2007-03-22 Thread James E. Pratt
nistrator Norwich University - http://www.norwich.edu 1(802)485-2532 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 22, 2007 11:08 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Plugins 1.4.6 make insta

[Nagios-users] Plugins 1.4.6 make install fails

2007-03-22 Thread andy . shellam-lists
Hi I'm compiling the 1.4.6 plugins on a Fedora Core 6 machine, and getting the following error when doing "make install" (after a successful compile with MySQL and OpenSSL.) This is the trailing output: ... make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/endeavour

Re: [Nagios-users] plugins with rsh

2007-01-04 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of dave stern - e- > mail.pluribus.unum > Sent: Thursday, January 04, 2007 2:28 PM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] plugins wi

Re: [Nagios-users] plugins with rsh

2007-01-04 Thread dave stern - e-mail.pluribus.unum
:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *dave stern - e-mail.pluribus.unum *Sent:* Wednesday, January 03, 2007 2:17 PM *To:* nagios-users@lists.sourceforge.net *Subject:* [Nagios-users] plugins with rsh [Quoted text hidden] * From: Darren Dunham* <[EMAIL PROTECTED]>

Re: [Nagios-users] plugins with rsh

2007-01-03 Thread Lacayo, Luis F
3-553-1363 [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dave stern - e-mail.pluribus.unum Sent: Wednesday, January 03, 2007 2:17 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] plugins with rsh We have a le

[Nagios-users] plugins with rsh

2007-01-03 Thread dave stern - e-mail.pluribus.unum
We have a legacy setup with tru64 hosts that are currently configured for rsh, not ssh. I've installed the latest and greatest nagios on a relatively recent fedora host and have used plugins with ssh in the past. The problem is that rsh doesn't return status codes properly. Rather, it returns only

Re: [Nagios-users] plugins

2006-07-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Martin J. Green > Sent: Thursday, July 27, 2006 9:10 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] plugins > > What's wrong with status

Re: [Nagios-users] plugins

2006-07-27 Thread Jim Perrin
On 7/27/06, Martin J. Green <[EMAIL PROTECTED]> wrote: > What's wrong with statuswrl - why does it try to pass me itself as a > file rather than processing as a cgi all the others run fine. Nothing is wrong with it. Something is wrong with your browser. As in: you're missing the vrml plugin neede

Re: [Nagios-users] plugins

2006-07-27 Thread Martin J. Green
What's wrong with statuswrl - why does it try to pass me itself as a file rather than processing as a cgi all the others run fine. :S M - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pa

Re: [Nagios-users] Plugins

2006-06-16 Thread Phil Costelloe
> I downloaded the developers doc, but how do I read a doc with a .sgml extension ? That depends on the specific Document Type Definition which should be defined on the first line of the document. My guess would be that it's in Docbook format and the first line is something like: I don't think

Re: [Nagios-users] Plugins

2006-06-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Brunker, Jay > Sent: Thursday, June 15, 2006 4:34 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Plugins > > > Greetings: > >

[Nagios-users] Plugins

2006-06-15 Thread Brunker, Jay
Title: Plugins Greetings: I downloaded the developers doc, but how do I read a doc with a .sgml extension ? Would someone be able to point me towards some info on how to write a plugin or incorporate a 3rd party plugin into my current Nagios setup ? I already have the default Nagios plug

R: [Nagios-users] Plugins 1.4.2

2006-02-27 Thread Marco Borsani
Marco -}-Messaggio originale- -}Da: [EMAIL PROTECTED] -}[mailto:[EMAIL PROTECTED] Per conto -}di Marc Powell -}Inviato: lunedì 27 febbraio 2006 20.43 -}A: NAGIOS -}Oggetto: RE: [Nagios-users] Plugins 1.4.2 -} -}Well, what _does_ happen? Do you get any output at all? Any -}errors? How are

RE: [Nagios-users] Plugins 1.4.2

2006-02-27 Thread Marc Powell
ani [mailto:[EMAIL PROTECTED] > Sent: Monday, February 27, 2006 4:14 AM > To: Marc Powell > Cc: 'NAGIOS' > Subject: R: [Nagios-users] Plugins 1.4.2 > > You are right (regarding REQUIREMENTS file), but I did not find anything > regarding my problem. > > When I

R: [Nagios-users] Plugins 1.4.2

2006-02-27 Thread Marco Borsani
PROTECTED] -}[mailto:[EMAIL PROTECTED] Per conto -}di Marc Powell -}Inviato: venerdì 24 febbraio 2006 17.55 -}A: NAGIOS -}Oggetto: RE: [Nagios-users] Plugins 1.4.2 -} -} -} -}> -Original Message- -}> From: [EMAIL PROTECTED] -}[mailto:nagios-users- -}> [EMAIL PROTECTED] On Beha

RE: [Nagios-users] Plugins 1.4.2

2006-02-24 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marco Borsani > Sent: Friday, February 24, 2006 3:30 AM > To: 'NAGIOS' > Subject: [Nagios-users] Plugins 1.4.2 > > Hi all . > > I compile

Re: [Nagios-users] Plugins 1.4.2

2006-02-24 Thread Sim
Hi Marco! Are you using NRPE <2.1 ? > Hi all . > > I compile plugins 1.4.2 on my HP-UX 11.00, running Nagios server 1.3 and > 2.0. > > None is working correctly! Is there any requirements that I have missed? > > Regards > > Marco > --- This SF

[Nagios-users] Plugins 1.4.2

2006-02-24 Thread Marco Borsani
Hi all . I compile plugins 1.4.2 on my HP-UX 11.00, running Nagios server 1.3 and 2.0. None is working correctly! Is there any requirements that I have missed? Regards Marco --- This SF.Net email is sponsored by xPML, a groundbreaking scri

Re: [Nagios-users] Plugins 1.4

2006-02-15 Thread Alberto
Is there any depot or tar of plugings 1.4.2 bin for hp-ux 11 ( itanium and parisc) .Where can I download them?On 2/14/06, Marco Borsani < [EMAIL PROTECTED]> wrote:Hi folks!I am testing nagios plugins ver. 1.4 on my HP-UX 11.0 server, but none ofthem seem working fine.I tried to use them on a Nagio

[Nagios-users] Plugins 1.4

2006-02-14 Thread Marco Borsani
Hi folks! I am testing nagios plugins ver. 1.4 on my HP-UX 11.0 server, but none of them seem working fine. I tried to use them on a Nagios 1.1, Nagios 1.3 and a Nagios 2.0, but always receive answers like: check_TCP: Invalid hostname/address - 10.1.1.1 Same commands, using 1.3.1 plugins workin

[Nagios-users] Plugins parameter from script

2006-01-17 Thread Angel L. Mateo
Hello, I am trying to configure my nagios system (version 1.3) to monitor, via SNMP, that my systems are running the processes they need to. I use the snmp_procname nagios command defined for snmp. It is defined as: define command{ command_namesnmp_procname command_li

RE: [Nagios-users] plugins for windows services

2005-12-17 Thread Patrick Proy
05 23:08 À : nagios-users Objet : Re: [Nagios-users] plugins for windows services I have found a SNMP based plugin that is able to monitor processes in windows servers. There is only on small problem, if application is started as service you will only see svchost.exe in process list. Is there an

Re: [Nagios-users] plugins for windows services

2005-12-16 Thread Petri Niemela
the FAQ's? Did you look at www.nagiosexchange.org ? Did you try Google? Did you try? -Original Message- From: Prashant Nadgir [mailto:[EMAIL PROTECTED] Sent: Saturday, December 17, 2005 12:30 AM To: nagios-users Subject: [Nagios-users] plugins for windows services I want to mo

RE: [Nagios-users] plugins for windows services

2005-12-16 Thread Tedman Eng
ok at www.nagiosexchange.org ? Did you try Google? Did you try? -Original Message- From: Prashant Nadgir [mailto:[EMAIL PROTECTED] Sent: Saturday, December 17, 2005 12:30 AM To: nagios-users Subject: [Nagios-users] plugins for windows services I want to monitor different services / processes in wi

Re: [Nagios-users] plugins for windows services

2005-12-16 Thread prashanth guduru
Try to be very specific abt services you want to monitor. There already may be a plugin available or you could write one for yourself. Did you search at www.nagiosexchange.com? --- Prashant Nadgir <[EMAIL PROTECTED]> wrote: > I want to monitor different services / processes in > windows 2000 ser

[Nagios-users] plugins for windows services

2005-12-16 Thread Prashant Nadgir
I want to monitor different services / processes  in windows 2000 server. please help me   thanks in advance   Prashant

[Nagios-users] Plugins timing out

2005-12-07 Thread misc
Hi All, On a server with 400 service checks I have about 10 service checks that are timing out. My timeout value is set to 25 seconds. While I am trying to resolve the timeout issues, I am keen to find out how Nagios reacts when waiting for service check results. What happens when Nagios is wai