Page 2 of 2

Re: Nagios XI authentication page

Posted: Fri Jan 27, 2012 12:05 pm
by RCIJoe
Do you have an FTP server I can put the file on?

Re: Nagios XI authentication page

Posted: Fri Jan 27, 2012 1:00 pm
by scottwilkerson
If you don't want to attach ot to the forum you can either send it as a PM, or email it to [email protected]

Re: Nagios XI authentication page

Posted: Fri Jan 27, 2012 2:22 pm
by RCIJoe
scottwilkerson wrote:If you don't want to attach ot to the forum you can either send it as a PM, or email it to [email protected]
PM has been sent. Thanks

Re: Nagios XI authentication page

Posted: Fri Jan 27, 2012 3:01 pm
by scottwilkerson
Solution sent via PM.

Note for others experiencing this problem, in the /etc/httpd/nagiosxi.conf
if the following lines are uncommented you would have the same problem

Code: Select all

#   AuthName "Nagios XI"
#   AuthType Basic
#   AuthUserFile /usr/local/nagiosxi/etc/htpasswd.users
#   Require valid-user

Re: Nagios XI authentication page

Posted: Fri Jan 27, 2012 3:14 pm
by RCIJoe
This did resolve my issue. Thanks!

Re: Nagios XI authentication page

Posted: Fri Jan 27, 2012 4:27 pm
by scottwilkerson
Perfect.