2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

add difficulty to bitcoind_

This commit is contained in:
freewil 2012-12-11 01:50:00 -05:00
parent c2ecfcb772
commit 516f91a416

View File

@ -56,6 +56,7 @@ def main():
'transactions': ("Transactions", "Transactions",
('confirmed', 'waiting')),
'block_age': ("Last Block Age", "Seconds"),
'difficulty': ("Difficulty", ""),
}
labels = request_labels[request_var]
if len(labels) < 3: