<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic" size=2>Hello Alex,</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Thank you very much for your advices.It
seems to me that the method you told me is not kind of restricting users(when
one loged in from browser) how many hosts or services that a user is
authorized to view.Instead,it's kind of contacting,for instance, when a host is
in trouble nagios will find which hostgroup does the troubled host belongs to,
and then send notifications to the relevant contact names that are
defined in the contact groups.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Again,thank you!</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt MS UI Gothic">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt MS UI Gothic; font-color: black"><B>From:</B>
<A title=Alexander.Wolters@Diamondlink.com
href="mailto:Alexander.Wolters@Diamondlink.com">Wolters, Alexander</A> </DIV>
<DIV style="FONT: 10pt MS UI Gothic"><B>To:</B> <A title=vanny@artemis-it.com
href="mailto:vanny@artemis-it.com">'soeun vanny'</A> ; <A
title=nagiosplug-help@lists.sourceforge.net
href="mailto:nagiosplug-help@lists.sourceforge.net">nagiosplug-help@lists.sourceforge.net</A>
</DIV>
<DIV style="FONT: 10pt MS UI Gothic"><B>Sent:</B> Tuesday, September 09, 2003
2:07 PM</DIV>
<DIV style="FONT: 10pt MS UI Gothic"><B>Subject:</B> RE: [Nagiosplug-help]
Authentication</DIV>
<DIV><BR></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2>Hello Vanny,</FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff size=2>put
the user "B" into a Contact group e.g.. "Switch Admin":</FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2>define contactgroup
{<BR>contactgroup_name
switch-admins<BR>alias
Etherswitch
Administrators<BR>members
nagios<BR>}<BR></FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff size=2>put
the allowed hosts into a group:</FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2>define hostgroup
{<BR>hostgroup_name
switches<BR>alias
Switches<BR>contact_groups
switch-admins<BR>members
switch1,switch2,switch3,switch4,switch5<BR>}<BR></FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff size=2>than
the members of the group can only view the hosts where they are a member of
.</FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff size=2>That
should work.</FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff size=2>with
kind regards</FONT></SPAN></DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=132185804-09092003><FONT face=Arial color=#0000ff
size=2>Alex</DIV></FONT></SPAN>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> soeun vanny
[mailto:vanny@artemis-it.com]<BR><B>Sent:</B> Tuesday, September 09, 2003
2:35 AM<BR><B>To:</B>
nagiosplug-help@lists.sourceforge.net<BR><B>Subject:</B> [Nagiosplug-help]
Authentication<BR><BR></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>
<DIV><FONT face="MS UI Gothic" size=2>Hi, everybody.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Does anyone know how to authenticate
users to view the allowed hosts and services only? For example,</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>we have two users(A&B) who are
authorized to view hosts(20 hosts) and services.A is a completely
authorized user_the one that can view all the hosts and services.B is not a
completely authorized one;and we want B to view only <U><FONT
color=#ff0000>5 of 20</FONT></U> hosts.How can I set up nagios in order to
realize this ?</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Your cooperation and consideration
into this matter would be highly appreciated.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Cordially yours,</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>vanny</FONT></DIV></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV> </DIV><FONT face="MS UI Gothic" size=2>
<DIV><BR>########################################<BR>$BF|K\%"%k%F%_%93t<02q<R(B</DIV>
<DIV> </DIV>
<DIV>$BEl5~K-Eg6h>eCSB^(B1-25-2-201<BR>$B#T#e#l!'(B03-5961-6802<BR>$B#F#a#x!'(B03-5961-6804<BR>Email:vanny@artemis-it.com<BR> </FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>