mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Update haproxy_rate_frontend
Just a typo on line 86, change "sencond" for second
This commit is contained in:
parent
e3af199459
commit
e331ad4045
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ fi
|
||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
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_args --base 1000 -l 0 '
|
||||||
echo 'graph_vlabel Sessions'
|
echo 'graph_vlabel Sessions'
|
||||||
echo 'graph_scale no'
|
echo 'graph_scale no'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue