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.
- Host: GitHub
- URL: https://github.com/cvan/prana
- Owner: cvan
- Created: 2012-07-15T11:58:41.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-24T00:36:17.000Z (over 13 years ago)
- Last Synced: 2025-03-24T09:50:19.566Z (about 1 year ago)
- Language: Python
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`