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

How to Install Zabbix Linux Mint 18 Easy Guide

June 22, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repo

    Add Zabbix Repo for Linux Mint 18 32/64-bit

    Zabbix Apt Repo

    Set Up it as for Ubuntu Bionic.

  2. 3. Installing

    So to Install Zabbix for Linux Mint
    Server with MySQL DB:

    sudo apt install zabbix-server-mysql

    Then Agent:

    sudo apt install zabbix-agent

    And the Frontend PHP:

    sudo apt install zabbix-frontend-php

    Finally, you need to Install the Web Frontend like here Below…