Playbook: Monitoring Pipeline Setup¶
Goal¶
Deploy or expand a monitoring stack (Prometheus, Grafana, exporters) for infrastructure visibility.
Steps¶
- Install Prometheus
- Use Docker Compose or native binary
-
Add scrape targets (e.g. Node Exporter)
-
Install Grafana
- Connect to Prometheus
-
Import dashboards
-
Configure exporters
-
Node, Traefik, PostgreSQL, custom apps
-
Add alert rules
-
High CPU, memory, disk, down targets
-
Test alert pipeline
- AlertManager → Email/Slack/Telegram
Output¶
Operational observability stack, alert coverage, and dashboards for all critical services.