Projet

Général

Profil

Révision d6dcc5d3

IDd6dcc5d379edc122547246f6c866658ec9e4d04d
Parent a48cf873
Enfant f9ec8381, 92a8c9df

Ajouté par Lars Kruse il y a plus de 8 ans

Revert "Change category of currency-related plugins from 'other' to 'htc'"

This reverts commit a48cf873338cc13d9a9239fef5d9a1326a98c9a3.

see the discussion:
https://github.com/munin-monitoring/contrib/pull/855
(the term 'htc' is probably too unknown and not really suitable)

Voir les différences:

plugins/currency/ethereum/etherscan_balance_
81 81
    print("graph_title Ether {}".format(eth_address))
82 82
    print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
83 83
    print("graph_vlabel Ethereum Balance")
84
    print("graph_category htc")
84
    print("graph_category other")
85 85
    print("wei_balance_{0}.cdef wei_balance_{0},1000000000000000000,/".format(eth_address))
86 86
    print("wei_balance_{}.label ETH".format(eth_address))
87 87
    sys.exit(0)

Formats disponibles : Unified diff