From b91c149d7acddd16441f3cc95d863c0e4a8ec53d Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 14 Aug 2024 12:39:59 +0200 Subject: [PATCH] saga(prometheus): Add miniflux --- machines/saga/prometheus/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/saga/prometheus/default.nix b/machines/saga/prometheus/default.nix index 7e497b7..f4dc6b8 100644 --- a/machines/saga/prometheus/default.nix +++ b/machines/saga/prometheus/default.nix @@ -44,6 +44,11 @@ }; static_configs = [ { targets = [ "odin:8443" ]; } ]; } + { + job_name = "miniflux"; + scheme = "https"; + static_configs = [ { targets = [ "read.datarift.nl" ]; } ]; + } ]; exporters = {