master
Thomas Maier 2017-09-26 16:41:06 +02:00
rodzic 3479416115
commit c1cc1bf0c9
1 zmienionych plików z 3 dodań i 7 usunięć

Wyświetl plik

@ -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.