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
|
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
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./alertmanager.nix
|
||||||
|
./grafana.nix
|
||||||
../../../shared/prometheus-exporters.nix
|
../../../shared/prometheus-exporters.nix
|
||||||
../../../shared/promtail.nix
|
../../../shared/promtail.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue