mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
a3c2338b1f
commit
84c28707eb
20 changed files with 22 additions and 26 deletions
|
@ -28,7 +28,7 @@ if command == 'config':
|
|||
print "graph_title BTCGuild Hashrate"
|
||||
print "graph_args --upper-limit 3000 -l 0"
|
||||
print "graph_vlabel MHash/s"
|
||||
print "graph_category Bitcoin"
|
||||
print "graph_category htc"
|
||||
for worker in workers:
|
||||
label = workers[worker]['worker_name']
|
||||
print label + ".label " + label
|
||||
|
|
|
@ -25,7 +25,7 @@ if command == 'config':
|
|||
print "graph_title Slush Hashrate"
|
||||
print "graph_args --upper-limit 3000 -l 0"
|
||||
print "graph_vlabel MHash/s"
|
||||
print "graph_category Bitcoin"
|
||||
print "graph_category htc"
|
||||
for worker in workers:
|
||||
label = worker.replace(".","_")
|
||||
print label + ".label " +label
|
||||
|
|
|
@ -24,7 +24,7 @@ if command == 'config':
|
|||
print "graph_title Slush Rewards"
|
||||
print "graph_args -l 0"
|
||||
print "graph_vlabel BTC"
|
||||
print "graph_category Bitcoin"
|
||||
print "graph_category htc"
|
||||
print "unconfirmed_reward.label Unconfirmed Reward"
|
||||
print "estimated_reward.label Estimeated Reward"
|
||||
print "confirmed_reward.label Confirmed Reward"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue