X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=doc%2FMON_install_guide.rst;h=5265e5991363b5d088d95a684cd44381ea201e9e;hb=refs%2Fchanges%2F58%2F6958%2F1;hp=57b79d312315db11628b7a6605337304579ff619;hpb=fe92f84dab8052613b18fbc40dfb12d8bc8721e0;p=osm%2FMON.git diff --git a/doc/MON_install_guide.rst b/doc/MON_install_guide.rst index 57b79d3..5265e59 100644 --- a/doc/MON_install_guide.rst +++ b/doc/MON_install_guide.rst @@ -84,16 +84,33 @@ please refer to the following documentation: These documents will also describe what alarming and monitoring functionality the plugins support. +The following steps will allow you to use the plugins: + +* Pass your openstack deployment credentials to the MON container: + + :: + + lxc exec MON -- export OS_AUTH_URL= + lxc exec MON -- export OS_PASSWORD= + lxc exec MON -- export OS_TENANT_NAME= + lxc exec MON -- export OS_USERNAME= + * 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/core/message_bus/common_consumer.py + lxc exec MON -- nohup python /root/MON/osm_mon/core/message_bus/common_consumer.py > /root/MON_plugins.log 2>&1 & + +* To enable Aodh alarm notifications to be sent to SO: + + :: + + lxc exec MON - nohup 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 @@ -110,3 +127,9 @@ Verification :: lxc exec MON -- service kafka status + +* To check the logs of the plugins: + + :: + + lxc exec MON -- tail -f /root/MON_plugins.log