Refactored the Aodh notifier class
- Included alarm actions to send notification to SO
- Utilizes Aodh's webhook option for alarm_actions
- Included additional tests for this change
- Updated documentation
Change-Id: Ia3f2e2fa2ffee0cc66a80d5098d52b7da2be2dbe
Signed-off-by: Helena McGough <helena.mcgough@intel.com>
diff --git a/doc/MON_install_guide.rst b/doc/MON_install_guide.rst
index 57b79d3..22d4764 100644
--- a/doc/MON_install_guide.rst
+++ b/doc/MON_install_guide.rst
@@ -89,11 +89,17 @@
::
- lxc exec MON - python /root/MON/core/message_bus/common_consumer.py
+ lxc exec MON - python /root/MON/osm_mon/core/message_bus/common_consumer.py
+
+* To enable Aodh alarm notifications to be sent to SO:
+
+ ::
+
+ lxc exec MON - python /root/MON/osm_mon/plugins/OpenStack/Aodh/notifier.py
CloudWatch
~~~~~~~~~~
-The MON container supports a CloudWatch plugin as well.
+The MON container supports a CloudWatch plugin on installation.
Verification