Service:<br><br>define service{<br> use noncritical-service<br> host_name myHost<br> service_description myMonitor<br> check_command bla bla bla<br> contact_groups +myGroup2<br>
}<br><br><br>Host:<br><br>define host {<br> use default<br> host_name myHost<br> alias myHost<br> address myHost.domain<br>
contact_groups myGroup1<br> }<br><br><br><br><br><br>The problem that I am seeing is that since we have a "contact_groups" defined in the service it is not taking the myGroup1 from the host and adding the myGroup2 to that. So the result is that I am getting notifications send to myGroup2, but not myGroup1 AND myGroup2 and I am expecting.<br>
<br>Can someone please shed some light on this?<br>