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

https://github.com/cvan/prana

Monitor your vital services with automated heartbeat checks.
https://github.com/cvan/prana

Last synced: about 1 year ago
JSON representation

Monitor your vital services with automated heartbeat checks.

Awesome Lists containing this project

README

          

prana
=====

Monitor your vital services with automated heartbeat checks.

Requirements:

* Python (tested with 2.6)
* redis server (tested with 2.2.8) -- `brew install redis`

Run these processes:

* `python index.py` (for flask server)
* `python lesswatch.py` (for LESS CSS minification)
* `rqworker` (for worker daemon)

To watch what's going into redis:

* `redis-cli monitor`