Monitoring stack based on Prometheus and Grafana. Uses official near image.
- Docker 19 or later
- Docker compose 1.26 or later
- Edit docker-compose and replace
YOUR_BETANET_ACCOUNT_ID
with your accound ID - Run
docker-compose up -d
and then check that every container is up - Authorize in Grafana at
http://your_host_ip:3000
. At first login you will be asked to set a new password. Default credentials areadmin/admin
- Import NEAR dashboard from file
grafana/dashboards/near.json
- Have fun
todo
- write alert manager instructions
- upload dashboard at Grafana Labs
- add alarm for need to update NEAR
MIT