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 288b4346b897c46dfc0f9077aa375da1ad747737
parent 3e30ee275f8d050d6deb3b1866ebfefe52d3ac8d
Author: Thomas Maier <contact@thomas-maier.net>
Date:   Tue, 26 Sep 2017 14:39:59 +0200

removes grafana alert example

Diffstat:
Dgrafana.json | 17-----------------
1 file changed, 0 insertions(+), 17 deletions(-)

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