<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>Short Notification interval and escalations</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Heya all</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial"> I am trying to implement the following with host notification.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">1: No notification for the 1st 5 mintes that a host goes down.</FONT>
<BR><FONT SIZE=2 FACE="Arial">2: An email to our helpdesk at 5 minutes</FONT>
<BR><FONT SIZE=2 FACE="Arial">3: No more email for 30 minutes</FONT>
<BR><FONT SIZE=2 FACE="Arial">4: an email to system supervisors after 30 minutes. (along with helpdesk)</FONT>
<BR><FONT SIZE=2 FACE="Arial">5: emails every 6 hours thereafter,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">My original plan was..</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Define the host with with notification_interval 5, and the contact group a dummy group with no email notification.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Set a host escalation </FONT>
<BR><FONT SIZE=2 FACE="Arial"> first_notification 2</FONT>
<BR><FONT SIZE=2 FACE="Arial"> last_notification 3</FONT>
<BR><FONT SIZE=2 FACE="Arial"> notification_interval 30</FONT>
<BR><FONT SIZE=2 FACE="Arial"> contact_groups helpdesk</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Set a host escalation </FONT>
<BR><FONT SIZE=2 FACE="Arial"> first_notification 3</FONT>
<BR><FONT SIZE=2 FACE="Arial"> last_notification 0</FONT>
<BR><FONT SIZE=2 FACE="Arial"> notification_interval 360</FONT>
<BR><FONT SIZE=2 FACE="Arial"> contact_groups helpdesk,supervisors</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">The problem I forsee is that I can never override the notification interval 5 in the original host definition. Nagios always chooses the shortest notification interval for the notification series, and you can not specify first and last notification in the host definition.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Anyone see a way to do this?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">-Andrew</FONT>
</P>

</BODY>
</HTML>