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

Monitoring: Fix backup duration alert

This should implement my actual intentions: Alert when
backups run for longer than 3h, and the the repo check
for more than 6h.
parent d00836d6
No related branches found
No related tags found
2 merge requests!351update production,!349Monitoring: Fix backup duration alert
Pipeline #2494 passed
...@@ -638,8 +638,8 @@ ...@@ -638,8 +638,8 @@
"query": { "query": {
"params": [ "params": [
"A", "A",
"3h", "5m",
"now" "now-3h"
] ]
}, },
"reducer": { "reducer": {
...@@ -772,8 +772,8 @@ ...@@ -772,8 +772,8 @@
"query": { "query": {
"params": [ "params": [
"A", "A",
"6h", "5m",
"now" "now-6h"
] ]
}, },
"reducer": { "reducer": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment