diff --git a/plugins/other/haproxy-errors b/plugins/other/haproxy-errors new file mode 100755 index 00000000..03cb98b2 --- /dev/null +++ b/plugins/other/haproxy-errors @@ -0,0 +1,52 @@ +#!/bin/sh +# Pasha "p01nt" Klets + +name=`basename $0` +title=`echo ${name} | awk -F_ '{print $NF}'` + +hp_stat() { + echo "show stat" | socat unix-connect:/tmp/haproxy stdio +} + +labels() { + cat <