mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -5,7 +5,7 @@
|
|||
# The base frame is copied from the proftp plugin
|
||||
#
|
||||
##########################################################################################
|
||||
# Folgende Eintraege in der Datei /etc/munin/plugin-conf.d/munin-node nicht vergessen ! #
|
||||
# Folgende Eintraege in der Datei /etc/munin/plugin-conf.d/munin-node nicht vergessen ! #
|
||||
# Don't forget to add following lines to the file /etc/munin/plugin-conf.d/munin-node #
|
||||
# [quota] #
|
||||
# user root #
|
||||
|
@ -50,7 +50,7 @@ fi
|
|||
# Zeitfenster vergroessert werden resize the reference periode
|
||||
if [ "${1//[^[:digit:]]}" != "" ]; then
|
||||
factor=${1//[^[:digit:]]}
|
||||
else
|
||||
else
|
||||
factor=1
|
||||
fi
|
||||
|
||||
|
@ -77,10 +77,10 @@ fi
|
|||
|
||||
# Nur zum Testen - for testing ony
|
||||
if [ "$factor" -gt 1 ]; then
|
||||
echo "======================== Nur fuer Testzwecke ======================"
|
||||
echo "======================== Nur fuer Testzwecke ======================"
|
||||
echo "Timestamp :" $Timestamp $(date -d "1970-01-01 UTC + $Timestamp seconds")
|
||||
echo "Ref_Timestamp:" $Ref_Timestamp $(date -d "1970-01-01 UTC + $Ref_Timestamp seconds")
|
||||
echo "Zeitfenster :" $((Timeslot/60)) Minuten
|
||||
echo "Zeitfenster :" $((Timeslot/60)) Minuten
|
||||
echo "Last_update :" $Last_update $(date -d "1970-01-01 UTC + $Last_update seconds")
|
||||
echo "======================== for testing only ======================"
|
||||
echo "======================== for testing only ======================"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue