Zabbix 安装
Home Page :
Install and configure Zabbix server for your platform
a. Install Zabbix repository
b. Install Zabbix server, frontend, agent
c. Create initial database
Import initial schema and data. You will be prompted to enter your newly created password.
d. Configure the database for Zabbix server
e. Configure PHP for Zabbix frontend
f. Configure SELinux
g.Start Zabbix server and agent processes
h. Configure Zabbix frontend
Install Zabbix agent
查看日志:tail -f /var/log/messages
onekey_install_zabbix.sh
Docker安装Zabbix
1.Create network dedicated for Zabbix component containers:
2.Start empty MySQL server instance
3.Start Zabbix Java gateway instance
4.Start Zabbix server instance and link the instance with created MySQL server instance
5.Start Zabbix web interface and link the instance with created MySQL server and Zabbix server instances
Last updated