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)