mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-14 01:34:25 +00:00
change bitcoin category from htc to other
This commit is contained in:
parent
f81bdebc3b
commit
fce1e801b6
4 changed files with 4 additions and 4 deletions
2
plugins/currency/bitcoin/btcguild_hashrate_
Normal file → Executable file
2
plugins/currency/bitcoin/btcguild_hashrate_
Normal file → Executable file
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue