Re: [Nagios-users] Service Notification

2011-04-12 Thread Aravind M D
>> >> When the host is down whether the service notification will be send >> out for all the services. >> >> >> >> > Yes , the way to circumvent this is to implement dependencies > I am running nagios 3.2.0 when i am check

Re: [Nagios-users] Service Notification

2011-04-12 Thread Assaf Flatto
Aravind M D wrote: > > Hi All, > > When the host is down whether the service notification will be send > out for all the services. > > Rgds, > > Aravind M D > > Yes , the way to circumvent this is to implement dependencies h

[Nagios-users] Service Notification

2011-04-12 Thread Aravind M D
Hi All, When the host is down whether the service notification will be send out for all the services. Rgds, Aravind M D-- Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insi

Re: [Nagios-users] service notification logged but not done

2011-03-11 Thread MAYER Hans
aul M. Dubuc [mailto:w...@paul.dubuc.org] Sent: Thursday, March 10, 2011 3:04 PM To: Nagios Users List Cc: MAYER Hans Subject: Re: [Nagios-users] service notification logged but not done Could it be that your scripts are stored on an NFS mounted filesystem or other networked storage? (What is $

Re: [Nagios-users] service notification logged but not done

2011-03-10 Thread Paul M. Dubuc
thin Nagios between writing the log-file and executing > the script ? Something permits to execute the script, but only sometimes. > > > Kind regards > > Hans > > *From:* Chad Rhyner [mailto:crhy...@box.net] > *Sent:* Wednesday, March 09, 2011 6:32 PM > *To:* Nagios U

Re: [Nagios-users] service notification logged but not done

2011-03-10 Thread MAYER Hans
executing the script ? Something permits to execute the script, but only sometimes. Kind regards Hans From: Chad Rhyner [mailto:crhy...@box.net] Sent: Wednesday, March 09, 2011 6:32 PM To: Nagios Users List Cc: MAYER Hans Subject: Re: [Nagios-users] service notification logged but not done Have you

Re: [Nagios-users] service notification logged but not done

2011-03-09 Thread Chad Rhyner
Have you recently upgraded Nagios? When did you start noticing that it was missing execution runs? Do you have enough disk space free? What are the permissions of the script set to? Were they recently changed? Have you done any type of software changes with any type of supporting packages (i.e

[Nagios-users] service notification logged but not done

2011-03-09 Thread MAYER Hans
Dear all Using Nagios since a lot of years, I was starting with one of the first versions of "netsaint", and more than 25 years of experience with UNIX, I have now a strange problem I never had before. I am running Nagios Core 3.2.3 on Solaris 10 OS. Hardware is M3000 with SPARC V9 architectu

Re: [Nagios-users] Service notification

2010-08-04 Thread Gius, Mark
54 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Service notification > > Nagios won't do that. If I recall correctly, when the host check fails, > it refuses to generate any further service notifications for that host > until the host check succeeds again. It also

Re: [Nagios-users] Service notification

2010-07-30 Thread Herb J.
Nagios won't do that. If I recall correctly, when the host check fails, it refuses to generate any further service notifications for that host until the host check succeeds again. It also won't generate service recovery notifications when those services actually come back online either. Our sol

Re: [Nagios-users] Service notification

2010-07-30 Thread Aex
Ok, I mean that if server down - service notification cannot be send. How can I reconfigure Nagios to send service notification from specific service even if server down? -- The Palm PDK Hot Apps Program offers develo

Re: [Nagios-users] Service notification

2010-07-30 Thread Aex
Ok, I mean that if server down - service notification cannot be send. How can I reconfigure Nagios to send service notification if server down? -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Deve

Re: [Nagios-users] Service notification

2010-07-30 Thread Marc Powell
On Jul 30, 2010, at 7:08 AM, Aex wrote: > I explain, for why it's need. A some servers have a strong security policy and > ICMP has been disabled on these servers. Nagios checks that server unavailable > and don't sends "service notifications", but in fact - server is up. Use a different host ch

Re: [Nagios-users] Service notification

2010-07-30 Thread Aex
Aex gmail.com> writes: > > Hi everybody > > I have a lot of servers. And I have service with name "check-host-alive". > If some server down, I get only "Host Notification" from this server and no > notifications from services. But I want get "Service Notification" for > "check-host-alive" servi

[Nagios-users] Service notification

2010-07-30 Thread Aex
Hi everybody I have a lot of servers. And I have service with name "check-host-alive". If some server down, I get only "Host Notification" from this server and no notifications from services. But I want get "Service Notification" for "check-host-alive" service even if server down. How can I enabl

Re: [Nagios-users] service notification when host is down

2010-02-19 Thread Samuel Bancal
Yes I agree... But, I do export to a third application the service's perfdata. (using service_perfdata_file* instructions of Nagios). That third application is extracting from it whether services are up or down and doing some actions in consequence. This behavior is a problem to me because of two

Re: [Nagios-users] service notification when host is down

2010-02-18 Thread Marc Powell
On Feb 18, 2010, at 3:47 AM, Samuel Bancal wrote: > Thanks for your answer, > > In fact it is normal behavior to me also. > Thing that is not "normal behavior" to me is that between two checks, Nagios > jumps from "SOFT 1" to "HARD 1" without doing the steps "SOFT 1" > "SOFT 2" > > "SOFT 3" an

Re: [Nagios-users] service notification when host is down

2010-02-18 Thread Samuel Bancal
Thanks for your answer, In fact it is normal behavior to me also. Thing that is not "normal behavior" to me is that between two checks, Nagios jumps from "SOFT 1" to "HARD 1" without doing the steps "SOFT 1" > "SOFT 2" > "SOFT 3" and finally "HARD 4". Regards, Samuel Bancal 2010/2/17 Morris, Pat

Re: [Nagios-users] service notification when host is down

2010-02-17 Thread Morris, Patrick
Samuel Bancal wrote: > Nagios Core 3.2.0 > nagios-plugins-1.4.14 > Ubuntu server 8.04.3 LTS > > Hi, > > I'm encountering problems to configure the notifications in case a > server is no more responding to PING (ICMP). > I don't understand why Nagios is jumping over steps when it's doing > service

[Nagios-users] service notification when host is down

2010-02-17 Thread Samuel Bancal
Nagios Core 3.2.0 nagios-plugins-1.4.14 Ubuntu server 8.04.3 LTS Hi, I'm encountering problems to configure the notifications in case a server is no more responding to PING (ICMP). I don't understand why Nagios is jumping over steps when it's doing service-check "icmp". Here is the config : defi

Re: [Nagios-users] service notification

2010-02-05 Thread Morris, Patrick
Clair Johnson wrote: > > Hi all, > > > > I have simples questions. > > > > Is it possible *not* to execute host checks but execute services checks ? > > Is it possible to send services notifications when the host is not > checked ? > > > > Because I don't understand, I'm not notified of serv

[Nagios-users] service notification

2010-02-05 Thread Clair Johnson
Hi all, I have simples questions. Is it possible not to execute host checks but execute services checks ? Is it possible to send services notifications when the host is not checked ? Because I don't understand, I'm not notified of services changes. here are parts of my conf files (They come fro

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 '

[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] Service notification only on hosts in a specific host group

2005-11-16 Thread Timothy O'Hare
Hi, One way to do it would be to create a second service that is used to only check the hosts you want to be paged for e.g. NTP-paged. The downside to this is that these hosts would have 2 NTP checks against them. Tim Borgström Georg wrote: Hi, I have a few services that are checked on every

[Nagios-users] Service notification only on hosts in a specific host group

2005-11-16 Thread Borgström Georg
Hi, I have a few services that are checked on every host. The service are defined as follow: define service{ service_description NTP servicegroups NTP use generic-service check_command check_ntp host_name *