Hello, <br>I created a contact_group like the follow:<br><div style="margin-left: 40px;">define contactgroup{<br>        contactgroup_name       saopaulo<br>        alias                             Administradores de Sao Paulo
<br>        members                      usrsp<br>        }<br></div><br>and I define the host: <br><div style="margin-left: 40px;">define host{<br>        use                     generic-host            ; Name of host template to use
<br>        host_name               SPAUL0436<br>        alias                   SPAUL0436<br>        address                 xxx.xxx.xxx.xxx<br>        check_command           check-host-alive<br>        max_check_attempts      10
<br>        check_period            24x7<br>        notification_interval   120<br>        notification_period     24x7<br>        notification_options    d,r<br>        contact_groups          saopaulo,admins<br>        }
<br><br></div>and the service for this host:<br><div style="margin-left: 40px;">define service{<br>        use                             generic-service         ; Name of service template to use<br>        host_name                       SPAUL0436
<br>        service_description             CHECK PING xxx.xxx.xxx.xxx<br>        is_volatile                     0<br>        check_period                    24x7<br>        max_check_attempts              4<br>        normal_check_interval           5
<br>        retry_check_interval            1<br>        contact_groups                  saopaulo,admins<br>        notification_options            w,u,c,r<br>        notification_interval           960<br>        notification_period             24x7
<br>        check_command                   check_ping!200.0,20%!500.0,60%<br><br>        }<br><br></div>But when I logged in at Nagios like "usrsp", the Nagios shows me all the hosts...<br>What is the problem??
<br><br>Thanks<br><div style="margin-left: 40px;"><br></div>