Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dutterbutter/v-tracker

A service that you can point at a validator and it notifies you if the validator is offline via email and also notifies you when the validator is back online.
https://github.com/dutterbutter/v-tracker

Last synced: 3 days ago
JSON representation

A service that you can point at a validator and it notifies you if the validator is offline via email and also notifies you when the validator is back online.

Awesome Lists containing this project

README

        

# V-Tracker
V-Tracker is a proxy middleware that allows users to setup uptime monitoring for their eth2 validator client.

# Setup
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](www.sendgrid.com) and get your API and follow the instructions (assumes your API key is stored as SENDGRID_API_KEY).

# CLI Options
|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.|

# License
Apache 2.0