Révision 2e950fcd
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 | ||
|---|---|---|
| 82 | 82 |
echo "graph_category haproxy" |
| 83 | 83 |
echo "graph_title ${graph_title}"
|
| 84 | 84 |
echo "graph_vlabel ${graph_vlabel}"
|
| 85 |
echo "graph_printf %.0f" |
|
| 85 |
#echo "graph_printf %.0f"
|
|
| 86 | 86 |
|
| 87 | 87 |
for i in ${LIST}; do
|
| 88 | 88 |
SERVERLIST=$(parse_url ${i} ${SVNAME} svname)
|
Formats disponibles : Unified diff