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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue