It seems that all options will run up against the fact that we have
enabled web authentication
and are not willing to turn it off. I've come up with a couple of ideas however.

1/ create a htpasswd account called guest with no password. At least
that limits the
    necessary typing/authentication
2/ You can encode a username/password combination into a URL. This can also work
    with a redirect. So if I have an htpasswd account named "open",
password "open",
    I can point people to a URL containing this:
<META HTTP-EQUIV="refresh" CONTENT="1;URL=http://open:o...@mynagios.com/nagios";>

This works perfectly....for most browsers. IE, in its infinite wisdom
wont allow this for
security concerns.

Thanks to everyone for their help

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to