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

How to Install Nagios 4 on Linux Mint 19 LTS Easy Guide

July 4, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 4. Downloading Nagios

    Download Latest Nagios Core Linux Source

    Here Nagios Core tar.gz Archive
    Link to Download the Nagios Core Source for Linux
  2. 5. Extracting Nagios

    Then Double-Click and Extract Nagios Core into /tmp.

    How to Install Nagios Linux Mint 19.x Tara/Tessa/Tina/Tricia - Extracting Nagios

    Or from Command Line:

    Copy
    tar zxvf ~/Downloads/nagios*.tar.gz -C /tmp/
  3. 6. Installing Nagios

    Moreover, to Compile and Install Nagios Core for Linux
    So first, access the Target:

    Copy
    cd /tmp/nagios*

    Configure it:

    Copy
    ./configure --with-command-group=nagcmd

    Make it:

    Copy
    make all

    And finally, to Install it perform this Stack of Commands:

    Copy
    sudo make install
    Copy
    sudo make install-init
    Copy
    sudo make install-config
    Copy
    sudo make install-commandmode
  4. 7. Installing Nagios Core Web UI

    Follow Installing Nagios Core Web Interface
    First, Make the needed directory:

    Copy
    sudo mkdir -p /etc/httpd/conf.d/nagios.conf

    And then Install it:

    Copy
    sudo make install-webconf

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,