mirror of https://github.com/zulip/zulip.git
26 lines
593 B
JSON
26 lines
593 B
JSON
{
|
|
"dashboardId": 1,
|
|
"evalMatches": [
|
|
{
|
|
"value": 100,
|
|
"metric": "High value",
|
|
"tags": null
|
|
},
|
|
{
|
|
"value": 200,
|
|
"metric": "Higher Value",
|
|
"tags": null
|
|
}
|
|
],
|
|
"imageUrl": "https://grafana.com/assets/img/blog/mixed_styles.png",
|
|
"message": "Someone is testing the alert notification within grafana.",
|
|
"orgId": 0,
|
|
"panelId": 1,
|
|
"ruleId": 0,
|
|
"ruleName": "Test rule",
|
|
"ruleUrl": "http://localhost:3000/",
|
|
"state": "pending",
|
|
"tags": {},
|
|
"title": "[Pending] Test notification"
|
|
}
|