码迷,mamicode.com
首页 > 其他好文 > 详细

check mk 监控 haproxy

时间:2018-02-08 10:17:08      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:nec   tor   apr   echo   查看   usr   soc   agent   /usr   

1、查看check mk插件目录
check_mk_agent | grep PluginsDirectory |head -n1

2、进入目录
cd /usr/share/check-mk-agent/plugins

3、编辑mk_haproxy
vi mk_haproxy

if [ -r /var/lib/haproxy/stats ]; then
    echo "<<<haproxy:sep(44)>>>"
    echo "show stat" | socat - UNIX-CONNECT:/var/lib/haproxy/stats
fi

注意:请根据实际环境修改相应文件位置

check mk 监控 haproxy

标签:nec   tor   apr   echo   查看   usr   soc   agent   /usr   

原文地址:http://blog.51cto.com/backkom/2070062

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!