Re: [Nagios-users] How to Create Graph on Nagios WebInterface

2008-10-30 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Novin Jaiswal wrote: > When I hit http://stage5/nagios it shows different trends/graphs and > configuration setting of nagios using apache. ... > In the current Graph for PegCount service it show have OK, warning, > unknown ,critical on x-axis Ins

[Nagios-users] Host checks after a change in service state

2008-10-30 Thread Ian Masters
Hello, I have check_interval option in several of my host definitions to zero. If there is a change of state in 1 of the services on 1 of those hosts (e.g. the HTTP service goes down/comes back up), will Nagios check the host's status automatically or does that check have to be run manually? I r

[Nagios-users] How to Create Graph on Nagios WebInterface

2008-10-30 Thread Novin Jaiswal
Hi thanks for the reply. When I hit http://stage5/nagios it shows different trends/graphs and configuration setting of nagios using apache. I found sbin folder under nagios folder where it is installed it. In sbin folder there are 18 different cgi files. Using these file the nagios web

Re: [Nagios-users] Plugin Trouble

2008-10-30 Thread Bo Lynch
On Thu, October 30, 2008 3:22 pm, Marc Powell wrote: > Please always respond on list so that others, now and in the future, > learn from your experience. More below... > > On Oct 30, 2008, at 1:55 PM, Bo Lynch wrote: > >> On Thu, October 30, 2008 2:45 pm, Marc Powell wrote: >>> >>> On Oct 30, 2008

Re: [Nagios-users] Plugin Trouble

2008-10-30 Thread Bo Lynch
On Thu, October 30, 2008 3:19 pm, Charles Breite wrote: > It looks like you need the -C for the community > Here is an example of mine > $USER1$/check_snmp_int -2 -i -H $HOSTADDRESS$ -C $ARG1$ -n > $ARG2$ > > > -Original Message- > From: Bo Lynch [mailto:[EMAIL PROTECTED] > Sent: Thur

Re: [Nagios-users] Plugin Trouble

2008-10-30 Thread Marc Powell
Please always respond on list so that others, now and in the future, learn from your experience. More below... On Oct 30, 2008, at 1:55 PM, Bo Lynch wrote: > On Thu, October 30, 2008 2:45 pm, Marc Powell wrote: >> >> On Oct 30, 2008, at 1:18 PM, Bo Lynch wrote: >>> command_line$USER1

Re: [Nagios-users] Plugin Trouble

2008-10-30 Thread Charles Breite
It looks like you need the -C for the community Here is an example of mine $USER1$/check_snmp_int -2 -i -H $HOSTADDRESS$ -C $ARG1$ -n $ARG2$ -Original Message- From: Bo Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 1:18 PM To: nagios-users@lists.sourceforge.net

Re: [Nagios-users] Plugin Trouble

2008-10-30 Thread Marc Powell
On Oct 30, 2008, at 1:18 PM, Bo Lynch wrote: > I am trying to use the check_snmp_printer plugin to monitor a few > printers > on the network. I am able to use it via the bash shell with > ./check_snmp_printer 192.168.x.x public CONSUM ALL. However when I > define > it in objects/commands.cfg

[Nagios-users] Plugin Trouble

2008-10-30 Thread Bo Lynch
I am trying to use the check_snmp_printer plugin to monitor a few printers on the network. I am able to use it via the bash shell with ./check_snmp_printer 192.168.x.x public CONSUM ALL. However when I define it in objects/commands.cfg and make a .cfg file for a printer I get a "usage is: " in nag

Re: [Nagios-users] (no subject)

2008-10-30 Thread Olivier JAN
Joshua, You have to configure the MTA on the nagios box to send the notifications to your exchange server. There's nothing to do in Nagios except having a mail command available to the notification script (mailx on ubuntu). Olivier JAN joshua pereira <[EMAIL PROTECTED]> a écrit : > dear

Re: [Nagios-users] (no subject)

2008-10-30 Thread Valdinger, Stephen (DOV, MSX)
I've got the same setup using postfix (glorified snedmail) that I use here. I think I even have documentation lying around somewhere. It's trivially easy to set up the mta. You then just point your notification command to the proper executable (probably usr/bin/sendmail in your case. --Ori

[Nagios-users] (no subject)

2008-10-30 Thread joshua pereira
dear all,   First i would like to appolagize if this is a repeated ques. Im a beginer at nagios and linux for that matter. I have a question on how to setup the notification via email for nagios. Im using nagios 3.03 on ubuntu 7.04.   Since i already have an exchange server and have already allow

Re: [Nagios-users] Notification Timing Problem

2008-10-30 Thread Matt
On Thu, Oct 30, 2008 at 7:48 AM, Marc Powell <[EMAIL PROTECTED]> wrote: > > On Oct 29, 2008, at 5:11 PM, MJK Nagios wrote: > >> The problem I'm seeing is that it takes >> Nagios 15-20 minutes to send a notification that the host is again >> down. This would be useless to me in a production environ

[Nagios-users] Nagios Graphs

2008-10-30 Thread Christian Iñiguez
Hi all Does anybody could help me to make graphics with n2rrd?? What I need are templates for check_disk, check_mem, etc.. I hope you can help me!! Thanks in advance Saludos / Best Regards Jose Christian Iniguez Bonilla ¡Todo sobre Amor y Sexo! La guía completa para tu vida en Mujer d

Re: [Nagios-users] How to Create Graph on Nagios WebInterface

2008-10-30 Thread Marc Powell
On Oct 30, 2008, at 8:51 AM, Novin Jaiswal wrote: > My Message format is : “hostname servicename pegcount” for e.g > “devserver1 PegCount 10” > > The message are successfully reached on Nagios but I want to create > Graph over the time period based on the these pegcount for > deveserver1.

Re: [Nagios-users] Advanced authentication

2008-10-30 Thread Olivier JAN
I have achieved something like you describe with a Reverse Proxy SSO called Vulture NG (http://vulture.open-source.fr/wiki/). It works really well when you need to authenticate on differents nagios servers (like in a distributed setup). Maybe this can help you Olivier Jan Marc Powell <[EM

[Nagios-users] How to Create Graph on Nagios WebInterface

2008-10-30 Thread Novin Jaiswal
Hi Friends, Few days back only I have started working with Nagios. Its really amazing tool which is already setup by one of my x-colleague. We have a host deveserver1 which is been monitor by Nagios on a different machine using NRPE client. We are using Nagios Lo4j appender(client) to s

Re: [Nagios-users] host with multiple addresses and check_nrpe

2008-10-30 Thread Daniel López
On Thursday 30 October 2008 02:10:16 pm Marc Powell wrote: > > Does not check_nrpe handle correctly the list of addresses? > > No, it does not. Most of the standard nagios plugins wouldn't. They > expect a single host address. ooh, ok. > > How could i handle this? > > Write a wrapper plugin tha

Re: [Nagios-users] host with multiple addresses and check_nrpe

2008-10-30 Thread Marc Powell
On Oct 30, 2008, at 5:43 AM, Daniel López wrote: > > define host{ >use server-sistemes >host_name Cluster-correu >alias Sun Cluster Correu >address host1,host2,host3 >} > Does not check_nr

Re: [Nagios-users] Advanced authentication

2008-10-30 Thread Marc Powell
On Oct 29, 2008, at 10:37 AM, Phillips, Dustin B (DBphillips) wrote: > > Thanks for the replies. > > Ultimately what we would like to do is authenticate the user via > another > website that we already use as a "single sign-on" portal for other web > applications. Once they're logged in there,

Re: [Nagios-users] [ Help ! ] When does the host recovery occurs ?

2008-10-30 Thread Marc Powell
On Oct 30, 2008, at 3:02 AM, Yu Watanabe wrote: > Hello all, > > I have some trouble with the host check. > > I assume that the host check occurs in the following situation. > (I left the noramal check interval value blank) Correct. > So when does nagios restarts the host checks to recver the s

Re: [Nagios-users] Notification Timing Problem

2008-10-30 Thread Marc Powell
On Oct 29, 2008, at 5:11 PM, MJK Nagios wrote: > The problem I'm seeing is that it takes > Nagios 15-20 minutes to send a notification that the host is again > down. This would be useless to me in a production environment; if the > host drops again -- I need to know about it immediately. > Oct

[Nagios-users] several separate status maps with one nagios process - possible?

2008-10-30 Thread Tomasz Chmielewski
Is it possible to set up the web interface so that it shows several *separate* status maps (i.e., in different browser windows on different displays)? My status map doesn't fit on one screen for some time now, and it's getting worse as I keep adding new hosts (more than 100 now). Playing with

[Nagios-users] host with multiple addresses and check_nrpe

2008-10-30 Thread Daniel López
Hi all, i've succesfully created a host with multiple addresses like this: define host{ use server-sistemes host_name Cluster-correu alias Sun Cluster Correu address host1,host2,host3 } a

Re: [Nagios-users] Notification Timing Problem

2008-10-30 Thread Assaf Flatto
How did you configure the nagios to send the emails? is the nagios relaying via a different mail server or is a mail server running on the same machine ? Also the pager - how are you sending the notifications ? external service or in house ? On Wednesday 29 October 2008 22:11:55 MJK Nagios

[Nagios-users] Antwort: Notification Timing Problem

2008-10-30 Thread Sascha . Runschke
"MJK Nagios" <[EMAIL PROTECTED]> schrieb am 29.10.2008 23:11:55: > I seem to be having a rather difficult time getting notifications to > work the way that I would like. I'm using a test host to have Nagios > generate alerts when I take it offline. Nagios detects and sends > notifications for th

Re: [Nagios-users] Advanced authentication

2008-10-30 Thread Paul Weaver
> applications. Once they're logged in there, we would pass their username > over to Nagios via URL querystring or hidden form value, etc (not going for > maximum security). Indeed not, anyone who wants can pretend to be anyone else. Still, if it's an internal intranet, and you capture the IP

Re: [Nagios-users] Unable to create Service Groups

2008-10-30 Thread Sotiroff, Kristian
-Original Message- From: Hugo van der Kooij [mailto:[EMAIL PROTECTED] Sent: 30 October 2008 06:36 To: Nagios Users Mailinglist Subject: Re: [Nagios-users] Unable to create Service Groups -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kahlon, Robby wrote: > Hi All, > > I am a newbie us

[Nagios-users] [ Help ! ] When does the host recovery occurs ?

2008-10-30 Thread Yu Watanabe
Hello all, I have some trouble with the host check. I assume that the host check occurs in the following situation. (I left the noramal check interval value blank) 1. All the service check fails 2. Host Check starts. It stops whenever the number of checks reaches the max check attempts or the