<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=126390520-30062006>It's not a perfect solution, but what I've done to 
achieve more or less what you're looking for is:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=126390520-30062006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT><SPAN class=126390520-30062006>
<P><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=126390520-30062006>Create an</SPAN> .htaccess file for the 
nagios/share directory:</FONT></FONT></FONT></P>
<P><FONT face=Arial color=#0000ff size=2>AuthName "Nagios Access"</FONT></P>
<P><FONT face=Arial color=#0000ff size=2>AuthType Basic</FONT></P>
<P><FONT face=Arial color=#0000ff size=2>AuthUserFile 
/usr/local/nagios/etc/htpasswd.users</FONT></P>
<P><FONT face=Arial color=#0000ff size=2>AuthGroupFile 
/usr/local/nagios/etc/htpasswd.groups</FONT></P>
<P><FONT face=Arial color=#0000ff size=2>require valid-user</FONT></P>
<P><FONT face=Arial color=#0000ff size=2><Files cmd.cgi></FONT></P>
<P><FONT face=Arial color=#0000ff size=2>require group administrators</FONT></P>
<P><FONT face=Arial color=#0000ff size=2></Files></FONT></P>
<P><FONT face=Arial color=#0000ff size=2>Just make sure any user you want to be 
able to effect any changes via the web interface are in the administrators 
group. Users not in the administrators group will still see links and buttons to 
make changes, but won't have permission to do so.</FONT></P>
<P><SPAN class=126390520-30062006><FONT face=Arial color=#0000ff 
size=2>Andrew</FONT></SPAN></P></SPAN></FONT></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> 
  nagios-users-bounces@lists.sourceforge.net 
  [mailto:nagios-users-bounces@lists.sourceforge.net] <B>On Behalf Of </B>Mike 
  Carpenter<BR><B>Sent:</B> Friday, June 30, 2006 2:30 PM<BR><B>To:</B> 
  nagios-users@lists.sourceforge.net<BR><B>Subject:</B> [Nagios-users] page view 
  question<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">My company wants to give all users 
  in the company a view of the hostgroup overview page on the company intranet 
  page but without access to the links that accompany the page (just so people 
  can see what is up and down in “real time”).  Is there a plugin out there 
  that will allow this to be done or can I somehow adapt the hostgroup cgi to 
  allow for this?  I am just looking for a “readonly” realtime view of the 
  hostgroup page.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Mike<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV></BLOCKQUOTE></BODY></HTML>