mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +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
|
@ -8,7 +8,7 @@
|
|||
# config (required)
|
||||
# autoconf (optional - used by munin-config)
|
||||
#
|
||||
# Magick markers (optional - used by munin-config and som installation
|
||||
# Magick markers (optional - used by munin-config and some installation
|
||||
# scripts):
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# config (required)
|
||||
# autoconf (optional - used by munin-config)
|
||||
#
|
||||
# Magick markers (optional - used by munin-config and som installation
|
||||
# Magick markers (optional - used by munin-config and some installation
|
||||
# scripts):
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# config (required)
|
||||
# autoconf (optional - used by munin-config)
|
||||
#
|
||||
# Magick markers (optional - used by munin-config and som installation
|
||||
# Magick markers (optional - used by munin-config and some installation
|
||||
# scripts):
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# config (required)
|
||||
# autoconf (optional - used by munin-config)
|
||||
#
|
||||
# Magick markers (optional - used by munin-config and som installation
|
||||
# Magick markers (optional - used by munin-config and some installation
|
||||
# scripts):
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# config (required)
|
||||
# autoconf (optional - used by munin-config)
|
||||
#
|
||||
# Magick markers (optional - used by munin-config and som installation
|
||||
# Magick markers (optional - used by munin-config and some installation
|
||||
# scripts):
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
|
|
@ -162,7 +162,7 @@ sub do_collect {
|
|||
my ($name, $key, $value, undef ) = (split(/\t/,$line));
|
||||
# try to preserve underscores:
|
||||
# * duplicate existing ones
|
||||
# * afterwards replace slashs with single ones
|
||||
# * afterwards replace slashes with single ones
|
||||
($name =~ s/_/__/g);
|
||||
($name =~ s/\//_/g);
|
||||
$filesystems->{$name}->{$key}=$value;
|
||||
|
@ -174,8 +174,8 @@ sub do_config_fs {
|
|||
my ($fs) = @_;
|
||||
my $fs_slash = ($fs);
|
||||
# try to restore underscores (see "do_collect" for the reverse operation):
|
||||
# * substitute all underscores with slashs
|
||||
# * afterwards transform *double* slashs back into a single underscore
|
||||
# * substitute all underscores with slashes
|
||||
# * afterwards transform *double* slashes back into a single underscore
|
||||
($fs_slash =~ s/_/\//g);
|
||||
($fs_slash =~ s/\/\//_/g);
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
These functions are implemented:
|
||||
capacity : to monitor zpool capacity %
|
||||
fragmentation : to monitor zpool fragmantation %
|
||||
fragmentation : to monitor zpool fragmentation %
|
||||
allocated : to monitor zpool allocated bytes
|
||||
dedup : to monitor zpool dedup and compress ratio
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue