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

@ -27,27 +27,27 @@ case $1 in
echo host_name $HOST
case $VAR in
temp)
echo graph_title Temperature
echo graph_title Temperature
echo graph_vlabel degrees C
echo temp.notify_alias Temperature
echo temp.warning 26
echo temp.critical 31
echo "temp.label Temperature (degrees C)" ;;
rh)
echo graph_title Relative Humidity
echo graph_title Relative Humidity
echo graph_vlabel per cent
echo rh.notify_alias Relative Humidity
echo "rh.label Relative Humidity (%)" ;;
air)
echo graph_title Airflow
echo graph_title Airflow
echo air.notify_alias Airflow
echo air.label Airflow ;;
light)
echo graph_title Light level
echo graph_title Light level
echo light.notify_alias Light Level
echo light.label Light level ;;
sound)
echo graph_title Sound level
echo graph_title Sound level
echo sound.notify_alias Sound Level
echo sound.label Sound Level ;;
esac