> I have just installed a new Nagios server and wanting to make sure that > everything > is working. All appears to be ok except I cannot access the Network Outages > page, > I get the error > > It appears as though you do not have permission to view information you > requested... > > If you believe this is an error, check the HTTP server authentication > requirements > for accessing this CGI > and check the authorization options in your CGI configuration file. > > As far as I can tell everything is configured correctly and I get no errors > in my > apache error log. If I updated the values below > > authorized_for_configuration_information=nagiosadmin > authorized_for_all_services=nagiosadmin > authorized_for_all_hosts=nagiosadmin > > I get access as I would expect. Is there somewhere else that dictates > authorisation that I need to update. I also have similar problems with the > Event > Log, Process Info and Scheduling Info pages. > > I am using ldap authentication and am not using the nagiosadmin user.
I believe what you want is this: use_authentication=1 authorized_for_all_services=* In other words, use an asterisk wildcard for everything that you want any authenticated user to have access to. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Nagios-users mailing list [email protected] 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
