As I've said, I notice in the logs that there is a recovery notification going to my none contact group, then before that I see the notification sent to the none contact group, and then 2 hours before that I see the notification going to everyone that it is supposed to.  This has been happening for awhile now.<br>
<br>Also, I don't believe your suggestion would do anything as the documentations say:  "Note: Notifications about host or service recoveries are only sent out
if a notification was sent out for the original problem. It doesn't
make sense to get a recovery notification for something you never knew
was a problem."  Therefore why would a contact only get recovery notifications.<br><br>Leah<br><br><div class="gmail_quote">On Mon, Nov 10, 2008 at 10:32 AM, Sotiroff, Kristian <span dir="ltr"><<a href="mailto:Sotiroff.Kristian@mtvne.com">Sotiroff.Kristian@mtvne.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Here's a thought: could it be that your original contact list don't get<br>
notified because you are in an escalation period? Thus the original list<br>
is out of reach.<br>
<br>
One thing you could try is creating a new list (lfisher_ooh) and then<br>
set this group to get the alerts during escalation periods but only<br>
'recovery' alerts (ie. notification_options r)<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
-----Original Message-----<br>
From: Assaf Flatto [mailto:<a href="mailto:assaf.flatto@ssp.uk.com">assaf.flatto@ssp.uk.com</a>]<br>
Sent: 10 November 2008 15:22<br>
To: <a href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>
Subject: Re: [Nagios-users] Notification Recovery Issue<br>
<br>
<br>
>From these definitions - it should work and i see not reason why it<br>
doesn't .<br>
<br>
have you checked the log to see what happens when it detects a recovery<br>
?<br>
could it be that you have tow instances running and thus the nagios<br>
isn't running with the corrent config ?<br>
<br>
<br>
<br>
<br>
On Monday 10 November 2008 15:08:54 Leah Fisher wrote:<br>
> Here are a bunch of my definitions.  A host, the inherited host<br>
> definitions, a contact and the escalation I'm using.<br>
><br>
> define host{<br>
>   use win<br>
>   host_name  windowshost<br>
>   address       xxx.xxx.xxx.xxx<br>
>   contact_groups  +win<br>
> }<br>
> define host{<br>
>   use generic-host<br>
>   name win<br>
>   hostgroups  windows<br>
>   contact_groups +win<br>
>   register 0<br>
> }<br>
> define host{<br>
>   name generic-host<br>
>   notifications_enabled 1<br>
>   event_handler_enabled 1<br>
>   flap_detection_enabled 0<br>
>   failure_prediction_enabled 1<br>
>   process_perf_data 0<br>
>   retain_status_information 1<br>
>   retail_nonstatus_information 1<br>
>   notification_period 24x7<br>
>   check_command check-host-alive<br>
>   max_check_attempts 5<br>
>   notification_interval 120<br>
>   check_period 24x7<br>
>   notifcation_options d,r<br>
>   retry_interval 1<br>
>   check_interval 5<br>
>   contact_groups all<br>
>   register 0<br>
> }<br>
> define contact{<br>
>   contact_name lfisher<br>
>   alias Leah Fisher<br>
>   service_notification_period 24x7<br>
>   host_notification_period 24x7<br>
>   service_notification_opttions w,u,c,r,f<br>
>   host_notification_options d,r<br>
>   service_notification_commands notify-by-email<br>
>   host_notification_commands host-notify-by-email<br>
>   email  <a href="mailto:leahfist@gmail.com">leahfist@gmail.com</a><br>
>   contactgroups  all<br>
> }<br>
> define hostescalation{<br>
>   host_name  *<br>
>   contact_groups  none<br>
>   first_notification 2<br>
>   last_notification  0<br>
>   notification_interval 360<br>
>   escalation_period     nonworkhours<br>
> }<br>
><br>
> On Mon, Nov 10, 2008 at 9:44 AM, Assaf Flatto<br>
<<a href="mailto:assaf.flatto@ssp.uk.com">assaf.flatto@ssp.uk.com</a>>wrote:<br>
> > can you show us the escalation config ?<br>
> ><br>
> > It will be easier to understand and debud , also a host  declaration<br>
<br>
> > will help<br>
> ><br>
> > On Monday 10 November 2008 14:33:45 Leah Fisher wrote:<br>
> > > Sorry, I should have included that.  I'm using version 3.0.5 on<br>
RHEL4<br>
> > > ES.<br>
> > ><br>
> > > I get recoveries if the host escalations do not take effect and I<br>
can<br>
> > > see in the event log that the notification was just sent to my<br>
> > > escalation<br>
> ><br>
> > group<br>
> ><br>
> > > once the escalation group gets a notification.<br>
> > ><br>
> > > Leah<br>
> > ><br>
> > > On Mon, Nov 10, 2008 at 9:21 AM, Assaf Flatto<br>
<<a href="mailto:assaf.flatto@ssp.uk.com">assaf.flatto@ssp.uk.com</a><br>
> > ><br>
> > >wrote:<br>
> > > > Which version are you using ?<br>
> > > ><br>
> > > > Do you also have them in the contact groups with the recovery<br>
option<br>
> > > > defined in the host/service<br>
> > > > definition<br>
> > > ><br>
> > > > Myself i am using the same issue and we get the alert for both<br>
the<br>
> ><br>
> > faiure<br>
> ><br>
> > > > and recovery ,however i<br>
> > > > use 2.12 .<br>
> > > ><br>
> > > > On Monday 10 November 2008 14:09:30 Leah Fisher wrote:<br>
> > > > > I have been noticing an issue with notifications that I wanted<br>
to<br>
> > > > > run by everyone before I report it as a bug.  I'm also hoping<br>
> > > > > someone who is on the development list can let me know if this<br>
has<br>
> > > > > already been reported.<br>
> > > ><br>
> > > >  I<br>
> > > ><br>
> > > > > use escalations to suppress notifications on weekends so when<br>
no<br>
> > > > > one<br>
> ><br>
> > is<br>
> ><br>
> > > > > around to fix something, we don't have a very full inbox come<br>
> > > > > Monday.<br>
> > > ><br>
> > > >  So,<br>
> > > ><br>
> > > > > on non work hours, I have a host escalation that goes to a<br>
false<br>
> ><br>
> > email<br>
> ><br>
> > > > > starting from notification 2 to infinity.  This works great,<br>
but if<br>
> ><br>
> > the<br>
> ><br>
> > > > > host recovers during the escalation period, recovery<br>
notifications<br>
> ><br>
> > only<br>
> ><br>
> > > > go<br>
> > > ><br>
> > > > > to the escalation user, not all the users that were notified<br>
of the<br>
> > > > > problem.  This becomes a problem as certain management folk<br>
don't<br>
> ><br>
> > seem<br>
> ><br>
> > > > > to know how to go to the website to look at the status and<br>
think<br>
> ><br>
> > things<br>
> ><br>
> > > > > are still down without a recovery notification.  I am not sure<br>
> > > > > about service alerts, but I know this has not worked for quite<br>
some<br>
> > > > > time on host<br>
> > > ><br>
> > > > alerts.<br>
> > > ><br>
> > > > > Has anyone else seen this problem?<br>
> > > > ><br>
> > > > > Thanks,<br>
> > > > ><br>
> > > > > Leah<br>
> > > ><br>
> > > > --<br>
> > > > Assaf Flatto<br>
> > > > SSP Ops Team<br>
> > > > Linux System Administrator<br>
> > > > 169 Euston Road, London, NW1 2AE<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > IMPORTANT . this email and the information in it may be<br>
confidential,<br>
> > > > legally<br>
> > > > privileged and/or protected by law. It is intended solely for<br>
the use<br>
> ><br>
> > of<br>
> ><br>
> > > > the<br>
> > > > person to whom it is addressed. If you are not the intended<br>
> > > > recipient, please<br>
> > > > notify the sender immediately and do not disclose the contents<br>
to any<br>
> > > > other person, use it for any purpose, or store or copy the<br>
> > > > information<br>
> ><br>
> > in<br>
> ><br>
> > > > any medium.<br>
> > > > Please also delete all copies of this email and any attachments<br>
from<br>
> ><br>
> > your<br>
> ><br>
> > > > system.<br>
> > > ><br>
> > > > We cannot guarantee the security or confidentiality of email<br>
> > > > communications. We<br>
> > > > do not accept any liability for losses or damages that you may<br>
suffer<br>
> ><br>
> > as<br>
> ><br>
> > > > a result of your receipt of this email including but not limited<br>
to<br>
> > > > computer service or system failure, access delays or<br>
interruption,<br>
> > > > data non-delivery or<br>
> > > > mis-delivery, computer viruses or other harmful components.<br>
> > > ><br>
> > > > Copyright in this email and any attachments belong to Select<br>
Service<br>
> > > > Partner UK<br>
> > > > Limited. Should you communicate with anyone at Select Service<br>
Partner<br>
> ><br>
> > UK<br>
> ><br>
> > > > Limited by<br>
> > > > email, you consent to us monitoring and reading any such<br>
> ><br>
> > correspondence.<br>
> ><br>
> > > > Nothing in this email shall be taken or read as suggesting,<br>
proposing<br>
> ><br>
> > or<br>
> ><br>
> > > > relating to any agreement concerted practice or other practice<br>
that<br>
> ><br>
> > could<br>
> ><br>
> > > > infringe UK or EC competition legislation.<br>
> > > ><br>
> > > > Select Service Partner UK Limited is a company registered in<br>
England<br>
> ><br>
> > and<br>
> ><br>
> > > > Wales<br>
> > > > (company number 05687183) whose registered office is at 1 The<br>
> > > > Heights, Brooklands, Weybridge. Surrey. KT13 0NY<br>
> ><br>
> ><br>
------------------------------------------------------------------------<br>
-<br>
> ><br>
> > > > This SF.Net email is sponsored by the Moblin Your Move<br>
Developer's<br>
> > > > challenge<br>
> > > > Build the coolest Linux based applications with Moblin SDK & win<br>
> > > > great prizes<br>
> > > > Grand prize is a trip for two to an Open Source event anywhere<br>
in the<br>
> > > > world <a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
> > > > _______________________________________________<br>
> > > > Nagios-users mailing list<br>
> > > > <a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
> > > > <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
> > > ><br>
> > > > ::: Please include Nagios version, plugin version (-v) and OS<br>
when<br>
> > > ><br>
> > > > reporting any issue.<br>
> > > ><br>
> > > > ::: Messages without supporting info will risk being sent to<br>
> > > > ::: /dev/null<br>
> ><br>
> > --<br>
> > Assaf Flatto<br>
> > SSP Ops Team<br>
> > Linux System Administrator<br>
> > 169 Euston Road, London, NW1 2AE<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > IMPORTANT . this email and the information in it may be<br>
confidential,<br>
> > legally<br>
> > privileged and/or protected by law. It is intended solely for the<br>
use of<br>
> > the<br>
> > person to whom it is addressed. If you are not the intended<br>
recipient,<br>
> > please<br>
> > notify the sender immediately and do not disclose the contents to<br>
any<br>
> > other person, use it for any purpose, or store or copy the<br>
information in<br>
> > any medium.<br>
> > Please also delete all copies of this email and any attachments from<br>
your<br>
> > system.<br>
> ><br>
> > We cannot guarantee the security or confidentiality of email<br>
> > communications. We<br>
> > do not accept any liability for losses or damages that you may<br>
suffer as<br>
> > a result of your receipt of this email including but not limited to<br>
> > computer service or system failure, access delays or interruption,<br>
data<br>
> > non-delivery or<br>
> > mis-delivery, computer viruses or other harmful components.<br>
> ><br>
> > Copyright in this email and any attachments belong to Select Service<br>
> > Partner UK<br>
> > Limited. Should you communicate with anyone at Select Service<br>
Partner UK<br>
> > Limited by<br>
> > email, you consent to us monitoring and reading any such<br>
correspondence.<br>
> ><br>
> > Nothing in this email shall be taken or read as suggesting,<br>
proposing or<br>
> > relating to any agreement concerted practice or other practice that<br>
could<br>
> > infringe UK or EC competition legislation.<br>
> ><br>
> > Select Service Partner UK Limited is a company registered in England<br>
and<br>
> > Wales<br>
> > (company number 05687183) whose registered office is at 1 The<br>
Heights,<br>
> > Brooklands, Weybridge. Surrey. KT13 0NY<br>
> ><br>
> ><br>
> ><br>
> ><br>
------------------------------------------------------------------------<br>
-<br>
> > This SF.Net email is sponsored by the Moblin Your Move Developer's<br>
> > challenge<br>
> > Build the coolest Linux based applications with Moblin SDK & win<br>
great<br>
> > prizes<br>
> > Grand prize is a trip for two to an Open Source event anywhere in<br>
the<br>
> > world <a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
> > _______________________________________________<br>
> > Nagios-users mailing list<br>
> > <a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
> > <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
> ><br>
> > ::: Please include Nagios version, plugin version (-v) and OS when<br>
> ><br>
> > reporting any issue.<br>
> ><br>
> > ::: Messages without supporting info will risk being sent to<br>
/dev/null<br>
<br>
<br>
<br>
--<br>
Assaf Flatto<br>
SSP Ops Team<br>
Linux System Administrator<br>
169 Euston Road, London, NW1 2AE<br>
<br>
<br>
<br>
<br>
<br>
<br>
IMPORTANT . this email and the information in it may be confidential,<br>
legally<br>
privileged and/or protected by law. It is intended solely for the use of<br>
the<br>
person to whom it is addressed. If you are not the intended recipient,<br>
please<br>
notify the sender immediately and do not disclose the contents to any<br>
other<br>
person, use it for any purpose, or store or copy the information in any<br>
medium.<br>
Please also delete all copies of this email and any attachments from<br>
your<br>
system.<br>
<br>
We cannot guarantee the security or confidentiality of email<br>
communications. We<br>
do not accept any liability for losses or damages that you may suffer as<br>
a<br>
result of your receipt of this email including but not limited to<br>
computer<br>
service or system failure, access delays or interruption, data<br>
non-delivery or<br>
mis-delivery, computer viruses or other harmful components.<br>
<br>
Copyright in this email and any attachments belong to Select Service<br>
Partner UK<br>
Limited. Should you communicate with anyone at Select Service Partner UK<br>
Limited by<br>
email, you consent to us monitoring and reading any such correspondence.<br>
<br>
Nothing in this email shall be taken or read as suggesting, proposing or<br>
relating to any agreement concerted practice or other practice that<br>
could<br>
infringe UK or EC competition legislation.<br>
<br>
Select Service Partner UK Limited is a company registered in England and<br>
Wales<br>
(company number 05687183) whose registered office is at 1 The Heights,<br>
Brooklands, Weybridge. Surrey. KT13 0NY<br>
<br>
<br>
<br>
------------------------------------------------------------------------<br>
-<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's<br>
challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great<br>
prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the<br>
world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when<br>
reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
<br>
<br>
<br>
</div></div>CONFIDENTIALITY NOTICE<br>
<br>
This e-mail (and any attached files) is confidential and protected by<br>
copyright (and other intellectual property rights). If you are not the<br>
intended recipient please e-mail the sender and then delete the email and<br>
any attached files immediately. Any further use or dissemination is<br>
prohibited.<br>
<br>
While MTV Networks Europe has taken steps to ensure that this email and<br>
any attachments are virus free, it is your responsibility to ensure that<br>
this message and any attachments are virus free and do not affect your<br>
systems / data.<br>
<br>
Communicating by email is not 100% secure and carries risks such as delay,<br>
data corruption, non-delivery, wrongful interception and unauthorised<br>
amendment. If you communicate with us by e-mail, you acknowledge and<br>
assume these risks, and you agree to take appropriate measures to minimise<br>
these risks when e-mailing us.<br>
<br>
MTV Networks International, MTV Networks UK & Ireland, Greenhouse,<br>
Nickelodeon Viacom Consumer Products, VBSi, Viacom Brand Solutions<br>
International and Comedy Central are all trading names of MTV Networks<br>
Europe.  MTV Networks Europe is a partnership between MTV Networks Europe<br>
Inc. and Viacom Networks Europe Inc.  Address for service in Great Britain<br>
is UK House, 180 Oxford Street, London W1D 1DS, UK.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</div></div></blockquote></div><br>