2
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

change bitcoin category from htc to other

This commit is contained in:
Nils 2017-07-02 09:03:52 +02:00
parent f81bdebc3b
commit fce1e801b6
4 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ def main():
return return
if command == 'config': if command == 'config':
print 'graph_category htc' print 'graph_category other'
print 'graph_title Bitcoin %s' % labels[0] print 'graph_title Bitcoin %s' % labels[0]
print 'graph_vlabel %s' % labels[1] print 'graph_vlabel %s' % labels[1]
for label in line_labels: for label in line_labels:

2
plugins/currency/bitcoin/btcguild_hashrate_ Normal file → Executable file
View file

@ -28,7 +28,7 @@ if command == 'config':
print "graph_title BTCGuild Hashrate" print "graph_title BTCGuild Hashrate"
print "graph_args --upper-limit 3000 -l 0" print "graph_args --upper-limit 3000 -l 0"
print "graph_vlabel MHash/s" print "graph_vlabel MHash/s"
print "graph_category htc" print "graph_category other"
for worker in workers: for worker in workers:
label = workers[worker]['worker_name'] label = workers[worker]['worker_name']
print label + ".label " + label print label + ".label " + label

2
plugins/currency/bitcoin/slush_hashrate_ Normal file → Executable file
View file

@ -25,7 +25,7 @@ if command == 'config':
print "graph_title Slush Hashrate" print "graph_title Slush Hashrate"
print "graph_args --upper-limit 3000 -l 0" print "graph_args --upper-limit 3000 -l 0"
print "graph_vlabel MHash/s" print "graph_vlabel MHash/s"
print "graph_category htc" print "graph_category other"
for worker in workers: for worker in workers:
label = worker.replace(".","_") label = worker.replace(".","_")
print label + ".label " +label print label + ".label " +label

2
plugins/currency/bitcoin/slush_reward_ Normal file → Executable file
View file

@ -24,7 +24,7 @@ if command == 'config':
print "graph_title Slush Rewards" print "graph_title Slush Rewards"
print "graph_args -l 0" print "graph_args -l 0"
print "graph_vlabel BTC" print "graph_vlabel BTC"
print "graph_category htc" print "graph_category other"
print "unconfirmed_reward.label Unconfirmed Reward" print "unconfirmed_reward.label Unconfirmed Reward"
print "estimated_reward.label Estimeated Reward" print "estimated_reward.label Estimeated Reward"
print "confirmed_reward.label Confirmed Reward" print "confirmed_reward.label Confirmed Reward"