舒服酸奶

文章
5
资源
0
加入时间
3年0月21天

监控haproxy的脚本

监控haproxy的脚本# vi haproxy.sh#!/bin/bashPort=`netstat -ntpl | grep haproxy | awk -F[:" "]+ '{print $5}'`if [[ $Port == "1080" ]];thenecho "haproxy is running at time:`date ...