1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00:00

Whitespace cleanup

* remove trailing whitespace
* remove empty lines at the end of files
This commit is contained in:
Lars Kruse 2018-08-02 02:03:42 +02:00
parent ef851f0c34
commit 17f784270a
604 changed files with 2927 additions and 2945 deletions

View file

@ -41,7 +41,7 @@ load=$(upsc $UPS | grep ups.load: | cut -d" " -f2)
charge=$(upsc $UPS | grep battery.charge: | cut -d" " -f2)
}
# Munin routines
# Munin routines
case "$1" in
autoconf)
grep ^MONITOR < /etc/nut/upsmon.conf &> /dev/null
@ -78,8 +78,8 @@ EOM
grep ^MONITOR < /etc/nut/upsmon.conf | cut -d" " -f2 | sed 's|@|_AT_|g'
exit 0
;;
*)
*)
FETCH_DATA
# Print data for Munin
cat << EOM