Skip to content

Install Zabbix Server, Frontend and Agent

Video Lecture

Install Zabbix Server, Frontend and Agent Install Zabbix Server, Frontend and Agent

Description

Note

The Zabbix Agent installed at this time is an agent that by default is configured for monitoring the local Zabbix Server. This is not necessary, but it is advised, and I use it within this course.

Installing all the components for MySQL, the front end user interface and the agent.

apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent

Check the status of the server and agent.

sudo service zabbix-server status
sudo service zabbix-agent status

The server won't be active yet since we still need to do more before we can start it. But the agent we be active if you've installed it.

Comments