diff --git a/services/grafana/default.nix b/services/grafana/default.nix index 42f9c9b..e975055 100644 --- a/services/grafana/default.nix +++ b/services/grafana/default.nix @@ -41,6 +41,18 @@ in targets = [ "${cfg.proxy_ip}:9002" ]; }]; } + { + job_name = "redis"; + static_configs = [{ + targets = [ "192.168.1.16:9002" ]; + }]; + } + { + job_name = "authentik"; + static_configs = [{ + targets = [ "192.168.1.25:9002" ]; + }]; + } ]; exporters = { node = {