Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/other/cm2 | ||
|---|---|---|
| 27 | 27 |
echo host_name $HOST |
| 28 | 28 |
case $VAR in |
| 29 | 29 |
temp) |
| 30 |
echo graph_title Temperature
|
|
| 30 |
echo graph_title Temperature |
|
| 31 | 31 |
echo graph_vlabel degrees C |
| 32 | 32 |
echo temp.notify_alias Temperature |
| 33 | 33 |
echo temp.warning 26 |
| 34 | 34 |
echo temp.critical 31 |
| 35 | 35 |
echo "temp.label Temperature (degrees C)" ;; |
| 36 | 36 |
rh) |
| 37 |
echo graph_title Relative Humidity
|
|
| 37 |
echo graph_title Relative Humidity |
|
| 38 | 38 |
echo graph_vlabel per cent |
| 39 | 39 |
echo rh.notify_alias Relative Humidity |
| 40 | 40 |
echo "rh.label Relative Humidity (%)" ;; |
| 41 | 41 |
air) |
| 42 |
echo graph_title Airflow
|
|
| 42 |
echo graph_title Airflow |
|
| 43 | 43 |
echo air.notify_alias Airflow |
| 44 | 44 |
echo air.label Airflow ;; |
| 45 | 45 |
light) |
| 46 |
echo graph_title Light level
|
|
| 46 |
echo graph_title Light level |
|
| 47 | 47 |
echo light.notify_alias Light Level |
| 48 | 48 |
echo light.label Light level ;; |
| 49 | 49 |
sound) |
| 50 |
echo graph_title Sound level
|
|
| 50 |
echo graph_title Sound level |
|
| 51 | 51 |
echo sound.notify_alias Sound Level |
| 52 | 52 |
echo sound.label Sound Level ;; |
| 53 | 53 |
esac |
Formats disponibles : Unified diff