removes grafana alert example

master
Thomas Maier 2017-09-26 14:39:59 +02:00
rodzic 3e30ee275f
commit 288b4346b8
1 zmienionych plików z 0 dodań i 17 usunięć

Wyświetl plik

@ -1,17 +0,0 @@
{
"title": "My alert",
"ruleId": 1,
"ruleName": "Load peaking!",
"ruleUrl": "http://url.to.grafana/db/dashboard/my_dashboard?panelId=2",
"state": "alerting",
"imageUrl": "http://s3.image.url",
"message": "Load is peaking. Make sure the traffic is real and spin up more webfronts",
"evalMatches": [
{
"metric": "requests",
"tags": {},
"value": 122
}
]
}