<div>I need to get escalations working. Here is my current configs... Am I missing anything? I am only getting the first notication and escalation is not working. Has anyone run into this problem?</div>
<div> </div>
<div>Thanks in advance,</div>
<div>David</div>
<div>
<p>define hostescalation {<br>                host_name               *<br>                first_notification      3<br>                last_notification       5<br>                notification_interval   15<br>                contact_groups          first,second
<br>                }</p>
<p>define hostescalation {<br>                host_name               *<br>                first_notification      6<br>                last_notification       9<br>                notification_interval   15<br>                contact_groups          first,second,third
<br>                }</p>
<p>define hostescalation {<br>                host_name               *<br>                first_notification      10<br>                last_notification       12<br>                notification_interval   15<br>                contact_groups          first,second,third,fourth
<br>                }</p>
<p>define hostescalation {<br>                host_name               *<br>                first_notification      13<br>                last_notification       15<br>                notification_interval   30<br>                contact_groups          first,second,third,forth,fifth
<br>                }</p>
<p>define hostescalation {<br>                host_name               *<br>                first_notification      16<br>                last_notification       18<br>                notification_interval   30<br>                contact_groups          first,second,third,forth,fifth,sixth
<br>                }</p>
<p>define host{<br>        name                                            generic-host<br>        notifications_enabled                           1<br>        event_handler_enabled                           1<br>        flap_detection_enabled                          1
<br>        process_perf_data                               1<br>        retain_status_information                       1<br>        retain_nonstatus_information                    1<br>        check_command                                   check-host-alive
<br>        max_check_attempts                              3<br>        contact_groups                                  first<br>        notification_interval                           10<br>        notification_period                             24x7
<br>        notification_options                            d,r<br>        register                                        0<br>        }</p>
<p>define host {<br>                host_name                       Webserver1<br>                alias                           Webserver1<br>                address                         <a href="http://1.1.1.1">1.1.1.1
</a><br>                use                             generic-host<br>}</p>
<p> </p>
<p><br> </p></div>