kolla-ansible/ansible/roles/storm
Doug Szumski 444097848c Support disabling Monasca alerting pipeline
The Monasca alerting pipeline provides multi-tenancy alerts and
notifications. It runs as an Apache Storm topology and generally
places a significant memory and CPU burden on monitoring hosts,
particularly when there are lot of metrics. This is fine if the
alerting service is in use, but sometimes it is not. For example
you may use Prometheus for monitoring the control plane, and
wish to offer tenants a monitoring service via Monasca without
alerting and notification functionality. In this case it makes
sense to disable this part of the Monasca pipeline and this patch
adds support for that.

If the service is ever re-enabled, all alerts and notifications
should spawn back automatically since they are persisted in the
central mysql database cluster.

Change-Id: I84aa04125c621712f805f41c8efbc92c8e156db9
2021-03-04 09:19:44 +00:00
..
defaults Support disabling Monasca alerting pipeline 2021-03-04 09:19:44 +00:00
handlers Simplify handler conditionals 2019-06-27 15:57:19 +00:00
tasks Support disabling Monasca alerting pipeline 2021-03-04 09:19:44 +00:00
templates Implement IPv6 support in the control plane 2019-10-16 10:24:35 +02:00