Skip to content

Commit

Permalink
Merge pull request #855 from Cyclenerd/master
Browse files Browse the repository at this point in the history
Change folder and category of Bitcoin plugins
  • Loading branch information
sumpfralle committed Jul 2, 2017
2 parents c7afa0c + fce1e80 commit 388e42c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -70,7 +70,7 @@ def main():
return

if command == 'config':
print 'graph_category htc'
print 'graph_category other'
print 'graph_title Bitcoin %s' % labels[0]
print 'graph_vlabel %s' % labels[1]
for label in line_labels:
Expand Down
2 changes: 1 addition & 1 deletion plugins/bitcoin/btcguild_hashrate_ → plugins/currency/bitcoin/btcguild_hashrate_ 100644 → 100755
Expand Up @@ -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 htc"
print "graph_category other"
for worker in workers:
label = workers[worker]['worker_name']
print label + ".label " + label
Expand Down
2 changes: 1 addition & 1 deletion plugins/bitcoin/slush_hashrate_ → plugins/currency/bitcoin/slush_hashrate_ 100644 → 100755
Expand Up @@ -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 htc"
print "graph_category other"
for worker in workers:
label = worker.replace(".","_")
print label + ".label " +label
Expand Down
2 changes: 1 addition & 1 deletion plugins/bitcoin/slush_reward_ → plugins/currency/bitcoin/slush_reward_ 100644 → 100755
Expand Up @@ -24,7 +24,7 @@ if command == 'config':
print "graph_title Slush Rewards"
print "graph_args -l 0"
print "graph_vlabel BTC"
print "graph_category htc"
print "graph_category other"
print "unconfirmed_reward.label Unconfirmed Reward"
print "estimated_reward.label Estimeated Reward"
print "confirmed_reward.label Confirmed Reward"
Expand Down

0 comments on commit 388e42c

Please sign in to comment.