Monsyne Dragon 3e4eb35653 Fix db reconnect issue under django 1.6+
Django's orm layer will not auto-reconnect after it looses
the connection to the mysql server, until you manually close the
database connection in django 1.6 and above.

(see: https://code.djangoproject.com/ticket/21597)

This is an issue for persistant connections, as MySQL will timeout
inactive connections, and any loss of the db connection will cause
the stacktach worker to simply repeat the error
"MySQL server has gone away" until restarted.

This fix will allow the stacktach worker to properly reconnect.

Change-Id: I0b0bc75b7e21fd183f3b0e7a55d727ff98d6f02b
2014-07-25 19:38:21 +00:00
2014-03-19 15:19:09 +04:00
2014-03-28 11:47:16 -03:00
2014-05-30 17:03:54 +05:30
2014-01-06 11:14:03 -05:00
2014-05-30 17:03:54 +05:30
2012-10-26 15:00:50 -03:00
2014-03-28 11:47:16 -03:00
2014-03-28 11:47:16 -03:00
2013-12-12 13:00:46 +05:30
2013-09-13 13:21:33 -04:00
2014-03-28 11:47:16 -03:00
2014-01-17 18:40:19 +00:00
2014-01-17 17:50:13 +00:00
2014-03-28 11:47:16 -03:00
2014-03-28 11:47:16 -03: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

http://stacktach.readthedocs.org/

Description
Event-based Debugging, Monitoring and Billing solution for OpenStack.
Readme 1.2 MiB
Languages
Python 94.3%
PLpgSQL 3.9%
HTML 0.8%
Shell 0.5%
JavaScript 0.3%
Other 0.2%