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:
parent
ab1879d616
commit
6a44a1af3f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user