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