[Nagios-users] contactgroup definition

2010-08-18 Thread jm+nagios-users
Is it normal that there is NO error on startup when I - in a contact definition - add a contactgroups directive - for a contactgroup that has not been defined? I only get an error when I try to use a non-existing contact group in a service definition. This makes me wonder what is going on.

Re: [Nagios-users] Tuning for Passive Check latency

2010-08-18 Thread Jim Avery
On 18 August 2010 03:24, Yu Watanabe yu.watan...@jp.fujitsu.com wrote: Hello all. We would like to ask some tips with how to tune up fof the Passvie Check. Currently we are experiencing following latency in passive check, Passive Service Latency:                0.586 / 101257.403 / 768.626

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Bradley Radjoo
Thank you Max, I'll check it out ;-) Regards, Bradley On 17 Aug 2010, at 4:53 PM, Max wrote: On Tue, Aug 17, 2010 at 10:26 AM, Bradley Radjoo bradley.rad...@is.co.za wrote: Hello All, Please can you assist me as I a 1st timer to Nagios itself as I need assistance on a Distributed

[Nagios-users] Ports to be opened...

2010-08-18 Thread ravishankar.gundlapali
Hi All, I would like to configure few windows servers in Nagios . Please let me know ports that are required to be opened for Nagios communication. Thanks, Ravi G -- This SF.net email is sponsored by Make

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Bradley Radjoo
Nice ! Thank you Tony Yeah, its concerning that there is hardly no documentation around this... Regards, Bradley On 17 Aug 2010, at 7:13 PM, Tony Yarusso wrote: On 8/17/2010 9:53 AM, Max wrote: DNX might work for you: http://dnx.sourceforge.net/ - Max I would second this suggestion.

Re: [Nagios-users] Ports to be opened...

2010-08-18 Thread Claudio Kuenzler
If you use NSClient++ this would be port 12489 On Wed, Aug 18, 2010 at 10:20 AM, ravishankar.gundlap...@wipro.com wrote: Hi All, I would like to configure few windows servers in Nagios . Please let me know ports that are required to be opened for Nagios communication. Thanks,

Re: [Nagios-users] Ports to be opened...

2010-08-18 Thread Claudio Kuenzler
Depends how you want to monitor the Unix servers. You could do this by using a SSH connection where you'd use port 22 (by default) or if you use the NRPE daemon on the target Unix server you'd use port 5666 (by default). On Wed, Aug 18, 2010 at 10:31 AM, ravishankar.gundlap...@wipro.com wrote:

Re: [Nagios-users] Ports to be opened...

2010-08-18 Thread ravishankar.gundlapali
Hi All, Sorry I have missed out in my previous email, I would like to monitor few Unix servers also so any idea on the port to be opened? Thanks, Ravi G From: Claudio Kuenzler [mailto:c...@claudiokuenzler.com] Sent: Wednesday, August 18, 2010 1:54 PM To: Nagios Users List Subject:

[Nagios-users] Recall: Ports to be opened...

2010-08-18 Thread ravishankar.gundlapali
Ravishankar Gundlapali (WT01 - Energy and Utilities) would like to recall the message, [Nagios-users] Ports to be opened -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry

Re: [Nagios-users] Ports to be opened...

2010-08-18 Thread ravishankar.gundlapali
Thanks a lot From: Claudio Kuenzler [mailto:c...@claudiokuenzler.com] Sent: Wednesday, August 18, 2010 2:07 PM To: Ravishankar Gundlapali (WT01 - Energy and Utilities) Cc: Nagios Users List Subject: Re: [Nagios-users] Ports to be opened... Depends how you want to monitor the Unix

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Ton Voon
On 17 Aug 2010, at 15:26, Bradley Radjoo wrote: Please can you assist me as I a 1st timer to Nagios itself as I need assistance on a Distributed Monitoring Setup of Nagios. Where one server manages other instances of Nagios Servers in differant locations. You may want to look at Opsview

[Nagios-users] tw_cli command

2010-08-18 Thread Kaushal Shriyan
Hi, I have the below bash script for nagios plugin. The issue is that i dont need to hard code the controller c0 or c1 or c2 or c3. so on some servers there may be two controllers c0, and c1 and on some server there may be four controllers c0,1,2 and 3. I dont know it off hand Typically if i run

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Max
On Wed, Aug 18, 2010 at 7:22 AM, Ton Voon tonv...@gmail.com wrote: You may want to look at Opsview (http://opsview.com).  From a single point of configuration, it pushes out the nagios configuration to the remote slaves which are independently running their own copy of Nagios. We have users

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Ton Voon
On 18 Aug 2010, at 15:38, Max wrote: On Wed, Aug 18, 2010 at 7:22 AM, Ton Voon tonv...@gmail.com wrote: You may want to look at Opsview (http://opsview.com). From a single point of configuration, it pushes out the nagios configuration to the remote slaves which are independently running

Re: [Nagios-users] tw_cli command

2010-08-18 Thread Rick Mangus
Your code exits on the first controller no matter what. The answer is simple: Don't exit from within your loop. Keep status information, then exit after checking all controllers. Simplest version: retval=0 for c in $controllers; do sudo /usr/bin/tw_cli info $c | grep -eq

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Kyle O'Donnell
we have ~ 3 services and ~3000 hosts we have 6 pollers (each have a backup) processing checks and forwarding back to a central nagios host. our busiest poller has ~1000 hosts and ~9000 services... avg service check interval is 5 minutes, but there are a bunch at 1 and 2 minute intervals.

Re: [Nagios-users] Bonding/Teaming Monitoring

2010-08-18 Thread Peter Ringe
did you google for check_bonding+Nagios ? at least for bonding on different linuxes, you can monitor the bonding state. regards, peter Am 17.08.2010 07:55, schrieb Robert Jackson: My current situation is that I have 2 core switches (Cisco 2960G’s) in a failover capability. Every one of our

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Bradley Radjoo
WoW ! That is definately impressive Would this be the Opsview Community edition Kyle ? On 18 Aug 2010, at 5:07 PM, Kyle O'Donnell wrote: we have ~ 3 services and ~3000 hosts we have 6 pollers (each have a backup) processing checks and forwarding back to a central nagios host. our

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Kyle O'Donnell
groundwork monitor On Wed, 18 Aug 2010 17:54:36 +0200, Bradley Radjoo bradley.rad...@is.co.za wrote: WoW ! That is definately impressive Would this be the Opsview Community edition Kyle ? On 18 Aug 2010, at 5:07 PM, Kyle O'Donnell wrote: we have ~ 3 services and ~3000 hosts

Re: [Nagios-users] tw_cli command

2010-08-18 Thread Axel Rosenski
Hi, The issue with the above bash script is that it will exit with 2 if the controller c0 fail and it wont check for other controllers. I need to check for other controllers too at the same time Please suggest. Take a look at the attachement. I use this script to check our controllers

Re: [Nagios-users] Distributed Setup of Nagios

2010-08-18 Thread Max
On Wed, Aug 18, 2010 at 11:07 AM, Kyle O'Donnell nag...@isprime.org wrote: we have ~ 3 services and ~3000 hosts we have 6 pollers (each have a backup) processing checks and forwarding back to a central nagios host. our busiest poller has ~1000 hosts and ~9000 services... avg service

Re: [Nagios-users] tw_cli command

2010-08-18 Thread Kaushal Shriyan
On Wed, Aug 18, 2010 at 9:15 PM, Axel Rosenski rosen...@alternate.de wrote: Hi, The issue with the above bash script is that it will exit with 2 if the controller c0 fail and it wont check for other controllers. I need to check for other controllers too at the same time Please suggest.

[Nagios-users] Help Needed | Web Authentication

2010-08-18 Thread Himanshu Arora
It would be really appreciated if somone can help me out setting up nagios monitoring for a website or a secured website. I just wanted to match the string after the website is authenticated. for eg: i am trying to setup the monitoring for facebook.com, and the command i am using for this is-

Re: [Nagios-users] Help Needed | Web Authentication

2010-08-18 Thread Tony Yarusso
On 8/18/2010 2:56 PM, Himanshu Arora wrote: So i need to know what am i doing wrong here or may be i am not using the right plugin to do so because as i know its not the basic authentication that i am going through. You want to use WebInject for this (it's an extra library plus Nagios

Re: [Nagios-users] Help Needed | Web Authentication

2010-08-18 Thread Matthew J. Salerno
The login mechanism probably doesn't work with the plugin. The plugin probably uses HTTP based auth rather than form based. Are you really trying to check fb? Himanshu Arora himanshuaro...@gmail.com wrote: It would be really appreciated if somone can help me out setting up nagios monitoring

Re: [Nagios-users] Help Needed | Web Authentication

2010-08-18 Thread Herb J.
Basic HTTP authentication is what you would use if you were password protecting a web page using an .htaccess file. Since Facebook does not use basic HTTP authentication, Facebook is ignoring the login and password you are sending it and is just displaying the standard login page (in this