Hi all,<br><br>I'm seeking a way to be able to associate a contactgroup with a server, in addition to the contactgroups that are already associated with the server through a hosttemplate, such that if the host goes down, both contactgroups are notified. As I outlined in a post to this list a couple of days ago, I've been trying to do it by associating the host with a second hosttemplate that has the contactgroup associated with it, but only the contactgroup associated with the first hosttemplate in the list is notified if the host goes down.<br>



<br>For example:<br><br>define host {<br>   host_name   doris<br>   use     oncall-host,unix-host<br>   register 1<br>}<br><br>define host {<br>   host_name   oncall-host<br>   contact_groups   oncall-primary<br>   register 0<br>

}<br><br>define host {<br>   host_name   unix-host<br>   contact_groups   +unix-admin<br>
   register 0<br>
}<br>
<br>When doris goes down, only the 'oncall-primary' contactgroup is notified, not 'unix-admin'.<br><br>
Short of manually associating the contactgroup with the host, can anyone suggest a way I might achieve my desired configuration using groups or templates?<br>
<br>Thanks,<br>Guy.<br>