X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=doc%2FMON_install_guide.rst;h=272e630d3b609128d23f1d5f3c285ad7a9d34421;hb=5bfefee3cbee3e28ed0912c5acf6e387a8099dd4;hp=586fe2aa6b864677a432a9a26be3ae3fc2afa6a0;hpb=375f07c018e209ae54391d4d0cb4898d4bdb79b4;p=osm%2FMON.git diff --git a/doc/MON_install_guide.rst b/doc/MON_install_guide.rst index 586fe2a..272e630 100644 --- a/doc/MON_install_guide.rst +++ b/doc/MON_install_guide.rst @@ -84,21 +84,22 @@ please refer to the following documentation: These documents will also describe what alarming and monitoring functionality the plugins support. -* To run the Gnocchi plugin run the following command: +* The Gnocchi and Aodh plugins work from a common KafkaConsumer that checks for + the appropriate topics and keys. To run this consumer: :: - lxc exec MON - python /root/MON/plugins/OpenStack/Gnocchi/plugin_instance.py + lxc exec MON - python /root/MON/osm_mon/core/message_bus/common_consumer -* To run the Aodh plugin run the following command: +* To enable Aodh alarm notifications to be sent to SO: :: - lxc exec MON - python /root/MON/plugins/OpenStack/Aodh/plugin_instance.py + 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