Application to monitor the metrics of the HomeLab infrastructure using Prometheus and Grafana.
Application is being deployed by Homelab-IaC
- Set configuration for each of components(
prometheus
,grafana
, etc...)alertmanager
needs SLACK_WEBHOOK_URL which can not be directly set inalertmanager.yml
file. You need to setsed -i
command orenvsubst
command in your CD workflows separately.
- Run
docker compose up -d
in the root directory of the repository