This CLI tool is intended to make the lives of validator node operators easier
- Monitoring and alerting on validator downtime via PagerDuty
- Canto
git clone https://github.com/ansybl/ansybl.gitcd ansyblgo buildchmod +x ansyblsudo mv ansybl /usr/bin/
The ansybl binary should be available via the terminal to execute
ansyble init- Follow the promts and iInput your PagerDuty service ID, email and API key.
**Your service ID is typically a 7 character string that can be found in the url when you navigate to your services page.
If the test alert was successful proceed to cron setup
crontab -e- Add a newline and insert the following
*/1 * * * * ansybl monitor
This will trigger a missing blocks check every minute
- Automate the cron setup
- Gravity Bridge support
- Easily claim and restake commissions with one command