fuel-plugin-lma-collector/deployment_scripts/puppet/modules/lma_collector
Guillaume Thouvenin b58577dc8f Collect apache metrics.
- Enable apache module status
- Install collectd apache plugin

Change-Id: I92a8e1f0790b7473c224e7a7e17f6425902ea54d
2015-03-26 15:34:13 +00:00
..
files Collect apache metrics. 2015-03-26 15:34:13 +00:00
lib/facter Collect logs from Open vSwitch 2015-03-24 18:14:31 +01:00
manifests Collect apache metrics. 2015-03-26 15:34:13 +00:00
spec Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
templates Integrate collectd into the LMA collector 2015-03-13 12:01:47 +01:00
tests Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01: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.