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 dc50f1b04d7e7a8d151dc7e19510c718e8640cdc
parent e855de21b8f46c3e2f81260148fb15039a373d24
Author: Paco Esteban <paco@onna.be>
Date:   Mon, 15 Jul 2019 12:25:17 +0200

alert url is useless on proxied installation

Diffstat:
Mhandler.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handler.go b/handler.go @@ -64,7 +64,7 @@ func grafanaParserFunc(r *http.Request) (string, error) { case "ok": message = ":) " + alert.Title default: - message = ":( " + alert.Title + "\n" + alert.Message + "\n" + alert.RuleURL + message = ":( " + alert.Title + "\n" + alert.Message } return message, nil