fuel-plugin-influxdb-grafana/deployment_scripts/puppet/modules/lma_monitoring_analytics
Simon Pasquier 2c8b6c5e0b Add the option to store the InfluxDB WAL in memory
This change adds a new option to the Fuel UI to store the InfluxDB WAL
files in memory. This greatly improves write performances but it may
lead to data loss in case of server crash.

The WAL partition will use 10% of the total RAM (but no more than 4GB).

DocImpact

Change-Id: I6153cd24322ef3eab53505bf4cb1f72d9594ec04
2016-09-30 10:56:02 +02:00
..
lib/puppet Modify the check of the hostname in SSL certificate 2016-08-17 09:14:47 +02:00
manifests Add the option to store the InfluxDB WAL in memory 2016-09-30 10:56:02 +02:00
spec Modify the check of the hostname in SSL certificate 2016-08-17 09:14:47 +02:00
templates Split Nova, Neutron and Cinder status by control/data plane 2016-09-26 15:08:42 +00:00
.fixtures.yml Upgrade Grafana Puppet module to 2.5.0 2016-06-07 17:06:54 +02:00
.gitignore Add tox environment to test Puppet manifests 2015-10-09 10:58:49 +02:00
Gemfile Pin the puppetlabs_spec_helper version 2016-08-24 11:14:09 +02:00
LICENSE Install Grafana with nginx. 2015-03-26 11:35:47 +01:00
README.md Install Grafana with nginx. 2015-03-26 11:35:47 +01:00
Rakefile Fix Rakefile regarding lint usage 2016-06-21 17:32:27 +02:00
metadata.json Fix metadata.json of lma_monitoring_analytics 2016-06-22 14:22:54 +02:00

README.md

LMA Monitoring Analytics module for Puppet

Description

Puppet module for configuring the Grafana dashboard and InfluxDB.

Usage

class {'lma_monitoring_analytics':
  influxdb_dbname   => 'lma',
  influxdb_username => 'lma',
  influxdb_userpass => 'password',
  influxdb_rootpass => 'password',
}

Limitations

None.

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Guillaume Thouvenin, gthouvenin@mirantis.com

Support

See the Contact section.