Thingy to ingest into graphite my power data. Written using Python 3.6 and Japronto. I use supervisord to run it.
- Handle HTTP posts from the Rainforest Eagle when configured as a LOCAL "Cloud" service.
- You can try it in their cloud solution if you open up a tunnel to it.
- Advise you run it locally.
- Aggressively query/scrape an APC BackUPS Pro 500.
- Ingest metrics from the above into Graphite
- Write snapshot data into Redis
$ python3.10 -m pip install --user invoke
$ invoke setup
$ . python/bin/activate
(python) $ ...