From 6a44a1af3f7c4f2967594779415ec192e98a53cd Mon Sep 17 00:00:00 2001 From: Christian Stade-Schuldt Date: Sat, 6 Jun 2015 00:32:12 +0200 Subject: [PATCH] fix label and category --- fritzbox_cpu_temperature.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fritzbox_cpu_temperature.py b/fritzbox_cpu_temperature.py index 53c6a53..d40b058 100755 --- a/fritzbox_cpu_temperature.py +++ b/fritzbox_cpu_temperature.py @@ -42,10 +42,10 @@ def get_cpu_temperature(): def print_config(): print "graph_title AVM Fritz!Box CPU temperature" print "graph_vlabel degrees Celsius" - print "graph_category sensor" + print "graph_category sensors" print "graph_order tmp" print "graph_scale no" - print "temp.label sensors" + print "temp.label CPU temperature" print "temp.type GAUGE" print "temp.graph LINE1" print "temp.min 0"