Comment on page
Validator Status API
We built a network-wide validator status monitoring tool that will send out alerts in case your node starts losing blocks. Join/follow the #mainnet-alerts channel to get these updates.
- 1.Our block explorer (BigDipper) exposes a GraphQL endpoint. This GraphQL endpoint is what the block explorer front-end uses when showing validator conditions on the overall/per-validator page.
- 2.To simplify parsing the output from the GraphQL endpoint, we did a simple wrapper using Cloudflare Workers to parse the GraphQL output into simple JSON.
To simplify the task of alerting via various channels (and to keep it extensible to other channels), we take the output of our validator status API and parse it via Zapier. This is done as a two-stage process via two separate “Zaps”.
- 1.Collating a list of validators missing blocks
- 2.
- 3.
- 4.Filter by Zapier to check if there are entries generated in the compromised validator list. If not, then terminate Zap execution.
- 5.
- 6.
- 7.Digest by Zapier to push the formatted bullet-list item with validator details into a compiled digest.
- 8.Sending an alert to designated alert channel: A separate Zap triggers and sends alerts to designated channels. Right now, our setup sends these details to the cheqd Community Slack and the cheqd Community Discord.
- 9.Similar to above, Schedule by Zapier to wake the Zap up every hour
- 10.
- 11.Filter by Zapier to check if there are any entries populated in the digest. If not, terminate execution of any further steps at this stage.
- 12.If execution has proceeded to this step, use the Zapier App for Slack and Zapier App for Discord to send a message (with formatting) to designated alert channels.
You can copy this Zap to configure a similar setup for other alert channels, such as SMS by Zapier or Email by Zapier.
Last modified 3mo ago