Refactoring: Changed all check parameters starting with an 'o' to the new rulespec...
[check_mk.git] / agents / plugins / mk_haproxy.freebsd
blob7c7a0fe77577746a0f8bd887c5396579d593acbd
1 if [ -r /var/run/haproxy.stat ]; then
2         echo "<<<haproxy:sep(44)>>>"
3         echo "show stat" | socat - UNIX-CONNECT:/var/run/haproxy.sock
4 fi