From 9ffb6d6386f5d689776cb11c133deaebea5c3eee Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 29 May 2006 03:02:16 +0000 Subject: Minor label tweak git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@107 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/owfs_temperature_ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'munin') 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" -- cgit v1.2.3