diff --git a/modules/prometheus.nix b/modules/prometheus.nix index 928d912..51ee113 100644 --- a/modules/prometheus.nix +++ b/modules/prometheus.nix @@ -13,6 +13,11 @@ _: { scrape_interval = "30s"; static_configs = [{targets = ["localhost:9100"];}]; } + { + job_name = "traefik"; + scrape_interval = "30s"; + static_configs = [{targets = ["100.87.54.48:8080"];}]; + } ]; exporters = { node = {