● See Zabbix template operation for basic instructions.
# 1.修改配置文件
vim zabbix_agent2.conf
# 服务端IP地址【根据实际情况配置】
Server=127.0.0.1
# 如果部署了agent需要修改agent2的端口号
ListenPort=20050
# 主动注册指向服务端【根据实际情况配置】
ServerActive=127.0.0.1
# 启用Docker插件
Plugins.Docker.Endpoint=unix:///run/docker.sock
● Setup and configure zabbix-agent2 compiled with the Docker monitoring plugin.
● Test availability: zabbix_get -s docker-host -k docker.info
# 2.重启 agent2 服务
systemctl restart zabbix-agent2
[root@tcloud zabbix]# zabbix\_get -s 127.0.0.1 -k docker.info
{
"Architecture": "x86\_64",
"BridgeNfIP6tables": false,
"BridgeNfIptables": false,