From b90c55345a9adfa5108416a584b65f475113f4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Mon, 7 Oct 2024 19:21:59 +0200 Subject: [PATCH] Add every host on prometheus config --- services/grafana/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/grafana/default.nix b/services/grafana/default.nix index 7430310..c9f73d0 100644 --- a/services/grafana/default.nix +++ b/services/grafana/default.nix @@ -99,6 +99,12 @@ in targets = [ "192.168.1.90:9100" ]; }]; } + { + job_name = "opportunity"; + static_configs = [{ + targets = [ "192.168.1.125:9100" ]; + }]; + } { job_name = "gitea"; static_configs = [{