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"; + } ]; } ];