2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Fix response name

This commit is contained in:
rfrail3 2013-08-27 09:08:21 +02:00
parent 433f1a69aa
commit ef018d3dd1
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ if [ "$1" = "config" ]; then
echo "graph_title Responses compressed ${SVNAME}"
echo 'graph_args --base 1000 -l 0 '
echo 'graph_vlabel Bytes'
echo 'graph_vlabel Responses'
echo 'graph_scale no'
echo 'graph_category haproxy'
echo "graph_info HTTP responses that were compressed ${SVNAME}"

View File

@ -84,7 +84,7 @@ if [ "$1" = "config" ]; then
echo "graph_title Responses compressed ${SVNAME}"
echo 'graph_args --base 1000 -l 0 '
echo 'graph_vlabel Bytes'
echo 'graph_vlabel Responses'
echo 'graph_scale no'
echo 'graph_category haproxy'
echo "graph_info HTTP responses that were compressed ${SVNAME}"