mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
category change s/htc/other/
This commit is contained in:
parent
25db9a778e
commit
311888d3b8
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ if command == 'config':
|
||||||
print("graph_title Ethermine {}".format(miner))
|
print("graph_title Ethermine {}".format(miner))
|
||||||
print("graph_info ethermine.org Mining Pool Hashrate for {}_{}".format(eth_address, miner))
|
print("graph_info ethermine.org Mining Pool Hashrate for {}_{}".format(eth_address, miner))
|
||||||
print("graph_vlabel Ethermine Hashrate")
|
print("graph_vlabel Ethermine Hashrate")
|
||||||
print("graph_category htc")
|
print("graph_category other")
|
||||||
print("{}_{}.warning 20:".format(eth_address, miner))
|
print("{}_{}.warning 20:".format(eth_address, miner))
|
||||||
print("{}_{}.critical 10:".format(eth_address, miner))
|
print("{}_{}.critical 10:".format(eth_address, miner))
|
||||||
print("{}_{}.label MH/s:".format(eth_address, miner))
|
print("{}_{}.label MH/s:".format(eth_address, miner))
|
||||||
|
|
|
@ -73,7 +73,7 @@ if command == 'config':
|
||||||
print("graph_title ETH {}".format(eth_address))
|
print("graph_title ETH {}".format(eth_address))
|
||||||
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
|
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
|
||||||
print("graph_vlabel Ethereum Balance")
|
print("graph_vlabel Ethereum Balance")
|
||||||
print("graph_category htc")
|
print("graph_category other")
|
||||||
print("{}.label ETH".format(eth_address))
|
print("{}.label ETH".format(eth_address))
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue