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 = [ {