kopia lustrzana https://github.com/tmsmr/xmpp-webhook
adds example grafana alert
rodzic
737e3660fb
commit
67f2f17ea4
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Ładowanie…
Reference in New Issue