fix for cpu usage

This commit is contained in:
Christian Stade-Schuldt 2015-06-04 23:11:48 +02:00
parent b95c79d899
commit 9128c20611
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def print_config():
print "graph_order cpu"
print "graph_scale no"
print "cpu.label system"
print "cpu.type DERIVE"
print "cpu.type GAUGE"
print "cpu.graph AREA"
print "cpu.min 0"
print "cpu.info Fritzbox CPU usage"