Event-based Debugging, Monitoring and Billing solution for OpenStack.
Go to file
Andrew Melton 78df77249a Merge pull request #274 from ramielrowe/docs
Moving batch ping back call to top of docs
2014-01-17 09:16:10 -08:00
docs Moving batch ping back call to top of docs 2014-01-17 12:15:28 -05:00
etc Adding usage verification docs 2014-01-16 15:19:03 -05:00
migrations - Converted migration to South data migration 2013-06-24 20:23:32 +05:30
reports adding the new status counts to usage audit 2013-12-20 12:17:21 +05:30
scripts Added script to populate instance_flavor_id 2013-10-29 22:27:36 +05:30
stacktach Merge pull request #251 from manalilatkar/stacktach_down_scenario 2014-01-06 07:48:11 -08:00
static upgrade to StackTach v2 2012-10-26 15:00:50 -03:00
templates Adding request_id to search options 2013-06-12 16:35:08 -04:00
tests Merge pull request #251 from manalilatkar/stacktach_down_scenario 2014-01-06 07:48:11 -08:00
util Updating glance usage seed to work with latest code 2014-01-09 14:32:17 -05:00
verifier Merge pull request #251 from manalilatkar/stacktach_down_scenario 2014-01-06 07:48:11 -08:00
worker Fixing logging 2013-11-07 10:12:55 -05:00
__init__.py started extracting code 2012-02-20 11:54:13 -08:00
.gitignore Added db APIs for Glance 2013-12-12 13:00:46 +05:30
.travis.yml Disabling travis emails 2013-09-13 13:21:33 -04:00
manage.py Increased list of fields that are verified 2013-06-24 18:57:18 +05:30
README.md messing with readthedocs.org 2014-01-16 20:04:00 +00:00
run_integration_tests.sh Unit tests for RawData parsing 2013-01-25 16:04:21 -05:00
run_tests_venv.sh Adding support for venv test running. 2013-08-07 14:56:29 +00:00
run_tests.sh Erasing coverage datafile on each run 2013-06-18 14:47:27 -04:00
settings.py - Added logic to populate generic rawdata and glance rawdata 2013-07-18 13:52:58 +05:30
urls.py novastats and other site templates 2012-02-29 07:46:37 -06:00

Build Status

StackTach

StackTach is a debugging / monitoring utility for OpenStack ([Open]StackTach[ometer]). StackTach can work with multiple datacenters including multi-cell deployments.

Watch the video here: http://www.youtube.com/watch?v=pZgwDHZ3wm0

Overview

OpenStack has the ability to publish notifications to a RabbitMQ exchange as they occur. So, rather than pouring through reams of logs across multiple servers, you can now watch requests travel through the system from a single location.

A detailed description of the notifications published by OpenStack is available here

Documentation

cd into the docs directory and run make html to get the installation and API docs. Or you can view the rst files directly here