Skip to content


 Zabbix
 Grafana
 Prometheus
 React Three Fiber
 Threejs and TypeScript
 SocketIO and TypeScript
 Blender Topological Earth
 Sweet Home 3D
 Design Patterns Python
 Design Patterns TypeScript
   
 Course Coupon Codes
Three.js and TypeScript
Kindle Edition
$6.99 $9.99 Paperback 
$22.99 $29.99




Design Patterns in TypeScript
Kindle Edition
$6.99 $9.99 Paperback
$11.99 $19.99




Design Patterns in Python
Kindle Edition
$6.99 $9.99 Paperback
$11.99 $19.99




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.