X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=doc%2FOpenStack%2Fopenstack_plugins.rst;fp=doc%2FOpenStack%2Fopenstack_plugins.rst;h=f67fd1710596d0f07bd1723ccbccf785fa2a1e18;hb=375f07c018e209ae54391d4d0cb4898d4bdb79b4;hp=0000000000000000000000000000000000000000;hpb=43d56d6c342d2a83d9d12f9cc25785b443ecb394;p=osm%2FMON.git diff --git a/doc/OpenStack/openstack_plugins.rst b/doc/OpenStack/openstack_plugins.rst new file mode 100644 index 0000000..f67fd17 --- /dev/null +++ b/doc/OpenStack/openstack_plugins.rst @@ -0,0 +1,57 @@ +.. + # Copyright 2017 Intel Research and Development Ireland Limited + # ************************************************************* + # This file is part of OSM Monitoring module + # All Rights Reserved to Intel Corporation + # + # Licensed under the Apache License, Version 2.0 (the "License"); you + # may not use this file except in compliance with the License. You may + # obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + # implied. See the License for the specific language governing + # permissions and limitations under the License. + # + # For those usages not covered by the Apache License, Version 2.0 please + # contact: helena.mcgough@intel.com or adrian.hoban@intel.com + +OpenStack Plugin Guide +********************** +The OSM MON module provides support for two different OpenStack plugins that +provide monitoring functionality. The Gnocchi plugin implements metric +functionality, whilst the Aodh plugin supports alarming functionality. + +Gnocchi +------- +Gnocchi is a timeseries, metrics and resources database, which allows you to +store and access the information and history of resources and their metrics. + +For more information on Gnocchi please refer to the source code/documentation: + + :: + + https://github.com/gnocchixyz/gnocchi + +For plugin specific instructions and configuration options please refer to the +following guide: +: `` + +Aodh +---- +Aodh is OpenStack's alarming project, it enables alarms to be created based on +Gnocchi metrics. Rules can be defined for these metrics to create these alarms. + +For more information on this project please refer to the source +code/documentation: + + :: + + https://github.com/openstack/aodh + +For plugin specific instructions and configuration options please refer to the +following guide: +: ``