Skip to content
Snippets Groups Projects
Commit cca97590 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'fix-backup-duration-alert' into 'develop'

Monitoring: Fix backup duration alert

See merge request !349
parents f529d819 3d87801c
No related branches found
No related tags found
2 merge requests!351update production,!349Monitoring: Fix backup duration alert
Pipeline #2509 passed
......@@ -638,8 +638,8 @@
"query": {
"params": [
"A",
"3h",
"now"
"5m",
"now-3h"
]
},
"reducer": {
......@@ -772,8 +772,8 @@
"query": {
"params": [
"A",
"6h",
"now"
"5m",
"now-6h"
]
},
"reducer": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment