mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
multibandwidth - Plugin to monitor the bandwidth between localhost and serveral hosts.
|
||||
multibandwidth - Plugin to monitor the bandwidth between localhost and several hosts.
|
||||
|
||||
=head1 APPLICABLE SYSTEMS
|
||||
|
||||
|
@ -82,7 +82,7 @@ case $1 in
|
|||
echo 'graph_args --base 1024 -l 0'
|
||||
echo 'graph_scale yes'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_info This graph shows the bandwidth between localhost and serveral hosts'
|
||||
echo 'graph_info This graph shows the bandwidth between localhost and several hosts'
|
||||
for host in $hosts; do
|
||||
fieldname="host_$(clean_fieldname "$host")"
|
||||
echo "$fieldname.label $host"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue