mob next [ci-skip] [ci skip] [skip ci]
lastFile:inventories/default.nix
This commit is contained in:
@@ -369,12 +369,16 @@
|
|||||||
resolve_timeout = "5m";
|
resolve_timeout = "5m";
|
||||||
};
|
};
|
||||||
route = {
|
route = {
|
||||||
receiver = "matrix";
|
receiver = "default";
|
||||||
routes = [
|
routes = [
|
||||||
{ receiver = "matrix"; }
|
{
|
||||||
|
matchers = [ "alertname=matrix" ];
|
||||||
|
receiver = "matrix";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
receivers = [
|
receivers = [
|
||||||
|
{ name = "default"; }
|
||||||
{
|
{
|
||||||
name = "matrix";
|
name = "matrix";
|
||||||
webhook_configs = [
|
webhook_configs = [
|
||||||
@@ -388,13 +392,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
alertmanagers = [
|
|
||||||
{
|
|
||||||
scheme = "http";
|
|
||||||
path_prefix = "/";
|
|
||||||
static_configs = [ { targets = [ "localhost:9093" ]; } ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user