xmpp-webhook

webhook to xmpp gateway (clone of https://github.com/opthomas-prime/xmpp-webhook/ with my own mods)
git clone https://git.e1e0.net/xmpp-webhook.git
Log | Files | Refs | README | LICENSE

commit 67f2f17ea470bd5e7e71be1f84a360834f3fc282
parent 737e3660fbd8a26cc4732e0b28da01c94d4c97cb
Author: Thomas Maier <contact@thomas-maier.net>
Date:   Sun,  9 Dec 2018 16:10:13 +0100

adds example grafana alert

Diffstat:
Agrafana-webhook-alert-example.json | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/grafana-webhook-alert-example.json b/grafana-webhook-alert-example.json @@ -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 + } + ] +}