mob next [ci-skip] [ci skip] [skip ci]
lastFile:inventories/default.nix
This commit is contained in:
@@ -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" ]; } ];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user