Marc,<br>I want the NOC folks to see only ping not ssh, but they can view ping and ssh.<br><br><br>define host {<br>        use     generic-host<br>        host_name       DS-Router<br>        alias   DS-Router<br>        address <a href="http://10.32.0.254">10.32.0.254</a><br>
        contact_groups  NOC<br>        icon_image      switch.png<br>}<br><br>define service {<br>        use                             generic-service<br>        host_name                       DS-Router<br>        check_command                   check
 _ping!100.0,20%!800.0,60%<br>
        service_description             ping<br>        contact_groups                  NOC<br>}<br><br>define service {<br>        use                             generic-service<br>        host_name                       DS-Router<br>
        check_command                   check_ssh!100.0,20%!500.0,60%<br>        service_description             ssh<br>        contact_groups                  ADMIN<br>}<br><br>authorized_for_all_services=ADMIN<br>authorized_for_all_hosts=ADMIN<br>
<br><br><br><br><div class="gmail_quote">On Tue, Apr 22, 2008 at 8:37 AM, Marc Powell <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br>
<br>
> -----Original Message-----<br>
> From: <a href="mailto:nagios-users-bounces@lists.sourceforge.net">nagios-users-bounces@lists.sourceforge.net</a> [mailto:<a href="mailto:nagios-users-">nagios-users-</a><br>
> <a href="mailto:bounces@lists.sourceforge.net">bounces@lists.sourceforge.net</a>] On Behalf Of John Duraiswamy<br>
> Sent: Tuesday, April 22, 2008 7:07 AM<br>
> To: <a href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>
> Subject: [Nagios-users] HOST/SERVICE VIEW ACCESS<br>
><br>
> Hi Everyone,<br>
><br>
> By default, users can only view information for hosts or services that<br>
they<br>
> are contacts for. In my installation I have setup only some contacts<br>
to view<br>
> only their hosts and some services of those hosts. But when they log<br>
in they<br>
> can view all the services for those hosts. Is this a bug?<br>
<br>
</div></div>It's certain to be a misconfiguration issue. A educated guess based on<br>
the (no) information you've provided would be to check the<br>
authorized_for_* variables.<br>
<br>
--<br>
Marc<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br>
Don't miss this year's exciting event. There's still time to save $100.<br>
Use priority code J8TL2D2.<br>
<a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>