add peers to status scan

This commit is contained in:
rootzoll
2021-05-25 19:22:09 -05:00
parent 220f760c7a
commit 23f850e0bf

View File

@@ -57,6 +57,13 @@ if [ ${bitcoinRunning} -eq 1 ]; then
echo "bitcoinErrorFull='${bitcoinErrorFull}'"
else
###################################
# Get data from blockchain network
###################################
source <(sudo -u bitcoin /home/admin/config.scripts/network.monitor.sh peer-status)
echo "blockchainPeers=${peers}"
##############################
# Get data from blockchaininfo
##############################