summaryrefslogtreecommitdiff
path: root/munin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-05-29 03:02:16 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-05-29 03:02:16 +0000
commit9ffb6d6386f5d689776cb11c133deaebea5c3eee (patch)
treeaf1e8664810fb0031c24a0fcce073b595aea6331 /munin
parent11e66f1a9792149e8b1fab010f7d03468e31c18e (diff)
Minor label tweak
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@107 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'munin')
-rwxr-xr-xmunin/owfs_temperature_4
1 files changed, 2 insertions, 2 deletions
diff --git a/munin/owfs_temperature_ b/munin/owfs_temperature_
index 203aa0d..3c87c21 100755
--- a/munin/owfs_temperature_
+++ b/munin/owfs_temperature_
@@ -60,11 +60,11 @@ def config
device = query_device
title = ENV['title'] ?
ENV['title'] :
- device
+ 'Temperatures #{device}'
label = ENV['label'] ?
ENV['label'] :
device
- puts "graph_title Temperatures #{title}"
+ puts "graph_title #{title}"
puts "graph_args --base 1000"
puts "graph_vlabel degrees Celsius";
puts "graph_category sensors"