diff --git a/hosts/rico0/services/apps/prometheus.nix b/hosts/rico0/services/apps/prometheus.nix index fcc5814..9e5ea23 100644 --- a/hosts/rico0/services/apps/prometheus.nix +++ b/hosts/rico0/services/apps/prometheus.nix @@ -12,6 +12,14 @@ _: { enable = true; listenAddress = "127.0.0.1"; port = 9090; + alertmanagers = [ + { + scheme = "https"; + static_configs = [ + { targets = [ "alertmanager.labs.adtya.xyz" ]; } + ]; + } + ]; scrapeConfigs = [ { job_name = "postgres";