Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actuallymentor/rocketpool-daily-briefing-addon
https://github.com/actuallymentor/rocketpool-daily-briefing-addon
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/actuallymentor/rocketpool-daily-briefing-addon
- Owner: actuallymentor
- Created: 2023-04-10T09:10:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-10T09:12:02.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:01:25.011Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocketpool daily briefing addon
This is an add-on to the Rocket Pool startnode stack. It sends a daily notification with basic statistics about your node, including:
- ETH generated over the last 24h
- RPL collateral ratio
- whether a sync committee is active/expected
- whether system/Rocket Pool updates are available
- percentage disk space usedThe push notifications are sent using [pushover](https://pushover.net/), so you will need to have their app installed.
## Technical details
The docker container runs a cron job that queries the Prometheus statistics that are exposed by Rocket Pool. The same cronjob then sends a daily notification to your devices, using the pushover API.