<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Folks,<br>
<br>
I have nagios 2.5 and nagios-plugins 1.4.5,1 running on a FreeBSD
6.2-PRERELEASE. <br>
<br>
<small>define service{<br>
        use                             generic-service         ; Name
of service template to use<br>
        host_name        
sun,earth,moon,gordo,turbofone,ledj,spirit,oberon,sputinik,mars,cs,mercury,</small><small>encontreitudo03,</small><small>encontreitudo02,encontreitudo01<br>
        service_description             ssh<br>
        is_volatile                     0<br>
        check_period                    24x7<br>
        max_check_attempts              4<br>
        retry_check_interval            1<br>
        contact_groups                  admins<br>
        notification_options            w,u,c,r<br>
        notification_interval           960<br>
        notification_period             24x7<br>
        check_command                   check_ssh<br>
        }</small><br>
<br>
The problem is, when the service ssh on hosts encontreitudo01,
encontreitudo02, and encontreitudo03 goes down, I need that other
contact_group then admin receive notification too. The only way that I
found to do this, is specify contact_groups admins, othercontactgroup.
But when other hosts goes down, the othercontactgroup will too receive
notifications.<br>
<br>
There is a way to solve this problem? <br>
<br>
Thank you,<br>
<br>
Felipe Neuwald.<br>
</body>
</html>