From 311888d3b825b441d3c3dedf5de7055fb6701462 Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 30 Jun 2017 08:55:51 +0200 Subject: [PATCH] category change s/htc/other/ --- plugins/currency/ethereum/ethermine_hashrate_ | 2 +- plugins/currency/ethereum/etherscan_balance_ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/currency/ethereum/ethermine_hashrate_ b/plugins/currency/ethereum/ethermine_hashrate_ index 12b159a1..42cc7eba 100755 --- a/plugins/currency/ethereum/ethermine_hashrate_ +++ b/plugins/currency/ethereum/ethermine_hashrate_ @@ -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)) diff --git a/plugins/currency/ethereum/etherscan_balance_ b/plugins/currency/ethereum/etherscan_balance_ index 4dc758fb..b00eac76 100755 --- a/plugins/currency/ethereum/etherscan_balance_ +++ b/plugins/currency/ethereum/etherscan_balance_ @@ -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)