From e331ad404574082fca3d5154b1cc4867bd0d6ccc Mon Sep 17 00:00:00 2001 From: fcomparini Date: Tue, 29 Oct 2013 11:09:27 -0300 Subject: [PATCH] Update haproxy_rate_frontend Just a typo on line 86, change "sencond" for second --- plugins/haproxy/haproxy_rate_frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/haproxy/haproxy_rate_frontend b/plugins/haproxy/haproxy_rate_frontend index 6701b0d1..5ab81ac3 100755 --- a/plugins/haproxy/haproxy_rate_frontend +++ b/plugins/haproxy/haproxy_rate_frontend @@ -83,7 +83,7 @@ fi if [ "$1" = "config" ]; then - echo "graph_title Sessions per sencond ${SVNAME}" + echo "graph_title Sessions per second ${SVNAME}" echo 'graph_args --base 1000 -l 0 ' echo 'graph_vlabel Sessions' echo 'graph_scale no'