From d10376aaff4fbf8acd48ae731c89c182cc48a8d2 Mon Sep 17 00:00:00 2001 From: Ember 'n0emis' Keske Date: Sun, 31 Jul 2022 19:38:16 +0200 Subject: [PATCH] scrape energy exporter --- hosts/monitoring/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/monitoring/configuration.nix b/hosts/monitoring/configuration.nix index 9cfc61a..c406063 100644 --- a/hosts/monitoring/configuration.nix +++ b/hosts/monitoring/configuration.nix @@ -422,6 +422,18 @@ with lib; } ]; } + { + job_name = "energy"; + scrape_interval = "1s"; + scrape_timeout = "1s"; + static_configs = [ + { + targets = [ + "pbs.bula22.de:9555" + ]; + } + ]; + } ]; alertmanagers = [ {