Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.
/ monitoring Public archive

Monitoring @bisq-network resources, e.g. seednodes, pricenodes and BTC fullnodes

Notifications You must be signed in to change notification settings

bisq-network/monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bisq uptime checker

Docker deployment

  • check out this repository on the target server
  • obtain the Slack channel webhook on which you want to post uptime messages
  • Start monitoring: SLACK_URL="http://YOUR_SECRET_URL docker-compose up -d
  • inspect output via docker-compose logs -f

Testing without Docker

This is not really recommended, there's a lot of things need, and for instance the netcat dependency behaves differently between mac and linux, so te preconfigured docker container is a safer bet. If on Linux, the Dockerfile could be used as a guide on how to install everything.

  • tor is installed
  • curl is installed
  • netcat is installed
  • pipenv is installed
  • python 2.7 is installed

Run:

pipenv install -r requirements.txt

Do this if you're on mac:

cp /usr/bin/nc /usr/local/bin/

About

Monitoring @bisq-network resources, e.g. seednodes, pricenodes and BTC fullnodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages