From e2cc46b37e33643cf3dd017adb8a009bf143e246 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 25 Nov 2023 18:09:05 +0300 Subject: 2023-11-25 --- modules/nixos/monitoring/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules/nixos/monitoring/default.nix') diff --git a/modules/nixos/monitoring/default.nix b/modules/nixos/monitoring/default.nix index 57adf1c..a9b098b 100644 --- a/modules/nixos/monitoring/default.nix +++ b/modules/nixos/monitoring/default.nix @@ -97,10 +97,6 @@ in { name = "redis"; options.path = ./dashboards/redis.json; } - { - name = "redis-streaming"; - options.path = ./dashboards/redis-streaming.json; - } ]; # https://grafana.com/docs/grafana/latest/administration/provisioning/#alerting @@ -194,10 +190,9 @@ in { hosts = [manwe]; inherit (config.services.prometheus.exporters.wireguard) port; }; - # TODO Wait for https://github.com/NixOS/nixpkgs/pull/265696 exportarr-lidarr = { hosts = [yavanna]; - port = 9708; + inherit (config.services.prometheus.exporters.exportarr-lidarr) port; }; }; -- cgit v1.2.3