监控操作步骤:
1、编写脚本
2、上传脚本到指定位置
3、修改zabbix_agent配置文件
4、zabbix_server的WEB界面导入模版
5、主机关联
1)编辑zabbix_agent配置文件,添加以下内容
[root@localhost ~]# vim /usr/local/zabbix/etc/zabbix_agentd.conf
代码语言:javascript复制UserParameter=tcp.state[*],/data/scripts/auto_detection_tcp_state.sh $1
#保存退出
2)重启zabbix_agentd服务
[root@localhost ~]# service zabbix_agentd restart
3)下载脚本文件(获取监控值)
[root@localhost ~]# cd /data/scripts
[root@localhost scripts]# wget https://mirrors.yangxingzhen.com/shell/auto_detection_tcp_state.sh
[root@localhost scripts]# cat auto_detection_tcp_state.sh
代码语言:javascript复制#!/bin/bash#Date:2019-8-18 21:05:46#by author Yangxz#TCP连接数及状态 if [ $# -ne 1 ];thenecho -e "