Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dutterbutter/v-tracker
- Owner: dutterbutter
- License: other
- Created: 2019-11-10T05:40:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:24:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:32:05.853Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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