No description
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| conf | ||
| .gitignore | ||
| .woodpecker.yaml | ||
| docker-compose.yml | ||
| README.md | ||
| renovate.json | ||
| update.sh | ||
Docker monitoring stack
Includes
- prometheus
- grafana
- alertmanager
- node-exporter
- blackbox-exporter
- cadvisor
Prerequisites
- docker
- docker compose
- traefik with network
Steps
-
Create .env file
GRAFANA_PASSWORD=SECURE_PASSWORD HOST_SUFFIX=xxx.local TZ=Europe/Paris -
Copy alertmanager.tmpl to alertmanager.yml
- Set telegram bot_token and chat_id
-
Deploy the stack
docker compose up -d