Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Alberto Menichetti
--- From: Andreas Ericsson [mailto:a...@op5.se] Sent: Friday, November 12, 2010 5:00 AM To: Nagios Users List Cc: Hall, JC Subject: Re: [Nagios-users] Notifications on passive service checks On 11/11/2010 11:27 PM, Hall, JC wrote: Is it accurate that Nagios will only send 1 notification for a pass

Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Martin Melin
called for by my event_handler from another > active service check... which I'm ok with. > > -Original Message- > From: Andreas Ericsson [mailto:a...@op5.se] > Sent: Friday, November 12, 2010 5:00 AM > To: Nagios Users List > Cc: Hall, JC > Subject: Re: [Nagios-users] Noti

Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Max Schubert
cripts are running at every interval to check > the freshnes, not only when it's called for by my event_handler from another > active service check... which I'm ok with. > > -Original Message- > From: Andreas Ericsson [mailto:a...@op5.se] > Sent: Friday, November 12

Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Alberto Menichetti
t's called for by my event_handler from another active service check... which I'm ok with. -Original Message- From: Andreas Ericsson [mailto:a...@op5.se] Sent: Friday, November 12, 2010 5:00 AM To: Nagios Users List Cc: Hall, JC Subject: Re: [Nagios-users] Notifications on passive servi

Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Hall, JC
y event_handler from another active service check... which I'm ok with. -Original Message- From: Andreas Ericsson [mailto:a...@op5.se] Sent: Friday, November 12, 2010 5:00 AM To: Nagios Users List Cc: Hall, JC Subject: Re: [Nagios-users] Notifications on passive service checks On 11/11

Re: [Nagios-users] Notifications on passive service checks

2010-11-12 Thread Assaf Flatto
Actually , the fact that the check is passive or active is some what irrelevant in this context. The place that will determine the notification policy is you "central" nagios , and what you defined in your service/host notifications directive . if you also define an escalation for that service

Re: [Nagios-users] Notifications on passive service checks

2010-11-12 Thread Andreas Ericsson
On 11/11/2010 11:27 PM, Hall, JC wrote: > Is it accurate that Nagios will only send 1 notification for a > passive service check? > > IE, the notification_interval definition for a passively checked > service won't instruct Nagios to re-send a notification such as with > actively checked services?

[Nagios-users] Notifications on passive service checks

2010-11-11 Thread Hall, JC
Is it accurate that Nagios will only send 1 notification for a passive service check? IE, the notification_interval definition for a passively checked service won't instruct Nagios to re-send a notification such as with actively checked services? ---