Skip to content
Snippets Groups Projects

Alerting: Don't when no scraping error ever happened.

Merged Florian Sesser requested to merge silence-scraping-alert-when-no-data into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@
"frequency": "1m",
"handler": 1,
"name": "Scraping down",
"noDataState": "no_data",
"noDataState": "ok",
"notifications": []
},
"aliasColors": {},
@@ -86,7 +86,7 @@
},
"lines": false,
"linewidth": 1,
"nullPointMode": "null",
"nullPointMode": "null as zero",
"options": {
"alertThreshold": false
},
Loading