Go to file
2024-07-10 19:49:08 +02:00
conf grafana: update dashboards 2024-03-16 12:13:30 +01:00
.gitignore init 2022-04-22 20:33:06 +02:00
docker-compose.yml chore(deps): update prom/prometheus docker tag to v2.53.1 2024-07-10 19:49:08 +02: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