mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Change category of currency-related plugins from 'other' to 'htc'
some categories were changed erroneously before: https://github.com/munin-monitoring/contrib/pull/855
This commit is contained in:
parent
388e42c535
commit
a48cf87333
6 changed files with 7 additions and 7 deletions
|
@ -70,7 +70,7 @@ def main():
|
|||
return
|
||||
|
||||
if command == 'config':
|
||||
print 'graph_category other'
|
||||
print 'graph_category htc'
|
||||
print 'graph_title Bitcoin %s' % labels[0]
|
||||
print 'graph_vlabel %s' % labels[1]
|
||||
for label in line_labels:
|
||||
|
|
|
@ -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 other"
|
||||
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 other"
|
||||
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 other"
|
||||
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