[Nagios-users] windows serivces in graph mode

2009-08-24 Thread K Ramanujan
Hi All, I have configure nagios on redhat 4 Nagios version- 3.0.5 Plug in version-1.4-12 NRPE -2.12 I want to configure my entire windows server in graph... I can able to see all windows nodes in host details and service details. When ever I am tracing that windows machine in trend o

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Jon Angliss
On Mon, 24 Aug 2009 10:28:45 -0300, Leonardo Carneiro wrote: >Hello everyone! > >This is my first mail to the list. I hope to enjoy my time here. > >I'm installing a nagios in a test machine before going serious. The >install and basic setup gone fine, i could access the web interface >without

Re: [Nagios-users] not set

2009-08-24 Thread Jon Angliss
On Mon, 24 Aug 2009 11:52:32 -0700, Bruce Thayre wrote: >Hello, >I have a question that i'm assuming has a quick answer. I've defined a >command as: > >define command{ >command_namecheck-site >command_line$USER1$/check_ping -H $ARG1 -w 3000.0,80% -c 5000.0,100% >-p 5 -t 10 >}

[Nagios-users] Notifications severely impacting Nagios performance. Ideas?

2009-08-24 Thread Ryan Bowlby
Hello Everyone, We are experiencing issues with Nagios notifications. Apparently when a large amount of services become critical and trigger notifications the system all but stops processing new service check results (passive). The "last check times" in the web interface stop updating until not

Re: [Nagios-users] Initial Nagios Startup Notification Delay

2009-08-24 Thread Morris, Patrick
On Wed, 19 Aug 2009, Andrew Bruce wrote: > Hi, > > I'm running Nagios 3.0.3 and am wondering if there is a way I can delay > notifications out of Nagios by x minutes from initial application startup? > > If the service/host were still down after this initial startup > non-notification period, I

Re: [Nagios-users] Services on Host Templates

2009-08-24 Thread Morris, Patrick
On Thu, 20 Aug 2009, Christopher McAtackney wrote: > Hi all, > > If I create a host template, and associate a number of services with > it, will hosts which inherit from that template also inherit the > service associations? > > I've tried this out, but it doesn't seem to be working, and I'm > w

Re: [Nagios-users] Service Notification

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 2:12 PM, Eduardo Barreto wrote: > Hi All, > > May I have an option to set services notification to "down"? Because > after doing a study it only let me set it to critical among other > options, but none of those options gives the down state. You can not set a service to '

Re: [Nagios-users] not set

2009-08-24 Thread Menard, Chris
Your command line syntax differs from your configured command_line . The command_line in your command definition has a '-H' while your test line does not From: Bruce Thayre [mailto:br...@mipscomputation.com] Sent: Monday, August 24, 2009 2:53 PM To: nagios-users@lists.sourceforge.net Subject: [N

Re: [Nagios-users] Problem with left menu in web interface [SOLVED]

2009-08-24 Thread Leonardo Carneiro
Just added AddHandler php5-script .php in my php5.conf (a file included by my apache2.conf) and worked right away! I don't know why was working before that =S Very Very thank you Marc! Leonardo Carneiro escreveu: > Marc Powell escreveu: > >> On Aug 24, 2009, at 12:10 PM, Leonardo Carneiro

[Nagios-users] Service Notification

2009-08-24 Thread Eduardo Barreto
Hi All, May I have an option to set services notification to "down"? Because after doing a study it only let me set it to critical among other options, but none of those options gives the down state. Eduardo Barreto -- L

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Leonardo Carneiro
Yeah, i changed. And putting the php code you told me in a file (asd.php) inside the nagios/share folder did not worked =S The browser just shows an empty page. Marc Powell escreveu: > On Aug 24, 2009, at 12:10 PM, Leonardo Carneiro wrote: > > >> also, there is no /usr/sbin/httpd. there is /us

[Nagios-users] not set

2009-08-24 Thread Bruce Thayre
Hello, I have a question that i'm assuming has a quick answer. I've defined a command as: define command{ command_namecheck-site command_line$USER1$/check_ping -H $ARG1 -w 3000.0,80% -c 5000.0,100% -p 5 -t 10 } which i use to just ping different sites via my services.cfg. So

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Leonardo Carneiro
Marc Powell escreveu: > On Aug 24, 2009, at 12:10 PM, Leonardo Carneiro wrote: > > >> There is the following contents in php5.load and php5.conf, both >> included in apache2.conf. >> >> >> AddType application/x-httpd-php .php .phtml .php3 >> AddType application/x-httpd-php-source .

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 12:10 PM, Leonardo Carneiro wrote: > also, there is no /usr/sbin/httpd. there is /usr/sbin/apache2 instead. > the command > >/usr/sbin/httpd -M 2>&1 | grep php > > give me no output. erp. You did change this to /usr/sbin/apache2, right? I assumed you did but just in ca

[Nagios-users] Multiple daemon processes?

2009-08-24 Thread Kevin Freels
Greetings! Re-submitting this one with a proper Subject heading Errata: nagios-3.1.2, FC 11, Apache 2.2.11 When I start up Nagios, I get two instances of the Nagios daemon: [10:27:19 root rockwell:/etc/init.d] ps -ef | grep nagios | grep -v nrpe nagios 23036 1 0 10:24 ?00:00:

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 12:10 PM, Leonardo Carneiro wrote: > There is the following contents in php5.load and php5.conf, both > included in apache2.conf. > > > AddType application/x-httpd-php .php .phtml .php3 > AddType application/x-httpd-php-source .phps > AddType text/html .php

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Leonardo Carneiro
There is the following contents in php5.load and php5.conf, both included in apache2.conf. AddType application/x-httpd-php .php .phtml .php3 AddType application/x-httpd-php-source .phps AddType text/html .php LoadModule php5_module /usr/lib/apache2/modules/libphp5.

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 9:17 AM, Leonardo Carneiro wrote: >> hmmm... It looks like there's something wrong with the PHP parsing of >> share/side.php. Did you rename share/side.php to share/side.html >> perhaps? Is PHP enabled in your web server? >> >> > No, share/side.php still is share/side.php > PH

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Leonardo Carneiro
Marc Powell escreveu: > On Aug 24, 2009, at 8:28 AM, Leonardo Carneiro wrote: > > >> Hello everyone! >> >> This is my first mail to the list. I hope to enjoy my time here. >> >> I'm installing a nagios in a test machine before going serious. The >> install and basic setup gone fine, i could acce

Re: [Nagios-users] Newly created hosts are not showing neither in Service Detail view nor Service Overview

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 1:57 AM, Yu Watanabe wrote: > Hello all > > I would like to ask a question regarding to status cgi of v 3.0.6. > > The Situation is that there are hosts that exist in the "Host Status > Details" > but not in the "Service Detail" or "Service Overview" Do the hosts have servi

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Leonardo Carneiro
BTW, i'm running Nagios 3.2.0 compiled in a debian 5.0.2, with apache 2.2.9 and php 5.2.6 > Hello everyone! > > This is my first mail to the list. I hope to enjoy my time here. > > I'm installing a nagios in a test machine before going serious. The > install and basic setup gone fine, i could acc

Re: [Nagios-users] CGI Access Errors All Over The Place

2009-08-24 Thread Marc Powell
On Aug 23, 2009, at 4:07 PM, Matt Baer wrote: > nagios4261 0.0 0.1 35888 2372 ?SNsl 02:45 0:18 / > usr/sbin/nagios3 -d /etc/nagios3/nagios.cfg > buee 14979 0.0 0.0 7524 896 pts/3R+ 16:03 0:00 > grep nagios > > This was ps -aux | grep nagios > > Any other way

Re: [Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 8:28 AM, Leonardo Carneiro wrote: > Hello everyone! > > This is my first mail to the list. I hope to enjoy my time here. > > I'm installing a nagios in a test machine before going serious. The > install and basic setup gone fine, i could access the web interface > without any

Re: [Nagios-users] check_tcp: Port must be a positive integer

2009-08-24 Thread Marc Powell
On Aug 24, 2009, at 1:52 AM, K Ramanujan wrote: > My definition is > Command definition is > > define command{ > command_namecheck_tcp > command_line$USER1$/check_tcp -H $HOSTADDRESS$ -p > $ARG1$ $ARG2$ > > } > > > Service definition is > > > define service{ >

[Nagios-users] Problem with left menu in web interface

2009-08-24 Thread Leonardo Carneiro
Hello everyone! This is my first mail to the list. I hope to enjoy my time here. I'm installing a nagios in a test machine before going serious. The install and basic setup gone fine, i could access the web interface without any problem. After configuring some host to monitor, the left menu in

Re: [Nagios-users] dhcp new lease notification

2009-08-24 Thread Kevin Keane
You can certainly do that, but you'll probably have to write your own plugin to do it. It's not something that would work generically; you will need to somehow tap into the specific DHCP server you are using. So the plugin will have to be tailored for the Windows DHCP server, or one of the ones

Re: [Nagios-users] dhcp new lease notification

2009-08-24 Thread Hari Sekhon
Hari Sekhon wrote: > Tobias Exner wrote: >> I would like to know when my dhcp-server leases a new ip-adress. >> >> The check_dhcp plugin seems to be not the right tool for that. >> Is there a easy way to do that with nagios > Nagios isn't the best/right/ideal tool for this really, you would want >

Re: [Nagios-users] dhcp new lease notification

2009-08-24 Thread Hari Sekhon
Tobias Exner wrote: > I would like to know when my dhcp-server leases a new ip-adress. > > The check_dhcp plugin seems to be not the right tool for that. > Is there a easy way to do that with nagios Nagios isn't the best/right/ideal tool for this really, you would want log based alerting which is

[Nagios-users] dhcp new lease notification

2009-08-24 Thread Tobias Exner
Hi list, I would like to know when my dhcp-server leases a new ip-adress. The check_dhcp plugin seems to be not the right tool for that. Is there a easy way to do that with nagios? Thanks in advance... Tobias -- Let

Re: [Nagios-users] Measuring the LAN performance metric.

2009-08-24 Thread Jim Avery
2009/8/24 Goksie Learner : > Hi all, > > Apart from Network reachability, Delays (return time average) and Link > capacity. > > what other metric can I use to measure the LAN performance? The check_snmp_int.pl plugin from Patrick Proy can also alert on number of errors and discards. See: http

[Nagios-users] Measuring the LAN performance metric.

2009-08-24 Thread Goksie Learner
Hi all, Apart from Network reachability, Delays (return time average) and Link capacity. what other metric can I use to measure the LAN performance? Thanks. goksie -- Let Crystal Reports handle the reporting - Free Cr

Re: [Nagios-users] check_tcp: Port must be a positive integer

2009-08-24 Thread Assaf Flatto
On Monday 24 August 2009 06:52:54 K Ramanujan wrote: > Hi > > I have configure nagios on redhat 4 > > Nagios version- 3.0.5 > > Pluging version-1.4-12 > NRPE -2.12 > > We have print server configure on windows 2003 ... as TCP Print Server. > When ever I am firing check_tcp command thorough comman

[Nagios-users] Newly created hosts are not showing neither in Service Detail view nor Service Overview

2009-08-24 Thread Yu Watanabe
Hello all I would like to ask a question regarding to status cgi of v 3.0.6. The Situation is that there are hosts that exist in the "Host Status Details" but not in the "Service Detail" or "Service Overview" Followig are few explanation of our nagios configuration file. 1. CGI authentication p

[Nagios-users] check_tcp: Port must be a positive integer

2009-08-24 Thread K Ramanujan
Hi I have configure nagios on redhat 4 Nagios version- 3.0.5 Pluging version-1.4-12 NRPE -2.12 We have print server configure on windows 2003 ... as TCP Print Server. When ever I am firing check_tcp command thorough command line it is giving the output. When I am adding on command definition