This service monitors an Osmosis Node and alerts you via PagerDuty.
Set the following env vars in a file called .env-mainnet
. You can customize this file by setting an ENV_FILE
environment variable.
PAGER_DUTY_API_KEY
: Your PagerDuty API keyPAGER_DUTY_SERVICE
: Your PagerDuty service identifierPAGER_DUTY_EMAIL
: Your PagerDuty emailVALIDATOR_ADDRESS
: The validator address to monitor
./start.sh
See osmosis-monitor.service
docker build -t osmosis-monitor .
docker run osmosis-monitor
Starting:
./start.sh
or use systemd with the bundled service.