https://github.com/devries/aurora
This utility queries the NOAA/NWS space weather prediction center for current geomagnetic storm activity and exports that data in prometheus format.
https://github.com/devries/aurora
Last synced: 5 months ago
JSON representation
This utility queries the NOAA/NWS space weather prediction center for current geomagnetic storm activity and exports that data in prometheus format.
- Host: GitHub
- URL: https://github.com/devries/aurora
- Owner: devries
- License: mit
- Created: 2021-11-04T19:38:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T18:40:33.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T13:54:56.064Z (9 months ago)
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aurora
[](https://goreportcard.com/report/github.com/devries/aurora)
The aurora service is a server which provides geomagnetic storm
information in Prometheus format provided by querying the [NOAA/NWS Space
Weather Prediction Center](https://www.swpc.noaa.gov/). The API is queried each
time the Prometheus endpoint (at /metrics) is queried. The shell installer can
automatically add a systemd unit file and start the server.
I made this because I was tired of missing geomagnetic storm alerts, and I
really want to see the Aurora Borealis some day. I figure if I set up alerts
on the same system I use to monitor my infrastructure it will help.