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

lastFile:inventories/default.nix
This commit is contained in:
2026-06-19 17:37:44 +07:00
parent ea36ad21f1
commit ddbc062551
+6 -9
View File
@@ -369,12 +369,16 @@
resolve_timeout = "5m";
};
route = {
receiver = "matrix";
receiver = "default";
routes = [
{ receiver = "matrix"; }
{
matchers = [ "alertname=matrix" ];
receiver = "matrix";
}
];
};
receivers = [
{ name = "default"; }
{
name = "matrix";
webhook_configs = [
@@ -388,13 +392,6 @@
};
};
alertmanagers = [
{
scheme = "http";
path_prefix = "/";
static_configs = [ { targets = [ "localhost:9093" ]; } ];
}
];
};
}
)