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:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -327,7 +327,7 @@ foreach $host_name (@host_names) {
|
|||
group => "datastore",
|
||||
name => "uncommitted",
|
||||
value => $_->uncommitted,
|
||||
counter => PerfCounterInfo->new(nameInfo => ElementDescription->new(label => "Uncomitted", summary => "Additional storage space, in bytes, potentially used by the virtual machine on this datastore.\n\nAdditional space may be needed for example when lazily allocated disks grow, or storage for swap is allocated when powering on the virtual machine.\n\nIf the virtual machine is running off delta disks (for example because a snapshot was taken), then only the potential growth of the currently used delta-disks is considered.\n\n")),
|
||||
counter => PerfCounterInfo->new(nameInfo => ElementDescription->new(label => "Uncommitted", summary => "Additional storage space, in bytes, potentially used by the virtual machine on this datastore.\n\nAdditional space may be needed for example when lazily allocated disks grow, or storage for swap is allocated when powering on the virtual machine.\n\nIf the virtual machine is running off delta disks (for example because a snapshot was taken), then only the potential growth of the currently used delta-disks is considered.\n\n")),
|
||||
vm => $vmId,
|
||||
instance => $uuid,
|
||||
unit => "Bytes" });
|
||||
|
|
|
@ -52,7 +52,7 @@ then
|
|||
fi
|
||||
|
||||
### PROCESSING ###
|
||||
# Case insensetive regex
|
||||
# Case insensitive regex
|
||||
shopt -s nocasematch
|
||||
|
||||
# Determine sensor type
|
||||
|
|
|
@ -214,7 +214,7 @@ EOF
|
|||
fi
|
||||
|
||||
# ---------------
|
||||
# Get the informations
|
||||
# Get the information
|
||||
|
||||
get_infos
|
||||
if [ -z "$summary" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue