From 0f083bd4e2964e1434ee52a6c0963b2d80211fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 14 Mar 2024 18:19:34 +0100 Subject: [PATCH] feat(prometheus): request alew API endpoint --- systems/makanek/monitoring/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 7743dfa..aed92aa 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -299,16 +299,17 @@ in { static_configs = [ { targets = [ - "alew.hu-berlin.de" - "pad.kmein.de" - "code.kmein.de" - "radio.kmein.de" - "tarot.kmein.de" - "cloud.kmein.de" - "grafana.kmein.r" + "https://alew.hu-berlin.de" + "https://alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix" + "https://pad.kmein.de" + "https://code.kmein.de" + "https://radio.kmein.de" + "https://tarot.kmein.de" + "https://cloud.kmein.de" + "http://grafana.kmein.r" # "names.kmein.r" - "rrm.r" - "graph.r" + "http://rrm.r" + "http://graph.r" ]; } ];