fuel-plugin-influxdb-grafana/deployment_scripts/puppet/modules/lma_monitoring_analytics
Guillaume Thouvenin d1a7b16528 Modify the check of the hostname in SSL certificate
This patch modifies the check of the hostname within the SSL certificate
to support certificate with wildcard.

Change-Id: Ib4670f87cd2cc907bfd708692e93dd7cc3181f90
Closes-Bug: #1608665
2016-08-17 09:14:47 +02:00
..
lib/puppet Modify the check of the hostname in SSL certificate 2016-08-17 09:14:47 +02:00
manifests Install the version that is coming with the plugin 2016-07-18 07:38:58 +00:00
spec Modify the check of the hostname in SSL certificate 2016-08-17 09:14:47 +02:00
templates Rework RabbitMQ dashboard 2016-07-11 17:09:59 +02: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 Bootstrap testing of Puppet modules 2015-08-13 16:27:11 +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.