fuel-plugin-lma-collector/deployment_scripts/puppet/modules/lma_collector
Swann Croiset 1631d18891 Support several APIs per service for status determination
Change-Id: Idd45613194db6a08644d8a387e24945bbdd99993
2015-06-02 20:12:37 +00:00
..
files Support several APIs per service for status determination 2015-06-02 20:12:37 +00:00
lib/facter Collect logs from Open vSwitch 2015-03-24 18:14:31 +01:00
manifests Fix HAProxy mapping table 2015-06-02 13:26:45 +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.