Commit 1ff21b3e by bergquist

docs(example): remove old properties

parent f3d6035c
...@@ -67,18 +67,12 @@ ...@@ -67,18 +67,12 @@
"type": "query" "type": "query"
} }
], ],
"crit": {
"op": ">"
},
"enabled": true, "enabled": true,
"frequency": "60s", "frequency": "60s",
"handler": 1, "handler": 1,
"name": "Critical alert panel", "name": "Critical alert panel",
"notifications": [], "notifications": [],
"severity": "critical", "severity": "critical"
"warn": {
"op": ">"
}
}, },
"alerting": {}, "alerting": {},
"aliasColors": {}, "aliasColors": {},
...@@ -186,18 +180,12 @@ ...@@ -186,18 +180,12 @@
"type": "query" "type": "query"
} }
], ],
"crit": {
"op": ">"
},
"enabled": true, "enabled": true,
"frequency": "60s", "frequency": "60s",
"handler": 1, "handler": 1,
"name": "Warning panel alert", "name": "Warning panel alert",
"notifications": [], "notifications": [],
"severity": "warning", "severity": "warning"
"warn": {
"op": ">"
}
}, },
"alerting": {}, "alerting": {},
"aliasColors": {}, "aliasColors": {},
...@@ -302,18 +290,12 @@ ...@@ -302,18 +290,12 @@
"type": "query" "type": "query"
} }
], ],
"crit": {
"op": ">"
},
"enabled": true, "enabled": true,
"frequency": "60s", "frequency": "60s",
"handler": 1, "handler": 1,
"name": "No datapoints", "name": "No datapoints",
"notifications": [], "notifications": [],
"severity": "critical", "severity": "critical"
"warn": {
"op": ">"
}
}, },
"alerting": {}, "alerting": {},
"aliasColors": {}, "aliasColors": {},
...@@ -424,18 +406,12 @@ ...@@ -424,18 +406,12 @@
"type": "query" "type": "query"
} }
], ],
"crit": {
"op": ">"
},
"enabled": true, "enabled": true,
"frequency": "60s", "frequency": "60s",
"handler": 1, "handler": 1,
"name": "Alert below value", "name": "Alert below value",
"notifications": [], "notifications": [],
"severity": "critical", "severity": "critical"
"warn": {
"op": ">"
}
}, },
"alerting": {}, "alerting": {},
"aliasColors": {}, "aliasColors": {},
...@@ -541,18 +517,12 @@ ...@@ -541,18 +517,12 @@
"type": "query" "type": "query"
} }
], ],
"crit": {
"op": ">"
},
"enabled": true, "enabled": true,
"frequency": "10s", "frequency": "10s",
"handler": 1, "handler": 1,
"name": "Alert is outside range", "name": "Alert is outside range",
"notifications": [], "notifications": [],
"severity": "critical", "severity": "critical"
"warn": {
"op": ">"
}
}, },
"alerting": {}, "alerting": {},
"aliasColors": {}, "aliasColors": {},
...@@ -667,18 +637,12 @@ ...@@ -667,18 +637,12 @@
"type": "query" "type": "query"
} }
], ],
"crit": {
"op": ">"
},
"enabled": true, "enabled": true,
"frequency": "10s", "frequency": "10s",
"handler": 1, "handler": 1,
"name": "Alert is within range", "name": "Alert is within range",
"notifications": [], "notifications": [],
"severity": "critical", "severity": "critical"
"warn": {
"op": ">"
}
}, },
"alerting": {}, "alerting": {},
"aliasColors": {}, "aliasColors": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment