From afbc16c499a47512add9abc3436233e7fc594e88 Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 21 Nov 2018 11:34:21 +0100 Subject: [PATCH] gfdev: adds alert always in pending state --- devenv/dev-dashboards/testdata_alerts.json | 139 ++++++++++++++++++++- 1 file changed, 137 insertions(+), 2 deletions(-) diff --git a/devenv/dev-dashboards/testdata_alerts.json b/devenv/dev-dashboards/testdata_alerts.json index 8fd7d4d9db5..de378a3702f 100644 --- a/devenv/dev-dashboards/testdata_alerts.json +++ b/devenv/dev-dashboards/testdata_alerts.json @@ -104,6 +104,7 @@ } ], "timeFrom": null, + "timeRegions": [], "timeShift": null, "title": "Always OK", "tooltip": { @@ -232,6 +233,7 @@ } ], "timeFrom": null, + "timeRegions": [], "timeShift": null, "title": "Always Alerting", "tooltip": { @@ -362,6 +364,7 @@ } ], "timeFrom": null, + "timeRegions": [], "timeShift": null, "title": "No data", "tooltip": { @@ -432,7 +435,7 @@ "for": "1m", "frequency": "1m", "handler": 1, - "name": "TestData - Always Alerting with For", + "name": "TestData - Always Pending", "noDataState": "no_data", "notifications": [] }, @@ -492,6 +495,138 @@ } ], "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Always Alerting with For", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "alert": { + "conditions": [ + { + "evaluator": { + "params": [ + 100 + ], + "type": "gt" + }, + "operator": { + "type": "and" + }, + "query": { + "params": [ + "A", + "5m", + "now" + ] + }, + "reducer": { + "params": [], + "type": "avg" + }, + "type": "query" + } + ], + "executionErrorState": "alerting", + "for": "9000000h", + "frequency": "1m", + "handler": 1, + "name": "Always Pending", + "noDataState": "no_data", + "notifications": [] + }, + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "gdev-testdata", + "editable": true, + "error": false, + "fill": 1, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 14 + }, + "id": 7, + "isNew": true, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "scenario": "random_walk", + "scenarioId": "csv_metric_values", + "stringInput": "200,445,100,150,200,220,190", + "target": "" + } + ], + "thresholds": [ + { + "colorMode": "critical", + "fill": true, + "line": true, + "op": "gt", + "value": 100 + } + ], + "timeFrom": null, + "timeRegions": [], "timeShift": null, "title": "Always Alerting with For", "tooltip": { @@ -573,5 +708,5 @@ "timezone": "browser", "title": "Alerting with TestData", "uid": "7MeksYbmk", - "version": 1 + "version": 7 } \ No newline at end of file