diff options
-rwxr-xr-x | munin/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" |