No description
Find a file
Renovate Bot 741f2d6a65
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore(deps): update grafana/grafana docker tag to v11.6.0
2025-03-25 22:01:11 +01:00
conf chore: upd alerts 2025-01-28 22:17:57 +01:00
.gitignore chore: add custom scrape 2025-01-06 08:51:34 +01:00
.woodpecker.yaml chore(deps): update docker docker tag to v28.0.2 2025-03-20 22:01:12 +01:00
docker-compose.yml chore(deps): update grafana/grafana docker tag to v11.6.0 2025-03-25 22:01:11 +01:00
README.md feat(traefik): add traefik annotation 2022-04-24 10:38:47 +02:00
renovate.json chore(renovate): use common conf 2024-05-03 12:48:38 +02:00
update.sh upd deps 2024-01-04 19:32:18 +01:00

Docker monitoring stack

Includes

  • prometheus
  • grafana
  • alertmanager
  • node-exporter
  • blackbox-exporter
  • cadvisor

Prerequisites

  • docker
  • docker compose
  • traefik with network

Steps

  1. Create .env file

    GRAFANA_PASSWORD=SECURE_PASSWORD
    HOST_SUFFIX=xxx.local
    TZ=Europe/Paris
    
  2. Copy alertmanager.tmpl to alertmanager.yml

    • Set telegram bot_token and chat_id
  3. Deploy the stack

    docker compose up -d