From 413a18711991ec09718f49f49e7a35315da8532e Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 12 Dec 2016 11:27:58 +0100 Subject: [PATCH] docs(notification): add message property to notification --- docs/sources/alerting/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md index 1411bcf756f..9f8d3c36120 100644 --- a/docs/sources/alerting/notifications.md +++ b/docs/sources/alerting/notifications.md @@ -69,6 +69,7 @@ Example json body: "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",