gmr / Cony
- Source
- Commits
- Network (2)
- Issues (0)
- Wiki (1)
- Graphs
-
Branch:
master
Brian Rosner (author)
Tue Oct 06 22:51:09 -0700 2009
Cony /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue Jun 16 15:22:30 -0700 2009 | |
| |
README | Wed Oct 07 02:01:59 -0700 2009 | |
| |
assets/ | Tue Jun 16 20:14:49 -0700 2009 | |
| |
cony.py | Tue Oct 06 14:54:41 -0700 2009 | |
| |
cony.yaml | Tue Jun 16 20:04:06 -0700 2009 |
README
Cony - a HTTP based service for providing insight into running RabbitMQ processes Author: Gavin M. Roy <gmr@myyearbook.com> License: New BSD License Requirements: - Python 2.5+ - py_interface - pyyaml Installation: Install py_interface and pyyaml, edit the cony.yaml file setting the information such as the erlang cookie and rabbitmq node you'd like this daemon to provide data for. Currently it can only monitor one node per daemon, and as such it is intended to be run on the same machine as the rabbitmq node you are monitoring Web UI: Access to the real-time monitoring web ui is done by browsing to the default page. Example: http://rabbitmqnode:8080 Raw Data Access: Data is returned in JSON format and accessed via HTTP Get. Current commands: /stats - Returns all stats gathered for a node /stats/list_queues - Returns all queue stats
