Zabbix Guide
Table of Contents
1. Installation
1.1. Server on Linux
-
Launch GUI
http://[hostname]:8080/index.php -
Log in with Username=Admin, Password=zabbix
1.2. Agent Install
1.2.1. Linux - Ubuntu
-
Download the Agent from here
-
Install via
sudo apt install zabbix-agent -y -
Update the config file
-
Edit
sudo vi /etc/zabbix/zabbix_agentd.conf -
Update the Server
Server=[Zabbix Server]
-
-
Restart the agent
sudo service zabbix-agent restart