I would like to create an escalation group that notifies for all services and hosts except for a few specific ones. I've created a serviceescalation that will do everything, but now I'd like to start excluding a certain service. For example I'd like to not be notified if the service_description is 'C:\', is there an easy way to match all and then exclude specific services?
<br><br>define serviceescalation {<br>host_name *<br>service_description *<br>first_notification 3<br>last_notification 0<br>notification_interval 15<br>contact_groups Tier2<br>}
<br><br><br>Thanks!<br clear="all"><br>-- <br>Kyle Sexton