fuel-plugin-lma-collector/deployment_scripts/puppet/modules/lma_collector
Simon Pasquier 3d71e776b4 Add Apache license headers to Puppet manifests
This change fixes the text of the LICENSE file too.

Change-Id: Iaebc5a8fc174b4bfe12fa0fb917c6de79ebba334
2015-04-20 15:21:17 +02:00
..
files Fix OpenStack log decoder on invalid input 2015-04-16 18:48:58 +02:00
lib/facter Collect logs from Open vSwitch 2015-03-24 18:14:31 +01:00
manifests Add Apache license headers to Puppet manifests 2015-04-20 15:21:17 +02:00
spec Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
templates Add MySQL cluster metrics 2015-04-16 13:00:47 +02:00
tests Add Apache license headers to Puppet manifests 2015-04-20 15:21:17 +02:00
LICENSE Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
README.md Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
metadata.json Collect apache metrics. 2015-03-26 15:34:13 +00:00

README.md

LMA collector module for Puppet

Description

Puppet module for configuring the Logging, Monitoring and Alerting collector.

Usage

To deploy the LMA collector service on a host and forward collected data to ElasticSearch and/or InfluxDB servers.

# Configure the common components of the collector service
class {'lma_collector':
  tags => {
    tag_A => 'some value'
  }
}

# Collect system logs
class { 'lma_collector::system_logs':
}

# Send data to ElasticSearch
class { 'lma_collector::elasticsearch':
  server => '10.20.0.2'
}

Limitations

This module supports only Fuel-based deployments using Neutron.

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Simon Pasquier, spasquier@mirantis.com

Support

See the Contact section.