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

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.

Awesome Lists containing this project

README

          

# aurora

[![Go Report Card](https://goreportcard.com/badge/github.com/devries/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.