mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Change category of currency-related plugins from 'other' to 'htc'
some categories were changed erroneously before: https://github.com/munin-monitoring/contrib/pull/855
This commit is contained in:
parent
388e42c535
commit
a48cf87333
6 changed files with 7 additions and 7 deletions
|
@ -81,7 +81,7 @@ if command == 'config':
|
|||
print("graph_title Ether {}".format(eth_address))
|
||||
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
|
||||
print("graph_vlabel Ethereum Balance")
|
||||
print("graph_category other")
|
||||
print("graph_category htc")
|
||||
print("wei_balance_{0}.cdef wei_balance_{0},1000000000000000000,/".format(eth_address))
|
||||
print("wei_balance_{}.label ETH".format(eth_address))
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue