Révision d6dcc5d3
Revert "Change category of currency-related plugins from 'other' to 'htc'"
This reverts commit a48cf873338cc13d9a9239fef5d9a1326a98c9a3.
see the discussion:
https://github.com/munin-monitoring/contrib/pull/855
(the term 'htc' is probably too unknown and not really suitable)
| plugins/currency/ethereum/etherscan_balance_ | ||
|---|---|---|
| 81 | 81 |
print("graph_title Ether {}".format(eth_address))
|
| 82 | 82 |
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
|
| 83 | 83 |
print("graph_vlabel Ethereum Balance")
|
| 84 |
print("graph_category htc")
|
|
| 84 |
print("graph_category other")
|
|
| 85 | 85 |
print("wei_balance_{0}.cdef wei_balance_{0},1000000000000000000,/".format(eth_address))
|
| 86 | 86 |
print("wei_balance_{}.label ETH".format(eth_address))
|
| 87 | 87 |
sys.exit(0) |
Formats disponibles : Unified diff