1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Update haproxy-sessions-by-servers

Fixed issue with number formatting.  Graph_printf doesn't seem to be working... so graphs aren't updating.
This commit is contained in:
Allan Parsons 2013-07-30 13:55:29 -07:00
parent 7b88828210
commit 2e950fcd2f

View file

@ -82,7 +82,7 @@ if [ "$1" = "config" ]; then
echo "graph_category haproxy" echo "graph_category haproxy"
echo "graph_title ${graph_title}" echo "graph_title ${graph_title}"
echo "graph_vlabel ${graph_vlabel}" echo "graph_vlabel ${graph_vlabel}"
echo "graph_printf %.0f" #echo "graph_printf %.0f"
for i in ${LIST}; do for i in ${LIST}; do
SERVERLIST=$(parse_url ${i} ${SVNAME} svname) SERVERLIST=$(parse_url ${i} ${SVNAME} svname)