mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-04 07:04:02 +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 @@ fi
|
|||
|
||||
|
||||
# Nur fuer Testzwecke kann das - For testing only you can
|
||||
# Zeitfenster vergroessert werden resize the reference periode
|
||||
# Zeitfenster vergroessert werden resize the reference period
|
||||
if [ "${1//[^[:digit:]]}" != "" ]; then
|
||||
factor=${1//[^[:digit:]]}
|
||||
else
|
||||
|
@ -60,7 +60,7 @@ fi
|
|||
# Zeitfenster in Sekunden - time slot in seconds
|
||||
let Timeslot=60*30*$factor
|
||||
|
||||
# Referenzzeitpunkt berechnen - calculate the reference periode
|
||||
# Referenzzeitpunkt berechnen - calculate the reference period
|
||||
let Ref_Timestamp=Timestamp-Timeslot
|
||||
|
||||
# Zeitstempel der letzten Aktualisierung - timestampe of the last update
|
||||
|
@ -75,7 +75,7 @@ fi
|
|||
echo "ip_change.value 0"
|
||||
fi
|
||||
|
||||
# Nur zum Testen - for testing ony
|
||||
# Nur zum Testen - for testing only
|
||||
if [ "$factor" -gt 1 ]; then
|
||||
echo "======================== Nur fuer Testzwecke ======================"
|
||||
echo "Timestamp :" $Timestamp $(date -d "1970-01-01 UTC + $Timestamp seconds")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue