1
0

Alert for hosts that are up for too long

This commit is contained in:
2022-09-11 17:01:24 +02:00
parent 6d1e848564
commit cdbe62e788
2 changed files with 17 additions and 0 deletions

View File

@@ -101,7 +101,17 @@ in {
configuration = {
route = {
receiver = "xmpp-receiver";
repeat_interval = "4h";
group_by = [ "instance" ];
routes = [
{
receiver = "xmpp-receiver";
matchers = [
''severity = "warning"''
];
repeat_interval = "70h";
}
];
};
receivers = [
{