Skip to content

Commit

Permalink
category change s/htc/other/
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jun 30, 2017
1 parent 25db9a7 commit 311888d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/currency/ethereum/ethermine_hashrate_
Original file line number Diff line number Diff line change
Expand Up @@ -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 htc")
print("graph_category other")
print("{}_{}.warning 20:".format(eth_address, miner))
print("{}_{}.critical 10:".format(eth_address, miner))
print("{}_{}.label MH/s:".format(eth_address, miner))
Expand Down
2 changes: 1 addition & 1 deletion plugins/currency/ethereum/etherscan_balance_
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if command == 'config':
print("graph_title ETH {}".format(eth_address))
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
print("graph_vlabel Ethereum Balance")
print("graph_category htc")
print("graph_category other")
print("{}.label ETH".format(eth_address))
sys.exit(0)

Expand Down

0 comments on commit 311888d

Please sign in to comment.