I'm just performed a clean install of Nagios 4.4.6 on Ubuntu 20.04 using PHP 7.4. I'm able to see the main dashboard, but all of the pages respond with
It appears as though you do not have permission to view information for any of the services you requested...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file.
and I'm seeing errors in apache2/error.log
[Fri Dec 17 06:36:06.288494 2021] [php7:notice] [pid 6251] [client 10.31.30.155:52764] PHP Notice: Trying to access array offset on value of type bool in /usr/local/nagios/share/includes/utils.inc.php on line 217, referer:
http://nagios.fvm.local/nagios/[Fri Dec 17 06:36:06.291007 2021] [php7:notice] [pid 6255] [client 10.31.30.155:52762] PHP Notice: Trying to access array offset on value of type bool in /usr/local/nagios/share/includes/utils.inc.php on line 217, referer:
http://nagios.fvm.local/nagios/I performed a clean installation of Ubuntu, ran updates, then followed this process to install. Except I downloaded 4.4.6 rather than 4.4.5.
https://linuxhint.com/install_nagios_ubuntu/Once I found that 4.4.6 didn't work (per a post from an alpine linux forum), I downloaded 4.4.5, recompiled and reinstalled. Main splash page says 4.4.5 but I'm still having the same issues.
Anyone have any luck with this yet?