fuel-plugin-lma-collector/deployment_scripts/puppet/modules/lma_collector
Jenkins a81333363d Merge "Add collectd for CentOS platforms" 2015-04-23 15:12:11 +00:00
..
files Add collectd for CentOS platforms 2015-04-22 15:06:48 +02:00
lib/facter Collect logs from Open vSwitch 2015-03-24 18:14:31 +01:00
manifests Merge "Add collectd for CentOS platforms" 2015-04-23 15:12:11 +00:00
spec Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
templates Wait for rabbitmq before starting lma_collector 2015-04-22 14:36:51 +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.