mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
add difficulty to bitcoind_
This commit is contained in:
parent
c2ecfcb772
commit
516f91a416
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue