windows上手动获得TCP连接数的命令:

netstat -n |find /i "time_wait" /c
netstat -n |find /i "close_wait" /c
netstat -n |find /i "established" /c

编辑zabbix agent客户端zabbix_agent.conf配置文件:

UnsafeUserParameters=1
UserParameter=tcp.status[*],netstat -an | find /C "$1"

重启zabbix-agent服务

zabbix相关配置:

  1. 选择对应的模板

2.创建新的监控项

3.添加触发器,当TCP连接数大于5000报警

4.效果图

其他监控项同上方面依次添加