V-Tracker is a proxy middleware that allows users to setup uptime monitoring for their eth2 validator client.
V-Tracker currently supports SendGrid for sending emails, its great because you get 40,000 emails for 30 days, then 100/day forever. Head over to SendGrid and get your API and follow the instructions (assumes your API key is stored as SENDGRID_API_KEY).
| Flag | Default | Description |
|---|---|---|
| -t, --target | The url tha the proxy will pass the requests too. | |
| -e, --email | The email to send notifications too. | |
| -p, --proxy-port | 8000 | The port of the proxy server. |
| --timeout-interval | 6000 | Interval to wait for a request. |
| --email-interval | 10 | Interval between emails. |
Apache 2.0