From 9b536e0133bbaac7bc55979b4627aa429020741a Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sun, 26 May 2024 21:46:33 +0200 Subject: [PATCH] notice-me-senpai: add more scrapers for tetra-zw --- hosts/notice-me-senpai/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/notice-me-senpai/grafana.nix b/hosts/notice-me-senpai/grafana.nix index 83dbee8..347947e 100644 --- a/hosts/notice-me-senpai/grafana.nix +++ b/hosts/notice-me-senpai/grafana.nix @@ -89,7 +89,7 @@ in { job_name = "tetra-zw-burst-count"; static_configs = [{ - targets = [ "10.13.37.11:9030" ]; + targets = [ "10.13.37.11:9030" "10.13.37.11:9040" "10.13.37.11:9050" "10.13.37.11:9060" ]; }]; scrape_interval = "10s"; }