/trafficlights

WIP - Check back soon

Primary LanguagePython

trafficlights

Simple web dashboard for displaying status of web pages.

pip install -r requirements.txt
python manage.py runserver

TODO

- Add logging into both web service and node
- Add node into management script
- A LOT of error handling.
  • Look into logging, in a standard format to stdout/stderr
  • Add HTTPAuth for post requests from clients.
  • Work out workflow for agent connections.
  • Clean up agent side.
  • Add agent into management script.
  • Explore options for object storage.

api

  • custom error handlers for api using json response.
  • setup authentication.