Linux端 一、修改zabbix-agent配置文件 1、修改 zabbix-agent 配置文件 [root@localhost ~]# vim /etc/zabbix/zabbix_agentd.conf Server=192.168.1.111 ///改为本机IP地址 ServerActive=192.168.1.111 ///主动监控 Hostname=villian ///主机名,后面配置zabbix监控本机需要用到 2、重启 zabbix-agent 服务 [root@localhost ~]# systemctl restart zabbix-agent.s