mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix response name
This commit is contained in:
parent
433f1a69aa
commit
ef018d3dd1
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue