From 6159f8ebb7b046f9b21ef45428c074a737799942 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 18 May 2024 10:27:26 +0200 Subject: [PATCH] notice-me-senpai: add prometheus scrape config for tetra-zw --- hosts/notice-me-senpai/grafana.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/notice-me-senpai/grafana.nix b/hosts/notice-me-senpai/grafana.nix index a942788..a575098 100644 --- a/hosts/notice-me-senpai/grafana.nix +++ b/hosts/notice-me-senpai/grafana.nix @@ -75,6 +75,12 @@ in targets = [ "10.13.37.5:10012" ]; }]; } + { + job_name = "tetra-zw-signal-strength"; + static_configs = [{ + targets = [ "10.13.37.11:9020" ]; + }]; + } ]; }; # log collector