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:
parent
1fe90e4cac
commit
f5715e5eba
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue