From 501297ca5d841b08afeaa040beb65d547e2cec49 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 17 Oct 2023 00:47:58 -0400 Subject: [PATCH] prometheus: enable traefik job --- modules/prometheus.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {