Hi Nagios Users,<br><br>We have a super modular config.  Essentially [almost] all Service Checks are defined to HostGroups, and then Hosts merely assign themselve to that HostGroup.  <br><br><br># <br># <br># HostGroup { <br>
#     LINUX_SERVER <br>#         check_cpu<br>#         check_memory<br>#         check_disk<br># }<br># <br># <br># Host {<br>#     use TEAM1<br>#     name MY_LINUXSERVER1<br>#     hostgroup LINUX_SERVER<br># }<br># <br>
# <br><br>"use TEAM1" is a Host Template definition which defines contact_group and notification period.<br><br><br>How do I expand on this to allow another team (contact_group) read-only access or visibility into the Host service checks for MY_LINUXSERVER1. *without* notifiying them?<br>
<br>I added:<br><br>contact_groups          +TEAM2 <br><br>to the host definition.  However it is now also *alerting* to TEAM2 which I don't want.<br><br><br>Think of TEAM1 as "LINUX team" and TEAM2 as the Application team which want visibility into a server, but not be alerted if disk space starts filling up on the Server itself.<br>
<br><br>Thanks<br><br>