Search found 3 matches

by ste.giraldo
Fri Jan 03, 2020 7:28 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 4 no password request for GUI
Replies: 5
Views: 6839

Re: Nagios Core 4 no password request for GUI

Got it! The problem was generated by this entry: <DirectoryMatch (/usr/share/nagios4/htdocs|/usr/lib/cgi-bin/nagios4|/etc/nagios4/stylesheets)> Options FollowSymLinks DirectoryIndex index.php index.html AllowOverride AuthConfig Require ip ::1/128 fc00::/7 fe80::/10 10.0.0.0/8 127.0.0.0/8 169.254.0.0...
by ste.giraldo
Fri Jan 03, 2020 12:45 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 4 no password request for GUI
Replies: 5
Views: 6839

Re: Nagios Core 4 no password request for GUI

Hi, yes I read that guide and yes, I've installed nagios4 via apt. Does the installation via apt miss some needed package for the web authentication?

Thanks, Stefano.
by ste.giraldo
Thu Jan 02, 2020 7:25 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 4 no password request for GUI
Replies: 5
Views: 6839

Nagios Core 4 no password request for GUI

Hi, I'm using Nagios Core 4.3.4 on a Debian 10 with Apache/2.4.38. I'm trying to set a login username and password for the web GUI, but despite my configs, the GUI is still visible without authentication. Following what I set: In /etc/nagios4/cgi.cfg: use_authentication=1 In /etc/nagios4/apache2.con...