yes, I would do that if it worked, my work around is to set to Zero - it works, already tried resetting the password, please review whole thread if you have the time.
ok, as soon as I comment the default, get the same issues above: See my comments in between logs. here is the access log: 10.131.86.32 - ops [28/Aug/2013:08:50:55 -0700] "GET / HTTP/1.0" 200 874 "-" "check_http/v2053 (nagios-plugins 1.4.13)" (After reload) 10.131.19.14 ...
cat .htaccess AuthName "Nagios Access" AuthType Basic AuthUserFile /usr/local/nagios/etc/htpasswd.users require valid-user I reset the password, recreated a new file, Updated every 90 seconds Nagios® Core™ 4.0.0-beta1 - www.nagios.org Logged in as ? Also, still get the original message, us...
ok, adding a "default_user" in the nagios.cfg didn't work, but adding to the cgi.cfg and doing a nagios reload does indeed show a "logged in as nagiosadmin" now, but the real issue is, I would like to use authentication, but when I turn that on and comment default_user I still ge...
I realize that, that's why i had the comment in there - just a temporary thing until i get this working. I have tried various ID's, all the same result. I deleted our real users ID's. also, again, this is the same file that worked before the upgrade.
cat cgi.cfg |egrep -v "^$|^#" main_config_file=/usr/local/nagios/etc/nagios.cfg physical_html_path=/usr/local/nagios/share url_html_path=/nagios show_context_help=1 use_pending_states=0 use_authentication=0 # this is just temporary until i get it working use_ssl_authentication=0 authorized...
I resolved the populated issue, yes, i had a previously working cgi.cfg file untouched from 3.5 - issue was in the httpd.conf file i guess. but still have these last 2 issues that i think are bugs: #1) Nagios prompts me for a login, and accepts it, but no matter what the user any status page shows &...