Skip to content

staketown/rpc-monitoring

Repository files navigation

RPC Monitoring Tool

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

How To Start?

  1. Edit prometheus file with adding you rpc ./rpc-monitoring/prometheus/prometheus.yml and add/edit the static_configs section with your rpc.
  2. Edit ./rpc-monitoring/prometheus/alert_manager/alertmanager.yml file to add your discord webhook.
  3. From root directory execute the following commands:
docker compose build --no-cache
docker compose up -d

Useful commands

Start containers

docker compose up -d

Stop containers

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published