Skip to content
Snippets Groups Projects
Commit 644fdd05 authored by Florian Sesser's avatar Florian Sesser
Browse files

Less false positive alerts on monthly backup checks after reboot

parent f1a1a643
No related branches found
No related tags found
2 merge requests!517Less false positive alerts on monthly backup checks after reboot,!511update production
Pipeline #6311 passed
......@@ -545,14 +545,31 @@
},
"query": {
"params": [
"A",
"5m",
"now"
"A"
]
},
"reducer": {
"type": "last"
}
},
{
"evaluator": {
"params": [
-30758400
],
"type": "gt"
},
"operator": {
"type": "and"
},
"query": {
"params": [
"A"
]
},
"reducer": {
"params": [],
"type": "avg"
"type": "last"
},
"type": "query"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment