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 c1cc1bf0c9f3a7d7fce892616bc868bce4de4199
parent 3479416115f8d7595f5a95f10c3bd4d11ea42dc9
Author: Thomas Maier <contact@thomas-maier.net>
Date:   Tue, 26 Sep 2017 16:41:06 +0200

README WiP

Diffstat:
MREADME.md | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -17,13 +17,6 @@ curl -X POST -d @grafana-alert.json localhost:4321/grafana ``` - After parsing the body in the appropriate `parserFunc`, the notification is then distributed to the configured receivers. -``` - - -https://github.com/golang/dep -go get -u github.com/golang/dep/cmd/dep -``` - ## Installation IMPORTANT NOTE: For the sake of simplicity, `xmpp-webhooks` is not reconnecting to the XMPP server after a connection-loss. If you use the provided `xmpp-webhook.service` - Systemd will manage the reconnect by restarting the service. @@ -52,3 +45,6 @@ systemctl start xmpp-webhook - Change in the project folder: `cd $GOPATH/src/github.com/opthomas-prime/xmpp-webhook` - Populate `vendor` folder: `dep ensure` - Build `xmpp-webhook`: `go build` + +## Need help? +Feel free to contact me :D.+ \ No newline at end of file