Delegate notifications master/satellite

I use this configuration for a similar approach:

apply Notification "..." to Service {
   ...
   assign where ... && host.zone == ZoneName
}
2 Likes