From ca1a1b04a99a1dd63b4c396aa4af0ac6ab761571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 12 Sep 2024 17:11:48 +0300 Subject: [PATCH] add hass_p7_50 --- hosts/fwminex/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index f6bae4c..d9cd1f6 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -339,6 +339,11 @@ in job_name = "caddy"; static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.caddy}" ]; } ]; } + { + job_name = "hass_p7_50"; + metrics_path = "/api/prometheus"; + static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.hass}" ]; } ]; + } { job_name = "vno1-vinc.vincentas.jakst"; static_configs = [ { targets = [ "${myData.hosts."vno1-vinc.vincentas.jakst".jakstIP}:9100" ]; } ];