mirror of
https://gitlab.com/fabinfra/fabaccess/grafana.git
synced 2025-03-12 23:01:48 +01:00
21 lines
1009 B
Markdown
21 lines
1009 B
Markdown
# Grafana
|
|
|
|
This repository contains a `docker-compose.yml` file to create five containers at once:
|
|
|
|
# What's inside?
|
|
|
|
* [Grafana Server](https://grafana.com/docs/grafana/latest/setup-grafana/start-restart-grafana/)
|
|
* [Prometheus Server]()
|
|
* [FabAccess Prometheus Exporter](https://gitlab.com/fabinfra/fabaccess/prometheus-exporter)
|
|
* [MQTT Exporter](https://github.com/kpetremann/mqtt-exporter) for Shelly
|
|
* [MQTT Exporter](https://github.com/kpetremann/mqtt-exporter) for FabDetect
|
|
|
|
# How to install?
|
|
* Install Docker or Podman
|
|
* `cd` to the directory where your `docker-compose.yml` is located
|
|
* the use `docker-compose up` or `podman-composeup` to create the containers
|
|
|
|
# About / documentation
|
|
With this setup you may create a basic collection of your FabAccess metrics and to add some monitoring and alerting with visual dashboards by Grafana.
|
|
|
|
You will find more information about [Monitoring at the docs](https://docs.fab-access.org/books/plugins-und-schnittstellen/page/monitoring-prometheus-grafana). |