1
0
mirror of https://github.com/Tafkas/fritzbox-munin.git synced 2023-10-10 13:36:55 +02:00

fix label and category

This commit is contained in:
Christian Stade-Schuldt 2015-06-06 00:32:12 +02:00
parent ab1879d616
commit 6a44a1af3f

View File

@ -42,10 +42,10 @@ def get_cpu_temperature():
def print_config(): def print_config():
print "graph_title AVM Fritz!Box CPU temperature" print "graph_title AVM Fritz!Box CPU temperature"
print "graph_vlabel degrees Celsius" print "graph_vlabel degrees Celsius"
print "graph_category sensor" print "graph_category sensors"
print "graph_order tmp" print "graph_order tmp"
print "graph_scale no" print "graph_scale no"
print "temp.label sensors" print "temp.label CPU temperature"
print "temp.type GAUGE" print "temp.type GAUGE"
print "temp.graph LINE1" print "temp.graph LINE1"
print "temp.min 0" print "temp.min 0"