$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Nagios on MX Gnu/Linux Easy Guide

August 17, 2019 | By the+gnu+linux+evangelist.

Get Started

  1. 10. Enabling Nagios Web UI

    Again to Enable the Web Interface on Apache.

    sudo /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/sites-enabled/nagios.conf
    sudo a2enmod cgi
    sudo service apache2 restart
  2. 11. Starting Nagios

    Finally, to Start up Nagios.

    sudo /etc/init.d/nagios start
  3. 12. Setting Up Admin

    Again to Create a nagiosadmin Web User with Pass.

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

    Take Note of the Password!

  4. And to Access the Nagios Web Interface
    Browsing the address:

    http://localhost/nagios
    User: ‘nagiosadmin’
    Pass: That you Setup Before

  5. 13. Installing Nagios Plugins

    Download and Install Nagios Plugins

    Nagios Plugins Installation
  6. How to Install Nagios MX Linux - Nagios Web Interface