rico2: move alertmanager and grafana here

This commit is contained in:
Adithya 2024-10-28 23:53:44 +05:30
parent 06d36bb45a
commit 2251e5fcea
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 2 additions and 2 deletions

View file

@ -4,9 +4,7 @@ let
in in
{ {
imports = [ imports = [
./alertmanager.nix
./blocky.nix ./blocky.nix
./grafana.nix
./prometheus.nix ./prometheus.nix
./loki ./loki
../../../shared/prometheus-exporters.nix ../../../shared/prometheus-exporters.nix

View file

@ -1,5 +1,7 @@
_: { _: {
imports = [ imports = [
./alertmanager.nix
./grafana.nix
../../../shared/prometheus-exporters.nix ../../../shared/prometheus-exporters.nix
../../../shared/promtail.nix ../../../shared/promtail.nix
]; ];