Alert for hosts that are up for too long
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user