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

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

Zabbix server instance exposes 10051/TCP port (Zabbix trapper) to host machine.

Zabbix web interface instance exposes 80/TCP port (HTTP) to host machine.

Last updated