Skip to content

Commit

Permalink
move power consumption to system group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tafkas committed Sep 6, 2017
1 parent 9fe1697 commit 78a5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fritzbox_power_consumption.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_power_consumption():
def print_config():
print "graph_title AVM Fritz!Box Power Consumption"
print "graph_vlabel %"
print "graph_category network"
print "graph_category system"
print "graph_order system cpu wifi dsl ab usb"
print "system.label system"
print "system.type GAUGE"
Expand Down

0 comments on commit 78a5a20

Please sign in to comment.