1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 06:35:42 +00:00

plugin categories: other -> htc (crypto currencies)

This commit is contained in:
Lars Kruse 2018-03-28 04:31:16 +02:00
parent 9995f46c4a
commit 5a45d49760
7 changed files with 12 additions and 12 deletions

View file

@ -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)