摘要: 监控第三方端口(22000) #!/bin/bash#author:xiaoweige#check 140 22000 result=`sleep 1|telnet 10.2.1.140 22000|grep -i escape`recode=`echo $?`if [[ $recode -eq 0 阅读全文
posted @ 2018-06-26 11:51 littlevigra 阅读(188) 评论(1) 推荐(0)