[Nagios-users] Service Dependency

2009-04-09 Thread Nair
Friends, I need to define mutal dependancy between two web services in different hosts. PLease see the config below which end up throwing error: --- Error: A circular execution dependency (which could result in a deadlock) exists for service 'www' on host 'host2'!

Re: [Nagios-users] Nagios for IRIX

2009-04-09 Thread ankit . mehrotra
HI, Not very sure about the problem u are facing To my understanding of your, problem you can compile the source files of the add-ons and the plug-ins and use them for monitoring. If this is not the issue, then send the problem in detail ! Cheers, Ankit

Re: [Nagios-users] Nagios for IRIX

2009-04-09 Thread amol.bute
Hi, I Tried for compiling but getting error. PSA. # pwd /nagios # ls -l total 584 -rw-r--r--1 root sys 5276 Apr 7 14:37 Changelog -rw-r--r--1 root sys 446 Apr 7 14:37 LEGAL -rwxrwxrwx1 root sys 1819 Apr 7 14:37 Makefile.in

Re: [Nagios-users] Nagios for IRIX

2009-04-09 Thread narendran.neelamegam
May be this will help. http://opsview-blog.opsera.com/dotorg/2005/09/nagios_remote_p.html Regards, Naren From: amol.b...@tatatechnologies.com [mailto:amol.b...@tatatechnologies.com] Sent: Thursday, April 09, 2009 8:41 AM To: ankit.mehro...@tcs.com Cc:

Re: [Nagios-users] Nagios for IRIX

2009-04-09 Thread amol.bute
Hi, I downloaded the plug-ins from the same site. as per README try to run ./configure make all but following errors shown. # ./configure sh: ./configure: not found # make all don't know how to make all (bu42). # Regards Amol

Re: [Nagios-users] Service Dependency

2009-04-09 Thread Andreas Ericsson
Nair wrote: Friends, I need to define mutal dependancy between two web services in different hosts. Why? If the two services *really* depend on each other, there's no way to start either, since it wouldn't function without the other one running. PLease see the config below which end up

[Nagios-users] nagiosgraph for paging file

2009-04-09 Thread Assaf Flatto
Hello I've been using nagiosgraph for a while , and i am slowly adding new graphs to the nagios , now i am trying to add a graph for our windows based machines , to show the Page file use , this is what i have now now in my map file : # Service type: ntcount # check command: check_nt -H

[Nagios-users] Nagis connection refused error

2009-04-09 Thread Surajit Mukherjee
Hi All, I am new in Nagios and configured Nagios 3.0.6 in Redhat5 VMware. I am configured windows machines for to monitor memory load, cpu load erc. I am logging to http://myserver/nagios http://myserver/nagios and getting the host status information as it shows UP. But in notification

Re: [Nagios-users] Nagis connection refused error

2009-04-09 Thread Assaf Flatto
Hello A couple of things pop to mind : 1) is the windows firewall active ? 2) have you configured the windows NSClient to accept queries from the nagios server ? 3) do you have a firewall in between the nagios server and the target machines ? Assaf On Thursday 09 April 2009 11:09:35

Re: [Nagios-users] Nagis connection refused error

2009-04-09 Thread Surajit Mukherjee
Hi Assaf, I have checked all the things that you mentioned below. I think something related to the configuration. Please suggest. Surajit -Original Message- From: Assaf Flatto [mailto:assaf.fla...@ssp-intl.com] Sent: Thursday, April 09, 2009 3:52 PM To:

Re: [Nagios-users] Monitor netstat connection states using nagios.

2009-04-09 Thread Kevin Keane
asa...@gmail.com wrote: Hi All, I am using check_tcp to check status of a particular port on the server. This is working good. I would also need to monitor LISTEN status (SYN_RECV) of that port. for ex, I have a ldap service running on port 3890, so the command netstat -anp | grep

Re: [Nagios-users] Nagis connection refused error

2009-04-09 Thread Surajit Mukherjee
I did everything and I am sure that the windows plug-in are perfectly alright. Any other guess plz? Surajit -Original Message- From: Assaf Flatto [mailto:assaf.fla...@ssp-intl.com] Sent: Thursday, April 09, 2009 4:23 PM To: Nagios User list Subject: Re: [Nagios-users] Nagis connection

Re: [Nagios-users] Nagios and Cacti

2009-04-09 Thread Christopher McAtackney
With parallel checks in Nagios 3 and some configuration tuning and well-written SNMP checks, I'd argue that Nagios is as good if not a better poller than cactid :).   our instance is not huge, but currently we do 7000+ SNMP-based checks in 3 minutes on a dual quad-core Linux-based server.

Re: [Nagios-users] Hostnames and regex

2009-04-09 Thread Marc Powell
On Apr 8, 2009, at 6:05 PM, Niall O Broin wrote: Is there a way of doing what I want, apart from the obvious one of renaming the hosts which I don't want to match the regex? Yes, I expect the following will work. http://nagios.sourceforge.net/docs/3_0/objecttricks.html#service -- define

Re: [Nagios-users] Welcome to the Nagios-users mailing list

2009-04-09 Thread Surajit Mukherjee
Surajit M * System Administrator Infrastructure Services Group Ness Technologies India Pvt. Ltd. No. 18, 5th Block, Industrial Main Road, Koramangala, Bangalore - 560095. India Mobile: +91-9663306031 | Tel.: +91-80-41961000 | Fax: +91-80-41303530 surajit.mukher...@ness.com | www.ness.com

Re: [Nagios-users] Nagis connection refused error

2009-04-09 Thread Assaf Flatto
On the windows machine in nsclient installation directory look for a *.ini file . In the file you have several sections defined by [] find the one relating to NSclient . In that section you have a directive allowed_hosts - you will need to add the nagios server ip . Below it you have

Re: [Nagios-users] Nagios for IRIX

2009-04-09 Thread Marc Powell
On Apr 9, 2009, at 3:05 AM, amol.b...@tatatechnologies.com amol.b...@tatatechnologies.com wrote: Hi, I downloaded the plug-ins from the same site. as per README try to run ./configure make all but following errors shown. # ./configure sh: ./configure: not found # make all

Re: [Nagios-users] Monitor netstat connection states using nagios.

2009-04-09 Thread asam30
Hi All, thank you for prompt response. I am trying this on one of the linux test server and I am monitoring port 80 (web server) to monitor port status TIME_WAIT. which means if netstat -anp | grep 80 returns any state as TIME, then get an alert on nagios. STATE_OK=0 STATE_WARNING=1

Re: [Nagios-users] Nagis connection refused error

2009-04-09 Thread Marc Powell
On Apr 9, 2009, at 5:37 AM, Surajit Mukherjee wrote: Hi Assaf, I have checked all the things that you mentioned below. I think something related to the configuration. Please suggest. You should send configuration information then so that we do not have to guess what you've done. You

Re: [Nagios-users] Monitor netstat connection states using nagios.

2009-04-09 Thread Marc Powell
On Apr 9, 2009, at 6:06 AM, asa...@gmail.com wrote: this scripts runs locally and find the nagios servers apache port status not the monitored servers apache port. how would configure so that it should go to nagios client and get those port TIME_WAIT status. You'll need to copy the

Re: [Nagios-users] nagiosgraph for paging file

2009-04-09 Thread Jim Avery
2009/4/9 Assaf Flatto assaf.fla...@ssp-intl.com: Hello I've been using nagiosgraph for a while , and i am slowly adding new graphs to the nagios , now i am trying to add a graph for our windows based machines , to show the Page file use , this is what i have now now in my map file : #

[Nagios-users] Centreon

2009-04-09 Thread Christopher McAtackney
Hi all, Does anyone have any experience using Centreon? http://www.centreon.com/ It seems like a really nice front-end to Nagios, but I'd like to hear of other people's experiences using it before installing and setting it up. Cheers, Chris

Re: [Nagios-users] Hostnames and regex

2009-04-09 Thread Niall O Broin
On 9 Apr 2009, at 13:14, Marc Powell wrote: On Apr 8, 2009, at 6:05 PM, Niall O Broin wrote: Is there a way of doing what I want, apart from the obvious one of renaming the hosts which I don't want to match the regex? Yes, I expect the following will work.

Re: [Nagios-users] Centreon

2009-04-09 Thread Christopher McAtackney
2009/4/9 James Pratt jpr...@norwich.edu: -Original Message- From: Christopher McAtackney [mailto:crist...@gmail.com] Sent: Thursday, April 09, 2009 8:59 AM To: Nagios Users Subject: [Nagios-users] Centreon Hi all, Does anyone have any experience using Centreon?

Re: [Nagios-users] Monitor netstat connection states using nagios.

2009-04-09 Thread asam30
Hi, I did copy the scipt to the remote host as check_netstat and used check_nrpe method to excute from nagios server. It looks when executing the command on remote server works well, [r...@airlin libexec]# /usr/local/nagios/libexec/check_netstat WARNING - STATUS= TIME_WAIT port status on airlin

[Nagios-users] nagios upgrade

2009-04-09 Thread Anirudh Srinivasan
Hi I was planning to upgrade nagios from 2.9 to 3.0.6. We already have the pnp tool (performance graph at the side bar). My first question , while upgrading will the pnp tool get affected or messed up by any chance? I just want to be careful enough because nagios is one of our heavely used

[Nagios-users] Pppnp4nagios graph customization

2009-04-09 Thread mohandas . k
Hi All, We have installed nagios (3.0.5) on Solaris sparc box and configured rrdtool (1.2.19) along with pnp4nagios- npcd (0.4.13) for dashboard/graph. By default we are getting following graph for locolhost free swap. I want to configure following requirements : (1) can we add more

Re: [Nagios-users] serious performance issue

2009-04-09 Thread shadih rahman
Now my nagios is not running any check at all. I get a lot of looks like it was orphaned message and then nagios just sit there. Can someone help me with this. I will add some entries from nagios.debug and nagios.log along with my nagios.cfg. Thanks in advance. nagios.debug:

Re: [Nagios-users] Nagios and Cacti

2009-04-09 Thread Daniel Emmanuel Feinsmith
That's impressive and good to hear about the high snmp performance you've achieved with nagios. = Daniel Feinsmith = {sent from iPhone} On Apr 9, 2009, at 4:48 AM, Christopher McAtackney crist...@gmail.com wrote: With parallel checks in Nagios 3 and

Re: [Nagios-users] nagiosgraph for paging file

2009-04-09 Thread Assaf Flatto
Jim Thanks for the advise , i will try it . My confusion is that i am able to get graphs from the check_nt for other checks : # Service type: ntdisk # check command: check_nt -H Address -v USEDDISKSPACE -lc -w 75 -c 90 # output: L: - total: 200.00 Gb - used: 188.43 Gb (94%) - free 11.56

Re: [Nagios-users] nagios upgrade

2009-04-09 Thread Randal, Phil
Is there any way you can clone your nagios box to a VM and test on the cloned box? I've just done that here testing for a planned 2.12 to 3.0.6 upgrade. You'll need to edit your nagios.cfg file to remove one obsolete option, and there are a few new options to merge in from the example

Re: [Nagios-users] Centreon

2009-04-09 Thread James Pratt
-Original Message- From: Christopher McAtackney [mailto:crist...@gmail.com] Sent: Thursday, April 09, 2009 8:59 AM To: Nagios Users Subject: [Nagios-users] Centreon Hi all, Does anyone have any experience using Centreon? http://www.centreon.com/ It seems like a really nice

Re: [Nagios-users] Nagios for IRIX

2009-04-09 Thread Erik Froese
I think you may be in the wrong directory. Is your home directory bu42? Type pwd to see what directory you are in. If its not nagios-plugins-SOME-NUMBER then cd nagios-plugins-SOME-NUMBER Erik On Thu, Apr 9, 2009 at 8:22 AM, Marc Powell m...@ena.com wrote: On Apr 9, 2009, at 3:05 AM,

Re: [Nagios-users] Monitor netstat connection states using nagios.

2009-04-09 Thread Marc Powell
On Apr 9, 2009, at 8:26 AM, asa...@gmail.com wrote: Hi, I did copy the scipt to the remote host as check_netstat and used check_nrpe method to excute from nagios server. It looks when executing the command on remote server works well, [r...@airlin libexec]#

Re: [Nagios-users] Pppnp4nagios graph customization

2009-04-09 Thread MAD
I managed to create some templates graphing in different colors according to the threshold defined with your services This will graph in green if the value is under the warning threshold, in yellow if it is between warning and critical threshold and red if it is beyond critical threshold or

[Nagios-users] status map

2009-04-09 Thread Genet Tesfaye
Hi All,   i have installed and configured nagios 3.0.6 on SUSE linux.i plan to monitor Servers, Printers and Switches for which i have added samples. i need help on how to configure: 1. if i have more than two partitions on windows machine. i have managed to monitor c and D partitions but

Re: [Nagios-users] Monitor netstat connection states using nagios.

2009-04-09 Thread Giorgio Zarrelli
Hi As I told before, that netstat command won't work out of the box, with an unprivileged user. Giorgio Marc Powell (m...@ena.com) scritto: On Apr 9, 2009, at 8:26 AM, asa...@gmail.com wrote: Hi, I did copy the scipt to the remote host as check_netstat and used check_nrpe method to

Re: [Nagios-users] Pppnp4nagios graph customization

2009-04-09 Thread Jim Avery
2009/4/9 mohanda...@tcs.com: Hi All, We have installed nagios (3.0.5) on Solaris sparc box and configured rrdtool (1.2.19) along with pnp4nagios- npcd (0.4.13) for dashboard/graph. By default we are getting following graph for locolhost free swap. I want to configure  following

Re: [Nagios-users] Nagios and Cacti

2009-04-09 Thread Max
Hi Chris, Daniel, I write about a number of the configuration decisions we made in order to achieve our current level of performance on my blog: http://www.semintelligent.com/blog/?q=Nagios Please note that a number of configuration steps we have done go against what the Nagios documentation

Re: [Nagios-users] Centreon

2009-04-09 Thread Cedric Temple
2009/4/9 Christopher McAtackney crist...@gmail.com Hi all, Hi, Does anyone have any experience using Centreon? http://www.centreon.com/ It seems like a really nice front-end to Nagios, but I'd like to hear of other people's experiences using it before installing and setting it up. I

Re: [Nagios-users] nagiosgraph for paging file

2009-04-09 Thread Jim Avery
2009/4/9 Assaf Flatto assaf.fla...@ssp-intl.com: Jim Thanks for the advise , i will try it . My confusion is that i am able to get graphs from the check_nt for other checks : # Service type: ntdisk #   check command: check_nt -H Address -v USEDDISKSPACE -lc -w 75 -c 90 #   output: L: -

Re: [Nagios-users] Centreon

2009-04-09 Thread Novak, Mark
Does anyone have any experience using Centreon? http://www.centreon.com/ It seems like a really nice front-end to Nagios, but I'd like to hear of other people's experiences using it before installing and setting it up. Hi Christopher, I am

Re: [Nagios-users] nagiosgraph for paging file

2009-04-09 Thread Morris, Patrick
-Original Message- From: Assaf Flatto [mailto:assaf.fla...@ssp-intl.com] Sent: Thursday, April 09, 2009 2:49 AM To: Nagios User list Subject: [Nagios-users] nagiosgraph for paging file Hello I've been using nagiosgraph for a while , and i am slowly adding new graphs to the

Re: [Nagios-users] Pppnp4nagios graph customization

2009-04-09 Thread Joerg Linge
Jim Avery schrieb: 2009/4/9 mohanda...@tcs.com: Hi All, We have installed nagios (3.0.5) on Solaris sparc box and configured rrdtool (1.2.19) along with pnp4nagios- npcd (0.4.13) for dashboard/graph. By default we are getting following graph for locolhost free swap. I want to configure

[Nagios-users] NRPE_NT Checks on Mapped Network Drive

2009-04-09 Thread Michael McCoy
For off let me say this is my first mailing list, so I'm new at this, so please excuse any mailing list etiquette that I violate :-) I am attempting to monitor the file count of a directory on a remote Windows XP machine. I have installed NRPE_NT on the remote box and check_nrpe on my Nagios

Re: [Nagios-users] NRPE_NT Checks on Mapped Network Drive

2009-04-09 Thread James Pratt
-Original Message- From: Michael McCoy [mailto:mmc...@cedarville.edu] Sent: Thursday, April 09, 2009 12:21 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE_NT Checks on Mapped Network Drive For off let me say this is my first mailing list, so I'm new at

[Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Edward Trochim
I have a service template that specifies several host groups and one host to check. One of the services that inherits this template should not be executed by one of the host groups defined. I read the object tricks documentation page and found that I could include a ! before the name in a

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Jim Avery
2009/4/9 Edward Trochim ejtroc...@alaska.edu: I have a service template that specifies several host groups and one host to check. One of the services that inherits this template should not be executed by one of the host groups defined. I read the object tricks documentation page and found that

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Sean McAfee
Edward Trochim wrote: And a service definition like this. I want to exclude hostgroup5 from this one service definition: define service{ use standard-check hostgroup_name !hostgroup5 service_description Disk

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Edward Trochim
Ah, that is exactly what I was missing. Thanks! On Apr 9, 2009, at 10:41 AM, Jim Avery wrote: 2009/4/9 Edward Trochim ejtroc...@alaska.edu: I have a service template that specifies several host groups and one host to check. One of the services that inherits this template should not be

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Gary Every
On Thu, Apr 9, 2009 at 11:44 AM, Sean McAfee smca...@collaborativefusion.com wrote: Edward Trochim wrote: And a service definition like this. I want to exclude hostgroup5 from this one service definition: define service{ use standard-check

Re: [Nagios-users] NSClient not providing results

2009-04-09 Thread Anthony Montibello
IF you are running all your checks through Check_nt you could convert over to NC_NEt or to NSCLient(the older version) but several things to try, I am not sure now NSCLient installs, but read its manuals and nsclient++ forum to see if you can find a solution. NC_Net installs as a service then

Re: [Nagios-users] Centreon

2009-04-09 Thread Simon Finch
Chris, Centreon is a very powerful addition to Nagios, so good that I have managed to replace a large enterprise deployment of IBM Tivoli monitoring with Nagios, but only by using Centreon, Nagios by itself wouldn't have stood a chance. I started using it from version 2.0 beta 4 and the doco

Re: [Nagios-users] serious performance issue

2009-04-09 Thread Surajit Mukherjee
Hi All, Even I am also facing the same kind of issue. I am using Nagios 3.0.6 and Redhat 5 OS. I am not getting archive logs in the notification area and it says Error: Cannot open log file '/usr/local/nagios/var/archives/nagios-04-10-2009-00.log' for reading! Please help. Surajit