Zabbix Guide

1. Installation

1.1. Server on Linux

  1. Launch GUI

    http://[hostname]:8080/index.php
  2. Log in with Username=Admin, Password=zabbix

1.2. Agent Install

1.2.1. Linux - Ubuntu

  1. Download the Agent from here

  2. Install via

    sudo apt install zabbix-agent -y
  3. Update the config file

    1. Edit

      sudo vi /etc/zabbix/zabbix_agentd.conf
    2. Update the Server

      Server=[Zabbix Server]
  4. Restart the agent

    sudo service zabbix-agent restart

1.2.2. Agent Log File

  • Tail the log file:

    tail -f /var/log/zabbix-agent/zabbix_agentd.log