RPC Monitor is a simple tool what call you rpcs and check if it's crashed with AppHash or any panic and notify you over provided discord webhook
- Edit prometheus file with adding you rpc
./rpc-monitoring/prometheus/prometheus.yml
and add/edit thestatic_configs
section with your rpc. - Edit
./rpc-monitoring/prometheus/alert_manager/alertmanager.yml
file to add your discord webhook. - From root directory execute the following commands:
docker compose build --no-cache
docker compose up -d
Start containers
docker compose up -d
Stop containers
docker compose down