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

more beautiful title

This commit is contained in:
Nils 2017-07-01 17:41:06 +02:00
parent 1fe90e4cac
commit f5715e5eba

View file

@ -78,7 +78,7 @@ API result is in Wei. Convert Wei to Ether (ETH) via 'fieldname.cdef'
233874700000000000000000 Wei = 233,874.7 Ether
"""
if command == 'config':
print("graph_title ETH {}".format(eth_address))
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")