Skip to content

ruanbekker/loki-alerts-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loki-alerts-docker

Alerting with Loki v2 on Docker Example

Usage

Dependency is to install the loki docker driver:

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

Replace your config:

$ SLACK_WEBHOOK_URL="https://hooks.slack.com/services/xx/xx/xx" SLACK_CHANNEL="#notifications" ./parse_configs.sh

Boot the stack:

$ docker-compose up -d

Then follow the blogpost:

Releases

No releases published

Packages

No packages published

Languages