Paws/Docker/Docker-Compose/Monitioring
2025-05-22 15:42:44 +02:00
..
.env.sample Monitoring Stack: add .env starting point example 2025-05-22 15:42:44 +02:00
docker-compose.yml Monitoring Stack: add prometheus nextcloud exporter 2025-05-22 15:39:30 +02:00
Dockerfile.telegraf
loki-config.yml
README.md

Monitoring Stack

This is my Monitoring Stack starting point configuration. Mainly built for use with docker/docker-compose.

Loki

Loki Docker Log Driver

To be able to send the docker container log to Loki we need to install the loki-docker-driver docker plugin. We can do so by running this command:

docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions

// or if you are running this on a Raspberry Pi

docker plugin install grafana/loki-docker-driver:arm-v7 --alias loki --grant-all-permissions