electrs: add option 'monitoringPort'
This commit is contained in:
parent
611cfe5a28
commit
24069aa2c6
2 changed files with 10 additions and 5 deletions
|
|
@ -15,9 +15,8 @@ btcpayserver_ip = "169.254.1.24"
|
|||
|
||||
|
||||
def electrs():
|
||||
machine.wait_until_succeeds(
|
||||
"ip netns exec nb-electrs nc -z localhost 4224"
|
||||
) # prometeus metrics provider
|
||||
# prometeus metrics provider
|
||||
machine.wait_until_succeeds(f"nc -z {electrs_ip} 4224")
|
||||
|
||||
|
||||
def nbxplorer():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue