Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 876 Bytes

README.rst

File metadata and controls

24 lines (18 loc) · 876 Bytes

Power Scout

Thingy to ingest into graphite my power data. Written using Python 3.6 and Japronto. I use supervisord to run it.

Capabilities

  • 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

Development

$ python3.10 -m pip install --user invoke
$ invoke setup
$ . python/bin/activate
(python) $ ...