summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bs3131@att.com>2015-09-03 06:55:36 -0700
committerblsaws <bs3131@att.com>2015-09-03 06:55:36 -0700
commit81d78f16dcc26e45971005751b12bddfc4ee0d3f (patch)
tree39453086b1d0db05e1eca6b66c1042e6ff48be6f
parent60392a5c6546346fec2707a5d3d4d561b33aeff0 (diff)
More info on implementation options.
JIRA: COPPER-5 Change-Id: I5c079f4804c22d7a71753c6b834fa7a7b60393e0 Signed-off-by: blsaws <bs3131@att.com>
-rw-r--r--design_docs/requirements.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design_docs/requirements.rst b/design_docs/requirements.rst
index 90ccc5e..ee88b3c 100644
--- a/design_docs/requirements.rst
+++ b/design_docs/requirements.rst
@@ -57,7 +57,7 @@ Generic policy requirements address conditions related to resource state and eve
* Compliance auditing: Periodic auditing of state against policies.
Upstream projects already include multiple ways in which configuration conditions can be monitored and responded to:
- * OpenStack `Congress <https://wiki.openstack.org/wiki/Congress>`_ provides a table-based mechanism for state monitoring and proactive/reactive policy enforcement, including (as of the Kilo release) data obtained from internal databases of Nova, Neutron, Ceilometer, Cinder, Glance, Keystone, and Swift. The Congress design approach is also extensible to other VIMs (e.g. SDNCs) through development of data source drivers for the new monitored state information.
+ * OpenStack `Congress <https://wiki.openstack.org/wiki/Congress>`_ provides a table-based mechanism for state monitoring and proactive/reactive policy enforcement, including (as of the Kilo release) data obtained from internal databases of Nova, Neutron, Ceilometer, Cinder, Glance, Keystone, and Swift. The Congress design approach is also extensible to other VIMs (e.g. SDNCs) through development of data source drivers for the new monitored state information. See `Stackforge Congress Data Source Translators <https://github.com/stackforge/congress/tree/master/congress/datasources>`_, `congress.readthedocs.org <http://congress.readthedocs.org/en/latest/cloudservices.html#drivers>`_, and the `Congress specs <https://github.com/stackforge/congress-specs>`_ for more info.
* OpenStack `Ceilometer <https://wiki.openstack.org/wiki/Ceilometer>`_ provides means to trigger alarms upon a wide variety of conditions derived from its monitored OpenStack analytics.
* `Nagios <https://www.nagios.org/#/>`_ "offers complete monitoring and alerting for servers, switches, applications, and services".