From 1ff21b3ee8682d3c4c028a163b5d28a7e9062bec Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 22 Aug 2016 14:55:16 +0200 Subject: [PATCH] docs(example): remove old properties --- examples/alerting-dashboard.json | 48 ++++---------------------------- 1 file changed, 6 insertions(+), 42 deletions(-) diff --git a/examples/alerting-dashboard.json b/examples/alerting-dashboard.json index b918ec8a433..744460d7847 100644 --- a/examples/alerting-dashboard.json +++ b/examples/alerting-dashboard.json @@ -67,18 +67,12 @@ "type": "query" } ], - "crit": { - "op": ">" - }, "enabled": true, "frequency": "60s", "handler": 1, "name": "Critical alert panel", "notifications": [], - "severity": "critical", - "warn": { - "op": ">" - } + "severity": "critical" }, "alerting": {}, "aliasColors": {}, @@ -186,18 +180,12 @@ "type": "query" } ], - "crit": { - "op": ">" - }, "enabled": true, "frequency": "60s", "handler": 1, "name": "Warning panel alert", "notifications": [], - "severity": "warning", - "warn": { - "op": ">" - } + "severity": "warning" }, "alerting": {}, "aliasColors": {}, @@ -302,18 +290,12 @@ "type": "query" } ], - "crit": { - "op": ">" - }, "enabled": true, "frequency": "60s", "handler": 1, "name": "No datapoints", "notifications": [], - "severity": "critical", - "warn": { - "op": ">" - } + "severity": "critical" }, "alerting": {}, "aliasColors": {}, @@ -424,18 +406,12 @@ "type": "query" } ], - "crit": { - "op": ">" - }, "enabled": true, "frequency": "60s", "handler": 1, "name": "Alert below value", "notifications": [], - "severity": "critical", - "warn": { - "op": ">" - } + "severity": "critical" }, "alerting": {}, "aliasColors": {}, @@ -541,18 +517,12 @@ "type": "query" } ], - "crit": { - "op": ">" - }, "enabled": true, "frequency": "10s", "handler": 1, "name": "Alert is outside range", "notifications": [], - "severity": "critical", - "warn": { - "op": ">" - } + "severity": "critical" }, "alerting": {}, "aliasColors": {}, @@ -667,18 +637,12 @@ "type": "query" } ], - "crit": { - "op": ">" - }, "enabled": true, "frequency": "10s", "handler": 1, "name": "Alert is within range", "notifications": [], - "severity": "critical", - "warn": { - "op": ">" - } + "severity": "critical" }, "alerting": {}, "aliasColors": {},