[Nagios-users] Juliet Tree/ASHFORD/UK/COTY is out of the office.

2006-03-27 Thread Juliet_Tree
I will be out of the office starting 28/03/2006 and will not return until 03/04/2006. I am away so please contact Mike Procyshyn on 2261 for any urgent issues. Thankyou Thanks. --- This SF.Net email is sponsored by xPML, a groundbreaking

Re: [Nagios-users] notifications in yahoo messenger

2006-03-27 Thread James Turnbull
Nelson Serafica wrote: Does anyone knows how to send notifications via yahoo i search in nagiosexchange but only available in goggletalk and jabber... TIA Yahoo! Messenger with Voice. Make PC-to-Phone Calls

Re: [Nagios-users] notifications in yahoo messenger

2006-03-27 Thread James Turnbull
Nelson Serafica wrote: Does anyone knows how to send notifications via yahoo i search in nagiosexchange but only available in goggletalk and jabber... TIA Yahoo! Messenger with Voice. Make PC-to-Phone Calls

Re: [Nagios-users] Pls Help

2006-03-27 Thread Terry
Does /usr/bin/mail exist? How about /usr/bin/printf? Chandresh Suthar wrote: Dear All, I am able to send mails to my persoanl email id by "mail" command. But notification is not going. I have configured sendmail. I am not even receiving mails on local system at [EMAIL PROTECTED] ( I tried).

[Nagios-users] notifications in yahoo messenger

2006-03-27 Thread Nelson Serafica
Does anyone knows how to send notifications via yahooi search in nagiosexchange but only available in goggletalk and jabber...TIA Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Nagios-users] Pls Help

2006-03-27 Thread Chandresh Suthar
Dear All,   I am able to send mails to my persoanl email id by "mail" command.But notification is not going. I have configured sendmail. I am noteven receiving mails on local system at [EMAIL PROTECTED] ( I tried).I am even not getting any error messages in logs of nagios.   I am using solaris 8. P

RE: [Nagios-users] Nagios NEB Nagios-DB Install Guide

2006-03-27 Thread Danny Russell
The most recent Package -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 1:36 PM To: Danny Russell Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios NEB Nagios-DB Install Guide Are you taking the version out of CVS, or the most r

Re: [Nagios-users] Nagios NEB Nagios-DB Install Guide

2006-03-27 Thread Ben
Are you taking the version out of CVS, or the most recent package? I honestly cannot recall if there is a difference. On Mon, 27 Mar 2006, Danny Russell wrote: Fellow Group Members, I am running Nagios 2.0 stable. I am looking to add mysql database support. I know the Nagios-db group exists

[Nagios-users] Nagios NEB Nagios-DB Install Guide

2006-03-27 Thread Danny Russell
Fellow Group Members,   I am running Nagios 2.0 stable. I am looking to add mysql database support. I know the Nagios-db group exists and people have it working, but I cannot get it to compile and I am running in to a brick wall. Are there any instructions out there on it? A wiki? I am

Re: [Nagios-users] Find out which device failed first - Help

2006-03-27 Thread Hugo van der Kooij
On Mon, 27 Mar 2006, Chaudhry, Zaeem wrote: > My apologies... The spell check in Windows changed the word "Nagios" to > Anglos. That makes 1001 reasons why I dislike windows. > I have a bunch of devices that I monitor using Nagios 2.0. All the > devices in my network are connected to each other

RE: [Nagios-users] Find out which device failed first - Help

2006-03-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Chaudhry, Zaeem > Sent: Monday, March 27, 2006 1:23 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Find out which device failed first - Help > > > My apologies...

[Nagios-users] Find out which device failed first - Help

2006-03-27 Thread Chaudhry, Zaeem
My apologies... The spell check in Windows changed the word "Nagios" to Anglos. Hello, I have a bunch of devices that I monitor using Nagios 2.0. All the devices in my network are connected to each other in one way or the other, which means that if one device in the network fails, it impacts the

[Nagios-users] Find out which device failed first - Help

2006-03-27 Thread Chaudhry, Zaeem
Hello, I have a bunch of devices that I monitor using Anglos 2.0. All the devices in my network are connected to each other in one way or the other, which means that if one device in the network fails, it impacts the other devices as well. I want to know if there is a way to find out which device

Re: [Nagios-users] Downtime Notification

2006-03-27 Thread Terry
That's kinda tricky. You could scrape downtime.log every 1 minute (from cron) and act upon that. You could make it as smart or dumb as you want. Dumb would be sending a notification for every host/service that is scheduled to be down in 10 minutes. Smart would be compiling all the downtimes, co

[Nagios-users] Downtime Notification

2006-03-27 Thread Jeffrey Montgomery
Does anyone know a way to send out a notification warning that the server is sched. for downtime 10 min before? -- Jeffr --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobi

RE: [Nagios-users] Nagios not writing to nagios.log

2006-03-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Fred Janssen > Sent: Sunday, March 26, 2006 11:14 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios not writing to nagios.log > > A few days ago we started tes

RE: [Nagios-users] Host File Clean-Up

2006-03-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Pete Shelfo > Sent: Monday, March 27, 2006 6:29 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Host File Clean-Up > > bAll my hosts definitions are setup the same

[Nagios-users] Host File Clean-Up

2006-03-27 Thread Pete Shelfo
bAll my hosts definitions are setup the same way:   # 'servername' host definition define host{   use   generic-host    ; Name of host template to use   host_name servername   alias servername   address 0.0.0.0

Re: [Nagios-users] Nagios specific scripts and/or binaries

2006-03-27 Thread Arno Lehmann
Hi, On 3/27/2006 10:57 AM, George Rushby wrote: Please excuse my ignorance but the PATH setting for Nagios?! Yes, the search path for executables. In other words, perhaps neither /usr/local/bin nor /opt/tools/pipesend are used to search for programs. The PATH is, usually and IIRC, set in th

[Nagios-users] [bug?] CET -> CEST problems

2006-03-27 Thread Janno de Wit
Hi list, Have had the following problem here. We monitor an as400 system, and if it is not online between 05:00 - 24:00 on mon-sat, it should send us an alert. Now last weekend we got the time switch between CET and CEST (02:00 am becomes 03:00 am). The server automatically switches, but Nagios g

Re: [Nagios-users] bulk update thru send_nsca

2006-03-27 Thread Florian Gleixner
Just concat results of checks together using a CR ("\n") to separate the lines. We use a shell variable to collect the messages and then shoot it through send_nsca. Example: NAGOSSERV=nagiosserver NAGIOSDIR=/usr/local/nagios CHOST=`uname -n` NSCAOUT="" # check disks for i in 10 30 40 50 60 ; do

RE: [Nagios-users] Nagios specific scripts and/or binaries

2006-03-27 Thread George Rushby
Please excuse my ignorance but the PATH setting for Nagios?! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Lehmann Sent: 24 March 2006 09:06 PM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios specific scripts and/or binarie