1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-27 11:24:42 +00:00

sequoia_websens: encode as UTF-8 and whitespace cleanup

This commit is contained in:
Kenyon Ralph 2012-06-21 23:01:02 -07:00
parent d5b6a600ac
commit 96418fa574

View file

@ -39,7 +39,7 @@ if [ "$1" = "config" ]; then
echo "graph_category sensor" echo "graph_category sensor"
echo "graph_args -l 0 -u 100 -r" echo "graph_args -l 0 -u 100 -r"
echo "graph.scale no" echo "graph.scale no"
echo "graph_vlabel % and C°" echo "graph_vlabel % and C°"
echo "tempsens.label Temperature" echo "tempsens.label Temperature"
echo "humsens.label Humidity" echo "humsens.label Humidity"
echo "tempsens.warning 19:24" echo "tempsens.warning 19:24"