mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +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:
parent
7b88828210
commit
2e950fcd2f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue