diff --git a/plugins/other/haproxy-sessions b/plugins/other/haproxy-sessions new file mode 100755 index 00000000..5cceb065 --- /dev/null +++ b/plugins/other/haproxy-sessions @@ -0,0 +1,47 @@ +#!/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 <