配置zabbix客户端配置文件
vim /etc/zabbix/zabbix_agentd.conf
添加 Include=/etc/zabbix/zabbix_agentd.d/
添加脚本检测网卡eth1 是否连通 [root@compute scripts]# cat nat.check.sh ethtool eth1|grep -c "Link detected: yes" #mii-tool eno16777736|grep -c 'link ok'
在/etc/zabbix/zabbix_agentd.d目录下的配置文件添加 [root@compute zabbix_agentd.d]# cat weifeng.conf UserParameter=nat.check,sudo /etc/zabbix/scripts/nat.check.sh
zabbix 客户端重新启动 zabbix-agent
[root@compute zabbix_agentd.d]# systemctl restart zabbix-agent
在 zabbix server 端添加 相应的item
添加相应的triggers
添加相应的graphs
配置成功后的 出图如下: