kopia lustrzana https://github.com/tmsmr/xmpp-webhook
README WiP
rodzic
3479416115
commit
c1cc1bf0c9
10
README.md
10
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.
|
- 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
|
## 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.
|
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`
|
- Change in the project folder: `cd $GOPATH/src/github.com/opthomas-prime/xmpp-webhook`
|
||||||
- Populate `vendor` folder: `dep ensure`
|
- Populate `vendor` folder: `dep ensure`
|
||||||
- Build `xmpp-webhook`: `go build`
|
- Build `xmpp-webhook`: `go build`
|
||||||
|
|
||||||
|
## Need help?
|
||||||
|
Feel free to contact me :D.
|
Ładowanie…
Reference in New Issue