From 3d19acf448ecb78a4302bef2e9a617276de54b6b Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 24 Jun 2025 11:37:18 -0500 Subject: [PATCH] add more systems to monitoring --- hosts/h001/mods/monitoring.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hosts/h001/mods/monitoring.nix b/hosts/h001/mods/monitoring.nix index cf4431a..544ffec 100644 --- a/hosts/h001/mods/monitoring.nix +++ b/hosts/h001/mods/monitoring.nix @@ -18,6 +18,22 @@ targets = [ "lio.net.joshuabell.xyz:9100" ]; labels.instance = "lio"; } + { + targets = [ "oren.net.joshuabell.xyz:9100" ]; + labels.instance = "oren"; + } + { + targets = [ "gp3.net.joshuabell.xyz:9100" ]; + labels.instance = "gp3"; + } + { + targets = [ "h002.net.joshuabell.xyz:9100" ]; + labels.instance = "h002"; + } + { + targets = [ "o001.net.joshuabell.xyz:9100" ]; + labels.instance = "o001"; + } ]; } ];