mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/default.nix
This commit is contained in:
2026-06-19 18:36:08 +07:00
parent ddbc062551
commit 03e84fd210
+7 -1
View File
@@ -372,7 +372,6 @@
receiver = "default";
routes = [
{
matchers = [ "alertname=matrix" ];
receiver = "matrix";
}
];
@@ -392,6 +391,13 @@
};
};
alertmanagers = [
{
scheme = "http";
path_prefix = "/";
static_configs = [ { targets = [ "localhost:9093" ]; } ];
}
];
};
}
)