diff --git a/plugins/haproxy/haproxy_response_compressor_backend b/plugins/haproxy/haproxy_response_compressor_backend index b457dbed..b311f13a 100755 --- a/plugins/haproxy/haproxy_response_compressor_backend +++ b/plugins/haproxy/haproxy_response_compressor_backend @@ -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}" diff --git a/plugins/haproxy/haproxy_response_compressor_frontend b/plugins/haproxy/haproxy_response_compressor_frontend index ab657853..62540ac0 100755 --- a/plugins/haproxy/haproxy_response_compressor_frontend +++ b/plugins/haproxy/haproxy_response_compressor_frontend @@ -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}"