1
0
Fork 0
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:
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

@ -7,7 +7,7 @@ acpi_batt_ Munin plugin to monitor the (note|net)book battery states through pro
=head1 APPLICABLE SYSTEMS
Notebooks and netbooks with avialable /proc/acpi/battery
Notebooks and netbooks with available /proc/acpi/battery
=head1 CONFIGURATION

View file

@ -7,7 +7,7 @@ acpi_sys_batt_ Munin plugin to monitor the (note|net)book battery states through
=head1 APPLICABLE SYSTEMS
Notebooks and netbooks with avialable /sys/class/power_supply
Notebooks and netbooks with available /sys/class/power_supply
=head1 CONFIGURATION

View file

@ -7,7 +7,7 @@ batteries Munin plugin to monitor the battery states through procfs and sysfs
=head1 APPLICABLE SYSTEMS
Systems with avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Systems with available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
=head1 CONFIGURATION
@ -16,19 +16,19 @@ none
=head1 INTERPRETATION
The plugin shows:
Design capacity -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Last full capacity -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Design capacity low -> avialable only if avialable /proc/acpi/battery/BATx
Design capacity warning -> avialable only if avialable /proc/acpi/battery/BATx
Capacity granularity 1 -> avialable only if avialable /proc/acpi/battery/BATx
Capacity granularity 2 -> avialable only if avialable /proc/acpi/battery/BATx
Remaining capacity -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Present rate -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Percentage Current/design voltage -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Percentage Current/full capacity -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Percentage Full/design capacity -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Design voltage -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Present voltage -> avialable if avialable /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Design capacity -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Last full capacity -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Design capacity low -> available only if available /proc/acpi/battery/BATx
Design capacity warning -> available only if available /proc/acpi/battery/BATx
Capacity granularity 1 -> available only if available /proc/acpi/battery/BATx
Capacity granularity 2 -> available only if available /proc/acpi/battery/BATx
Remaining capacity -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Present rate -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Percentage Current/design voltage -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Percentage Current/full capacity -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Percentage Full/design capacity -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Design voltage -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
Present voltage -> available if available /proc/acpi/battery/BATx or /sys/class/power_supply/BATx
=head1 MAGIC MARKERS