Skip to content

Commit

Permalink
docs(example): remove old properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bergquist committed Aug 22, 2016
1 parent f3d6035 commit 1ff21b3
Showing 1 changed file with 6 additions and 42 deletions.
48 changes: 6 additions & 42 deletions examples/alerting-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -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": {},
Expand Down

0 comments on commit 1ff21b3

Please sign in to comment.