From b26b48034c72e6e4e3778eddfa701f47d1b513f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 6 Jan 2025 22:29:56 +0100 Subject: [PATCH] prometheus: monitor brockman.news --- systems/makanek/monitoring/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index fcc4c1c..7db2651 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -375,6 +375,18 @@ in { } ]; } + { + job_name = "brockman"; + static_configs = [ + { + targets = [ + "brockman.news:9002" # node + "brockman.news:9121" # redis + "brockman.news:9113" # nginx + ]; + } + ]; + } { job_name = "home_assistant"; scrape_interval = "60s";