Search found 11 matches

by jenelsonca
Fri Aug 30, 2013 10:34 am
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

:) funny

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.

Thanks for the tries.
by jenelsonca
Thu Aug 29, 2013 5:43 pm
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

Yes, that part does work, it prompts just once for ID/pw but then the two issues. "Logged in as ?" and no data.

Like I mentioned, if I disable "use_authentication=0" to see the data, but I don't want to use that work around.

Jer
by jenelsonca
Wed Aug 28, 2013 11:08 am
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

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 ...
by jenelsonca
Wed Aug 28, 2013 10:30 am
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

yep, I did do that. same errors above.
by jenelsonca
Tue Aug 27, 2013 5:51 pm
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

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...
by jenelsonca
Tue Aug 27, 2013 1:12 pm
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

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...
by jenelsonca
Mon Aug 26, 2013 7:24 pm
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

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.

Thanks,
Jerry
by jenelsonca
Mon Aug 26, 2013 11:43 am
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

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...
by jenelsonca
Mon Aug 26, 2013 11:23 am
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

Hi,

nagios core yes, with ndo2db, apache, and mysql - all on CentOS 6.4 Linux (redhat based).

I just checked and the apache ID is in the nagios group, the sbin CGI files are nagios:nagios owner:group

Thanks again!
Jerry
by jenelsonca
Sun Aug 25, 2013 5:28 pm
Forum: Open Source Nagios Projects
Topic: fresh nagios install, running, but looks scattered
Replies: 21
Views: 11723

Re: fresh nagios install, running, but looks scattered

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 &...