rico2: move alertmanager and grafana here
This commit is contained in:
parent
06d36bb45a
commit
2251e5fcea
4 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./alertmanager.nix
|
||||
./blocky.nix
|
||||
./grafana.nix
|
||||
./prometheus.nix
|
||||
./loki
|
||||
../../../shared/prometheus-exporters.nix
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
_: {
|
||||
imports = [
|
||||
./alertmanager.nix
|
||||
./grafana.nix
|
||||
../../../shared/prometheus-exporters.nix
|
||||
../../../shared/promtail.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue