<HTML>
<HEAD>
<TITLE>Service Escalations</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Ok, I’ve manage to thoroughly confuse my self with service escalations.<BR>
<BR>
Here is an example of my configs:<BR>
<BR>
   --service_definitation:<BR>
<BR>
define service{<BR>
        use                                       generic-service<BR>
        host_name                         box1,box2<BR>
        service_description          disk_space<BR>
        check_command               check_nrpe!check_disks<BR>
        contact_groups                  oncall,developers,backup,tech-team,management<BR>
        notifications_enabled       1<BR>
        }<BR>
<BR>
My escalations config:<BR>
<BR>
define serviceescalation{<BR>
        host_name                       box1,box2<BR>
        service_description        disk_space<BR>
        first_notification             1<BR>
        last_notification              10<BR>
        notification_interval       4<BR>
        contact_groups                oncall<BR>
        }<BR>
<BR>
define serviceescalation{<BR>
        host_name                        box1,box2<BR>
        service_description         disk_space<BR>
        first_notification             11<BR>
        last_notification              20<BR>
        notification_interval       4<BR>
        contact_groups              oncall,backup<BR>
        }<BR>
<BR>
define serviceescalation{<BR>
        host_name                      box1,box2<BR>
        service_description       disk_space<BR>
        first_notification            21<BR>
        last_notification             30<BR>
        notification_interval      4<BR>
        contact_groups              oncall,backup,tech-team<BR>
        }<BR>
<BR>
define serviceescalation{<BR>
        host_name                      box1,box2<BR>
        service_description       disk_space<BR>
        first_notification             31<BR>
        last_notification<BR>
        notification_interval       4<BR>
        contact_groups               oncall,backup,tech-team,management<BR>
        }<BR>
<BR>
My first question:<BR>
There have been two times in the past 24 hours when a service went down, and within a minute was acknowledged, and everybody got the acknowledgement, not just the oncall person.<BR>
<BR>
And secondly,  if I added and ‘everyone’ to my service ‘contact_groups’, and utilized the time_period option in the escalations config for after hours, would everyone get the notification during the day?<BR>
<BR>
Thanks!<BR>
<BR>
Robert</SPAN></FONT>
</BODY>
</HTML>