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

@ -47,7 +47,7 @@ ID=1;
# - initial release,
#
#################################################################
# 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

View file

@ -121,7 +121,7 @@ daemonize();
#
##
### PUBLIC FONCTIONS
### PUBLIC FUNCTIONS
###############################################################################
## Used to create the fork
sub daemonize {
@ -185,7 +185,7 @@ sub munin_exit_fail {
#
##
### INTERNALS FONCTIONS
### INTERNALS FUNCTIONS
###############################################################################
sub __munin_exit {
my $exitcode = shift;

View file

@ -26,7 +26,7 @@ if ($mode eq 'autoconf')
if ($mode eq 'config')
{
# headers for the temperatur
# headers for the temperature
print "graph_title HP Temperature sensors in Celsius\n";
print "graph_args --base 1000 -l 0\n";
print "graph_vlabel degrees Celsius\n";

View file

@ -3,7 +3,7 @@
# Plugin to monitor Proliant server health status using hpasmcli.
#
# Config variables:
# user root -- requrired by hpasmcli
# user root -- required by hpasmcli
# env.hpasmcli -- path to hpasmcli executable (optional)
# env.degree -- Unit of temperatures (C or F / default value is C)
#

View file

@ -111,7 +111,7 @@ GPLv2 (L<http://www.gnu.org/licenses/gpl-2.0.html>)
# Preparation section #
###################################################
# Load munin's shell libary
# Load munin's shell library
. "$MUNIN_LIBDIR/plugins/plugin.sh"
# if any fetch from munin-node file
@ -172,7 +172,7 @@ GPLv2 (L<http://www.gnu.org/licenses/gpl-2.0.html>)
de)
echo "graph_title Quota-Hard-Limit von $Id"
echo "graph_vlabel Nutzung in % Hardlimit"
echo "graph_info Die Grafik zeigt die Belegung des durch Quota reglementierten Speicherplatzes für alle regulären Nutzer (UID >= $Min_UID) in Prozent des Hardlimits."
echo "graph_info Die Grafik zeigt die Belegung des durch Quota reglementierten Speicherplatzes für all regulären Nutzer (UID >= $Min_UID) in Prozent des Hardlimits."
Total_txt="Su. aller Nutzer"
Total_info="Inklusive Systemnutzer (UID < $Min_UID)"
;;
@ -208,10 +208,10 @@ GPLv2 (L<http://www.gnu.org/licenses/gpl-2.0.html>)
# Determine the currently processing UID
Cur_UID="$(id -u "$User")"
# skip if actual user a system user und low_uid ist set to never
# skip if actual user a system user und low_uid is set to never
[ "$Cur_UID" -lt "$Min_UID" ] && [ "$Low_UID" = "never" ] && continue
# No graph for none human uid if low_uid ist set to no
# No graph for none human uid if low_uid is set to no
[ "$Cur_UID" -lt "$Min_UID" ] && echo "$Fieldname.graph $Low_UID"
# configure the user lines
@ -238,7 +238,7 @@ GPLv2 (L<http://www.gnu.org/licenses/gpl-2.0.html>)
Quota=( ${Quotas[$i]} )
Fieldname="$(clean_fieldname "${Quota[0]}")"
# skip if actual user a system user und low_uid ist set to never
# skip if actual user a system user und low_uid is set to never
[ "$Cur_UID" -lt "$Min_UID" ] && [ "$Low_UID" = "never" ] && continue
# write the result zu munin