How to Install Nagios on Ubuntu 18.10 Cosmic Easy Guide

November 12, 2018 | By the+gnu+linux+evangelist.

Nagios Ubuntu 18.10 - Enabling Web UI

  1. 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
  2. Again to Create a nagiosadmin Web User with Pass.

    htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

    Take Note of the Password!

    exit

QuickChic Theme • Powered by WordPress