1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

Fix spelling mistakes in comments and descriptions

Thanks, codespell!
This commit is contained in:
Lars Kruse 2020-03-26 02:12:57 +01:00
parent 561da1a3f1
commit 8713eb3722
162 changed files with 248 additions and 248 deletions

View file

@ -26,7 +26,7 @@ Virtual interface names prefixes with '~'
This plugin is configurable environment variables.
env.exclude - Removing interfaces from graphs, default empty
env.include - Includes interfaces into graphs, default empty
env.if_max_bps - Maximum interface bps. Avialable suffixes: k, M, G, default empty
env.if_max_bps - Maximum interface bps. Available suffixes: k, M, G, default empty
env.protexct_peaks - Protect graph peaks, default 'no'
env.min_packet_size - Minimal network packet size, default 20
Example:
@ -73,7 +73,7 @@ my $ifpath = '/sys/class/net';
# ----------------------------------- global -----------------
my $interfaces = {};
# ------------------------ avialable graphs -------------------------
# ------------------------ available graphs -------------------------
my $graphs =
{
'if_bit' =>
@ -178,7 +178,7 @@ my $graphs =
{
'category' => 'network',
'args' => '--base 1024',
'title' => ':if: avgerage packet size',
'title' => ':if: average packet size',
'vlabel' => 'bytes',
'info' => 'This graph shows average packet size of the :if:'
},
@ -187,7 +187,7 @@ my $graphs =
}
};
#-------------------------- avialable fields -------------------------
#-------------------------- available fields -------------------------
# info:
# 'munin' => {} - just copy fields to munin config
# 'source' => - field data source