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

Merge branch 'less-false-positives-on-borgbackup-monthly-check-alert' into 'develop'

Less false positive alerts on monthly backup checks after reboot

See merge request !517
parents f1a1a643 644fdd05
No related branches found
No related tags found
2 merge requests!517Less false positive alerts on monthly backup checks after reboot,!511update production
Pipeline #6324 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