mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix typo
This commit is contained in:
parent
f349130b3f
commit
d30aebbae4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
ipvs_conn -Indicate the number of conectios per second
|
||||
ipvs_conn -Indicate the number of conections per second
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
|
@ -41,7 +41,7 @@ fi
|
|||
|
||||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'graph_title Ipvs connectios per second'
|
||||
echo 'graph_title Ipvs connections per second'
|
||||
echo 'graph_args --base 1000 -l 0 '
|
||||
echo 'graph_vlabel Connections'
|
||||
echo 'graph_scale no'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue