fuel-plugin-lma-collector/contrib
Simon Pasquier d7c011d613 Fix ShellCheck warnings
This change fixes all problems reported by ShellCheck [1] which is a
nice linting tool for sh/bash scripts.

[1] http://www.shellcheck.net/about.html

Change-Id: I7104597e309fed5a4d52f5fc39ab0f4350fb3217
2015-05-07 10:11:02 +02:00
..
common Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
elasticsearch Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
influxdb Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
ui Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
README.md s/ElasticSearch/Elasticsearch/ where appropriate 2015-04-23 15:50:06 +02:00
install.sh Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00

README.md

The scripts in this directory can be used to deploy the additional systems that are running along with the Logging, Monitoring and Alerting collector.

Pre-requisites

The scripts require the Docker runtime.

Elasticsearch

Elasticsearch is used to store and index the logs and notifications gathered by the LMA collector.

To install the Elasticsearch stack, see (elasticsearch/README.md).

InfluxDB

InfluxDB is used to store the metrics reported by the LMA collector.

To install the InfluxDB stack, see (influxdb/README.md).

LMA dashboards

The LMA dashboards are based on:

  • Kibana for displaying and querying data in Elasticsearch.

  • Grafana for displaying and querying data in InfluxDB.

To install the dahsboards, see (ui/README.md).