All checks were successful
Run nix flake check / flake-check (push) Successful in 2m5s
Add prometheus exportarr exporters for Radarr and Sonarr media services. Runs on monitoring01, queries remote APIs. - Radarr exporter on port 9708 - Sonarr exporter on port 9709 - API keys fetched from Vault Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
199 B
Nix
15 lines
199 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./loki.nix
|
|
./grafana.nix
|
|
./prometheus.nix
|
|
./blackbox.nix
|
|
./exportarr.nix
|
|
./pve.nix
|
|
./alerttonotify.nix
|
|
./pyroscope.nix
|
|
./tempo.nix
|
|
];
|
|
}
|