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:
parent
433f1a69aa
commit
ef018d3dd1
@ -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}"
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user