From 2e950fcd2f818ddf6275a74cfe28b6c6da20627d Mon Sep 17 00:00:00 2001 From: Allan Parsons Date: Tue, 30 Jul 2013 13:55:29 -0700 Subject: [PATCH] Update haproxy-sessions-by-servers Fixed issue with number formatting. Graph_printf doesn't seem to be working... so graphs aren't updating. --- plugins/haproxy/haproxy-sessions-by-servers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/haproxy/haproxy-sessions-by-servers b/plugins/haproxy/haproxy-sessions-by-servers index 896a3e05..da28360e 100755 --- a/plugins/haproxy/haproxy-sessions-by-servers +++ b/plugins/haproxy/haproxy-sessions-by-servers @@ -82,7 +82,7 @@ if [ "$1" = "config" ]; then echo "graph_category haproxy" echo "graph_title ${graph_title}" echo "graph_vlabel ${graph_vlabel}" - echo "graph_printf %.0f" + #echo "graph_printf %.0f" for i in ${LIST}; do SERVERLIST=$(parse_url ${i} ${SVNAME} svname)