1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

category change s/htc/other/

This commit is contained in:
Nils 2017-06-30 08:55:51 +02:00
parent 25db9a778e
commit 311888d3b8
2 changed files with 2 additions and 2 deletions

View file

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