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