fuel-plugin-lma-collector/deployment_scripts/puppet/modules/lma_collector
Jenkins a2704f9281 Merge "Configure HAProxy to forward to the aggregator" 2015-08-26 12:44:28 +00:00
..
files Configure HAProxy to forward to the aggregator 2015-08-24 14:16:52 +02:00
lib/facter Configure Pacemaker to manage the LMA collector 2015-08-14 20:44:17 +02:00
manifests Merge "Configure HAProxy to forward to the aggregator" 2015-08-26 12:44:28 +00:00
spec Merge "Configure HAProxy to forward to the aggregator" 2015-08-26 12:44:28 +00:00
templates Move Pacemaker resources monitoring to collectd 2015-07-31 10:03:40 +02:00
tests Add Apache license headers to Puppet manifests 2015-04-20 15:21:17 +02:00
.fixtures.yml Upgrade to v4.1.2 of the Puppet collectd module 2015-08-24 18:24:16 +02:00
.gitignore Remove Gemfile.lock 2015-08-19 15:48:14 +02:00
Gemfile Improve Puppet tests 2015-08-18 11:08:55 +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
Rakefile Add initial tests for the Puppet modules 2015-08-17 12:08:13 +02:00
metadata.json Improve Puppet tests 2015-08-18 11:08:55 +02: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.