summaryrefslogtreecommitdiff
path: root/modules/nixos/monitoring/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/monitoring/default.nix')
-rw-r--r--modules/nixos/monitoring/default.nix7
1 files changed, 1 insertions, 6 deletions
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;
};
};