Thanks Marc for your quick response, I've tried a few variations and the result is I don't get the logon window (which Is good, we don't want the logon window), but I can still not execute the cgi commands.
I changed these sections in the cgi.cfg use_authentication=0 (tried both 0 and 1) default_user_name=guest (enabled) authorized_for _system_command=* (tried both * and root,nagios,guest) nagios.conf looks like this: ScriptAlias /nagios/cgi-bin /usr/share/nagios/cgi <Directory /usr/share/nagios/cgi> Options ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> Alias /nagios /usr/share/nagios <Directory /usr/share/nagios> Options None AllowOverride None Order allow,deny Allow from all </Directory> This is what we are trying to achieve: - No userlogon. - Able to use all cgi commands in Nagios. (full admin rights, views, execute commands) Thanks, Palle > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Palle L Jensen > Sent: Tuesday, November 13, 2007 3:11 PM > To: Nagios Users > Subject: [Nagios-users] Authentication question > > Hi All, > > > > We have it setup to use login name and password in order to see Nagios Web > interface, and I want to remove that and then still be able to execute the > cgi commands. > > Is it possible to remove the authentication and still be able to use the > Cgi commands in Nagios? See the default_user_name directive in cgi.cfg. -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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
