<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Hello all<BR>
<BR>
I am needing to limit the number of service notifications that I receive.<BR>
My understanding is that I must user escalations. I have included the entry in my escalations.cfg.<BR>
Can anyone point out what I am doing wrong? My host escalations work perfectly. After 3 notifications I get 2 pages and get no more notifications until the recovery.<BR>
<BR>
Thank you in advance.<BR>
<BR>
Paul Harrison<BR>
<BR>
# Serviceescalation definition<BR>
define serviceescalation{<BR>
host_name *<BR>
service_description *<BR>
first_notification 3<BR>
last_notification 5<BR>
contact_groups admins<BR>
notification_interval 1<BR>
}<BR>
<BR>
</BODY>
</HTML>