I believe you could run two copies of the CGIs, one with only readonly access. I haven't looked into how you would do it but it shouldn't be too hard to do.<br><br><div class="gmail_quote">On Wed, Nov 11, 2009 at 8:51 PM, dave stern - e-mail.pluribus.unum <span dir="ltr"><<a href="mailto:dit.dash@gmail.com">dit.dash@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It seems that all options will run up against the fact that we have<br>
enabled web authentication<br>
and are not willing to turn it off. I've come up with a couple of ideas however.<br>
<br>
1/ create a htpasswd account called guest with no password. At least<br>
that limits the<br>
    necessary typing/authentication<br>
2/ You can encode a username/password combination into a URL. This can also work<br>
    with a redirect. So if I have an htpasswd account named "open",<br>
password "open",<br>
    I can point people to a URL containing this:<br>
<META HTTP-EQUIV="refresh" CONTENT="1;URL=<a href="http://open:open@mynagios.com/nagios" target="_blank">http://open:open@mynagios.com/nagios</a>"><br>
<br>
This works perfectly....for most browsers. IE, in its infinite wisdom<br>
wont allow this for<br>
security concerns.<br>
<br>
Thanks to everyone for their help<br>
<br>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what's new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</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>