<!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>Host Escalation Problems</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>I am having a problem trying to get host notifications sent to my ticketing system only on the first notification and to my admins group for all notifications. I have read the documentation and it says that overlapping notificaions should work. Here are the appropriate portions of my config files. I hope I am missing something obvious because I have tried several iterations of the hostgroupescalations with mixed results. In this configuration, everyone gets the first notfication and none after that. Other configs I have tried have sent notifications continuously to admins but not to the ticketing group at all. I am sure there were other results but too many to list.</FONT></P>
<BR>
<P><FONT SIZE=2>define hostgroupescalation{</FONT>
<BR><FONT SIZE=2> hostgroup_name myhosts,myotherhosts</FONT>
<BR><FONT SIZE=2> first_notification 1</FONT>
<BR><FONT SIZE=2> last_notification 1</FONT>
<BR><FONT SIZE=2> notification_interval 15</FONT>
<BR><FONT SIZE=2> contact_groups ticketing</FONT>
<BR><FONT SIZE=2> }</FONT>
</P>
<P><FONT SIZE=2>define hostgroupescalation{</FONT>
<BR><FONT SIZE=2> hostgroup_name myhosts,myotherhosts</FONT>
<BR><FONT SIZE=2> first_notification 1</FONT>
<BR><FONT SIZE=2> last_notification 0</FONT>
<BR><FONT SIZE=2> notification_interval 15</FONT>
<BR><FONT SIZE=2> contact_groups admins</FONT>
<BR><FONT SIZE=2> }</FONT>
</P>
<BR>
<BR>
<P><FONT SIZE=2>define host {</FONT>
<BR><FONT SIZE=2> use generic-host</FONT>
<BR><FONT SIZE=2> host_name networkdev</FONT>
<BR><FONT SIZE=2> alias networkdev </FONT>
<BR><FONT SIZE=2> address 172.16.11.229</FONT>
<BR><FONT SIZE=2> parents r_kla</FONT>
<BR><FONT SIZE=2> check_command check-host-alive</FONT>
<BR><FONT SIZE=2> max_check_attempts 3</FONT>
<BR><FONT SIZE=2> notification_interval 15</FONT>
<BR><FONT SIZE=2> notification_period 24x7</FONT>
<BR><FONT SIZE=2> notification_options d,u,r</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>
<BR>
<P><FONT SIZE=2>define service {</FONT>
<BR><FONT SIZE=2> use generic-service</FONT>
<BR><FONT SIZE=2> host_name localhost,r_kla,r_internet,networkdev</FONT>
<BR><FONT SIZE=2> service_description Alive</FONT>
<BR><FONT SIZE=2> contact_groups admins</FONT>
<BR><FONT SIZE=2> check_period 24x7</FONT>
<BR><FONT SIZE=2> notification_interval 15</FONT>
<BR><FONT SIZE=2> notification_options u,c,r</FONT>
<BR><FONT SIZE=2> notification_period 24x7</FONT>
<BR><FONT SIZE=2> check_command check-host-alive</FONT>
<BR><FONT SIZE=2> max_check_attempts 3</FONT>
<BR><FONT SIZE=2> normal_check_interval 5</FONT>
<BR><FONT SIZE=2> retry_check_interval 1</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>
<P><FONT SIZE=2>define hostgroup {</FONT>
<BR><FONT SIZE=2> hostgroup_name myhosts</FONT>
<BR><FONT SIZE=2> alias myhosts</FONT>
<BR><FONT SIZE=2> contact_groups admins</FONT>
<BR><FONT SIZE=2> members r_kla,networkdev,r_internet</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>
<BR>
<BR>
<P><FONT SIZE=2>Thanks, I hope someone can set me striaght.</FONT>
</P>
<P><FONT SIZE=2>Chris Waters</FONT>
</P>
<BR>
</BODY>
</HTML>