1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 06:38:24 +00:00

plugin categories: other -> htc (crypto currencies)

This commit is contained in:
Lars Kruse 2018-03-28 04:31:16 +02:00
parent 9995f46c4a
commit 5a45d49760
7 changed files with 12 additions and 12 deletions

View file

@ -72,7 +72,7 @@ if command == 'config':
print("graph_title Ethermine {}".format(miner))
print("graph_info ethermine.org Mining Pool Hashrate for {}_{}".format(eth_address, miner))
print("graph_vlabel Ethermine Hashrate")
print("graph_category other")
print("graph_category htc")
print("ethermine_mhs_{}_{}.warning 20:".format(eth_address, miner))
print("ethermine_mhs_{}_{}.critical 10:".format(eth_address, miner))
print("ethermine_mhs_{}_{}.label MH/s:".format(eth_address, miner))
@ -111,4 +111,4 @@ for worker in workers:
if workers[worker]['worker'] == miner:
hash_rate = workers[worker]['hashrate']
hash_rate = hash_rate.replace(" MH/s", "")
print("ethermine_mhs_{}_{}.value {}".format(eth_address, miner, hash_rate))
print("ethermine_mhs_{}_{}.value {}".format(eth_address, miner, hash_rate))