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
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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)
|
||||
#
|
||||
|
|
|
@ -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