Nagios Ubuntu 18.10 - Enabling Web UI
-
And to Enable the Web Interface on Apache.
/usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/sites-enabled/nagios.conf
a2enmod cgi
service apache2 restart
-
Again to Create a nagiosadmin Web User with Pass.
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
Take Note of the Password!
exit
Contents