zabbix 3.4 直接 发现端口并作存活监控(带服务名)
摘要:
客户端配置 1.脚本 [root@es1 home]# cat /home/port_service.sh #!/bin/bash#by Mr.lu#su rootportarray=(`sudo -u root /usr/bin/netstat -tnlp|egrep -i "$1"|awk {' 阅读全文
posted @ 2018-12-06 11:46 net2817 阅读(403) 评论(0) 推荐(0) 编辑