Re: [Nagios-users] Using nagios check_httpfor webbasedauthentication

2009-01-22 Thread Kevin Keane
Actually, the response HTML usually ISN'T a login success page. Most of the time, with form-based login, the user name and password will be submitted to the same URL (in your case, signin.do). The Web server will then return a page (typically, completely empty) with a status code of 302 (instea

Re: [Nagios-users] Using nagios check_httpfor webbasedauthentication

2009-01-22 Thread Venugopal S
Hi Joerge, As you said "welcome venu" is not in the response in spite of giving valid credentials. That is why I am wondering ! Even I gave the -v switch and found in the HTML response that "welcome venu" is not found. And the response HTML is the same as signin.do. It must have thrown me the log

Re: [Nagios-users] Using nagios check_http for webbasedauthentication

2009-01-22 Thread Joerg Linge
Venugopal S schrieb: > > > Hi Marc, > > > > * This is my command in commands.cfg : * > > > > / define command{ / > > / command_namecheck_http / > > / command_line$USER1$/check_http -I $HOSTADDRESS$ > / > > / } / > > > > I executed the

Re: [Nagios-users] re-execute an event handler just in case the service stays DOWN

2009-01-22 Thread Joerg Linge
Marc Haber schrieb: > Hi, > > I would like one event handler to be re-executed just in case it > failed for the first time. The docs > (http://nagios.sourceforge.net/docs/3_0/eventhandlers.html) say "you > don't want that", but I am fairly confident that I want it in this case. > > I have a nagio

Re: [Nagios-users] Using nagios check_http for webbasedauthentication

2009-01-22 Thread Venugopal S
Hi Marc, This is my command in commands.cfg : define command{ command_namecheck_http command_line$USER1$/check_http -I $HOSTADDRESS$ } I executed the following command : ./check_http -I 199.107.237.196 -H ww12.1800flowers.com -u /signin.do -p 80 -P

Re: [Nagios-users] using NPRE to monitor pbs_mom. Error: "NRPE: Unableto read output"

2009-01-22 Thread Rahul Nabar
On Thu, Jan 22, 2009 at 3:18 PM, Seth Simmons wrote: > The filename you specified is check_pbsmom.sh though your command shows > check_pbsmom > I was careless. That was exactly it! Thanks Seth. My bad. It works now. -- Rahul -

Re: [Nagios-users] Windows disk health monitoring with smartmontoolsl/NSClient++?

2009-01-22 Thread Eric Pearce
I've hacked something together that seems to work using WSH and WMI (no smartmontools). It displays the following for the "Service State Information": Current Status: OK (for 0d 0h 14m 52s) Status Information:SMART Status is OK Performance Data:WDC WD1500HLFS-01G6U0 139 GB In "nsc

Re: [Nagios-users] using NPRE to monitor pbs_mom. Error: "NRPE: Unableto read output"

2009-01-22 Thread Seth Simmons
The filename you specified is check_pbsmom.sh though your command shows check_pbsmom From: Rahul Nabar [mailto:rpna...@gmail.com] Sent: Thursday, January 22, 2009 4:05 PM To: Nagios-Users Mailinglist Subject: [Nagios-users] using NPRE to monitor pbs_mom. Error: "NRPE: Unableto read output"

[Nagios-users] using NPRE to monitor pbs_mom. Error: "NRPE: Unable to read output"

2009-01-22 Thread Rahul Nabar
I'm a bit confused about how exactly to add stuff with NRPE to monitor local services on my remote hosts. I got the basics out of the way and I can already monitor the easy stuff like users, procs, swap etc. More ambitiously, I wanted to monitor the status of my "pbs_mom" (Torque Scheduler daemon)

[Nagios-users] check_extcmd_ucd error returns error: ERROR: get_table: Counter length too long (5 bytes)

2009-01-22 Thread Dale J. Chatham
check_extcmd_ucd 1.1, Copyright (C) 2007 Herbert Stadler nagios is running on: SunOS xx 5.10 Generic_13-03 sun4v sparc SUNW,T5240 The error appears to be coming from Net::SNMP. I've seen some discussion about this, but never a fix. Any ideas? -

[Nagios-users] Recommended plugin to monitor Network

2009-01-22 Thread Christian IƱiguez
Hi Guys! Actually I'm working with Nagios and NRPE and they're working very well. Actually I'd like to monitor the Network of a host with Linux. which plugin could help me? Any recommended plugin to do this? Actually using check_icmp Thanks!! _

Re: [Nagios-users] re-execute an event handler just in case the service stays DOWN

2009-01-22 Thread Ludse Verhoeven
Maybe the "is_volatile" option is something for you (see: http://nagios.sourceforge.net/docs/3_0/volatileservices.html) Met vriendelijke groet/with kind regards, Ludse Verhoeven AIX System Engineer T: +31 10 400 2440 F: +31 10 400 2891 E: ludse.verhoe...@vopak.com Vopak Information S

[Nagios-users] Checking websites with NTML authentication

2009-01-22 Thread Joe Hartley
Has anyone solved the problem of using Nagios to check a website that uses NTML authentication? My Googling keeps bringing me to a suggestion about writing something with curl, but I have zero curl-fu. -- Joe Hartley | Sr. Linux SysAdmin Retail Solutions, Inc. (formerly VeriSign RDS) 40 Sharp

[Nagios-users] Help with visualization.

2009-01-22 Thread Sergio Ariel
How can I improve the way Nagios shows items in the web? I have more than 20 items with the same parent, so, their icons appear very close. I need to show icons more separated in the web. Thanks. -- Sergio Ariel de la Campa Saiz Administrador Red UH

Re: [Nagios-users] Using nagios check_http for web basedauthentication

2009-01-22 Thread Marc Powell
On Jan 22, 2009, at 7:55 AM, Venugopal S wrote: > > Hi Marc, > > Thanks for the reply. I am even now vague about how to proceed. > > Let me tell you the need : > > I have to open http://ww12.1800flowers.com/signin.do and enter my > email(svenugop...@gmail.com) and password("podhum") in order to l

[Nagios-users] re-execute an event handler just in case the service stays DOWN

2009-01-22 Thread Marc Haber
Hi, I would like one event handler to be re-executed just in case it failed for the first time. The docs (http://nagios.sourceforge.net/docs/3_0/eventhandlers.html) say "you don't want that", but I am fairly confident that I want it in this case. I have a nagios host in a unattended site which ge

Re: [Nagios-users] Using nagios check_http for webbasedauthentication

2009-01-22 Thread Venugopal S
Just like that.. Changed it now anyways :) That apart, please help me out folks as to how I have to go ahead with nagios .. -Original Message- From: Klaus Umbach [mailto:treibh...@sozial-inkompetent.de] Sent: Thursday, January 22, 2009 7:40 PM To: Venugopal S Cc: Marc Powell; nagios-user

Re: [Nagios-users] Using nagios check_http for web basedauthentication

2009-01-22 Thread Klaus Umbach
On 22/01/09 19:25, Venugopal S wrote: > > Hi Marc, > > Thanks for the reply. I am even now vague about how to proceed. > > Let me tell you the need : > > I have to open http://ww12.1800flowers.com/signin.do and enter my > email(svenugop...@gmail.com) and password("podhum") in order to login. W

Re: [Nagios-users] Recommended Plugin for Monitoring iptables

2009-01-22 Thread Kaplan, Andrew H.
Hi Marc -- Thanks for your reply. I downloaded the script, and I am currently testing it. I had to make one modification within the script: The -S argument is not known by the version, 1.3.8, of iptables on the server in question, so I replaced it with the -L argument. One question to all member

Re: [Nagios-users] Using nagios check_http for web basedauthentication

2009-01-22 Thread Venugopal S
Hi Marc, Thanks for the reply. I am even now vague about how to proceed. Let me tell you the need : I have to open http://ww12.1800flowers.com/signin.do and enter my email(svenugop...@gmail.com) and password("podhum") in order to login. When I login using the above valid credentials it would t

Re: [Nagios-users] Using nagios check_http for web based authentication

2009-01-22 Thread Marc Powell
On Jan 22, 2009, at 5:50 AM, Venugopal S wrote: > Hi, > > Can I do a check on a particular website by supplying the username > and password to nagios check_http commandline ? > > To be clear : > > Assume that I want to check whether login action happens properly on > my website which is www.v

[Nagios-users] time based first_notification_delay

2009-01-22 Thread Klaus Umbach
Hi, I would like to delay notifications at night for 10 minutes. According to the documentation, first_notification_delay is only possible for service and host objects but not for contacts. I was thinking about using escalations, but they start counting after the last attempt of a check and after

[Nagios-users] Using nagios check_http for web based authentication

2009-01-22 Thread Venugopal S
Hi, Can I do a check on a particular website by supplying the username and password to nagios check_http commandline ? To be clear : Assume that I want to check whether login action happens properly on my website which is www.venu.com . And the login page name is ww

[Nagios-users] Using nagios check_http for web based authentication

2009-01-22 Thread Venugopal S
Hi, Can I do a check on a particular website by supplying the username and password to nagios check_http commandline ? To be clear : Assume that I want to check whether login action happens properly on my website which is www.venu.com . And the login page name is

Re: [Nagios-users] selectively disable notifications for services inheriting a specific template?

2009-01-22 Thread Assaf Flatto
Have you looked at service dependencies ? http://nagios.sourceforge.net/docs/3_0/dependencies.html It sounds like this is what you need. Assaf On Thursday 22 January 2009 02:21:55 Owen LaGarde wrote: > I essentially want to disable only notifications, only when a specific > service check fails

Re: [Nagios-users] Nagios - LDAP/RSA authentication

2009-01-22 Thread Mohammed Al-Kout
i will try to set the parameters same as yours and try it Best Regards -- Mohammed Al-Kout On Thu, Jan 22, 2009 at 11:41, Werner Flamme wrote: > Mohammed Al-Kout [22.01.2009 05:06]: > > Warner, > > > > in my setup i'm not using authz, but i noticed something you are using " > > AuthUserFile

Re: [Nagios-users] Nagios - LDAP/RSA authentication

2009-01-22 Thread Werner Flamme
Mohammed Al-Kout [22.01.2009 05:06]: > Warner, > > in my setup i'm not using authz, but i noticed something you are using " > AuthUserFile /some/file " why is it required if the users are on ldap ? Mohammed, we have some accounts not stored in LDAP ("emergency", "srvadm"). So this is our way to