RETIRED, Fuel plugin to collect Logging Monitoring and Alerting metrics
Go to file
Swann Croiset 346425f04d Increase the Heka poolsize on controllers
On controller nodes, the Heka poolsize must be increased to handle the load
generated by derived metrics from logs otherwise a deadlock
can happen in the filter plugins and block heka.

Fixes-bug: #1557388
(cherry picked from commit 96df47af73)

Conflicts:
	deployment_scripts/puppet/manifests/base.pp
	deployment_scripts/puppet/modules/lma_collector/manifests/init.pp

Change-Id: I74362011d32d413f244c6cdb6e4625ed96759df0
2016-04-06 11:05:42 +02:00
contrib Add script to stop services and remove the Heka package 2016-03-30 10:42:01 +02:00
deployment_scripts/puppet Increase the Heka poolsize on controllers 2016-04-06 11:05:42 +02:00
doc Update release notes for 0.8.1 2016-03-30 16:48:56 +02:00
repositories Add a tox environment to build the plugin 2015-09-08 18:28:28 +02:00
specs s/ElasticSearch/Elasticsearch/ where appropriate 2015-04-23 15:50:06 +02:00
.gitignore Add a tox environment to build the plugin 2015-09-08 18:28:28 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:24:08 +00:00
LICENSE Add appendix to LICENSE 2015-06-19 18:45:30 +02:00
README.md Remove readme info duplicates with the documentation 2015-11-17 13:50:11 +00:00
deployment_tasks.yaml Upgrade package_version to v3.0.0 2016-01-14 09:22:44 +01:00
environment_config.yaml Switch to InfluxDB 0.9 mode 2015-08-17 11:12:25 +02:00
functions.sh Add Pacemaker Puppet modules 2015-08-14 17:07:04 +02:00
metadata.yaml Remove support for MOS 8 2016-02-10 14:49:12 +01:00
pre_build_hook Upgrade Heka to 0.10.0 2016-03-23 17:56:31 +00:00
tasks.yaml Generate Hiera data as soon as possible 2015-10-21 17:01:05 +02:00
test-requirements.txt Add a tox environment to build the plugin 2015-09-08 18:28:28 +02:00
tox.ini Add test plan to the project 2015-11-12 10:49:01 +00:00

README.md

The Logging, Monitoring and Alerting (LMA) Collector Plugin for Fuel

The LMA Collector Plugin for Fuel is used to install and configure the LMA Collector in OpenStack environments deployed by Fuel.

The LMA Collector is an advanced monitoring agent solution that should be installed on each of the OpenStack nodes you want to monitor.

Please check the LMA Collector Plugin Overview section of the plugin's documentation for additional details.

Release Notes

The release notes of the LMA Collector Plugin are provided in the Release Notes section of the plugin documentation.

Requirements

The LMA Collector Plugin requirements are defined in the Requirements section of the plugin documentation.

Known issues

The LMA Toolchain's related issues are listed on Launchpad.

Limitations

The LMA Collector Plugin limitations are described in the Limitations section of the plugin documentation.

Installation

The installation instructions of the LMA Collector Plugin are provided in the Installation section of the plugin documentation.

User Guide

Instructions for how to configure the plugin and the alarms are provided in the Configuration Guide and Alarms Configuration Guide of the plugin documentation.

Communication

The OpenStack Development Mailing List is the preferred way to communicate with the members of the project. Emails should be sent to openstack-dev@lists.openstack.org with the subject prefixed by [fuel][plugins][lma].

Reporting Bugs

Bugs should be filed against the LMA Toolchain project on Launchpad (not Github!).

Contributing

If you would like to contribute to the development of this plugin, you must follow the OpenStack development workflow instructions.

Patch reviews take place on the OpenStack Gerrit system.

Contributors