fuel-plugin-lma-collector/deployment_scripts/puppet/modules/lma_collector
Simon Pasquier 04466f98e3 Add missing license headers
Change-Id: I6bd2fa448c48566ece03a9f31a0599454a672ce4
(cherry picked from commit 364a8dc50b)
2015-06-19 10:48:37 +02:00
..
files Disable pmap metrics for RabbitMQ 2015-06-08 12:01:43 +02:00
lib/facter Add missing license headers 2015-06-19 10:48:37 +02:00
manifests Add missing license headers 2015-06-19 10:48:37 +02:00
spec Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
templates Merge "Report standard and meaningful names for the HAproxy backends" 2015-05-29 11:30:45 +00: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 s/ElasticSearch/Elasticsearch/ where appropriate 2015-04-23 15:50:06 +02: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.