Multipurpose XMPP-Webhook : Grafana Webhook alerts Alertmanager Webhooks Slack Incoming Webhooks
 
 
 
Go to file
Thomas Maier 93bcbb907e Create THIRD-PARTY-NOTICES 2017-09-26 15:47:28 +02:00
.gitignore adds vendoring 2017-09-26 15:34:48 +02:00
Gopkg.toml adds vendoring 2017-09-26 15:34:48 +02:00
LICENSE Initial commit 2017-09-24 13:57:48 +02:00
README.md adds vendoring 2017-09-26 15:34:48 +02:00
THIRD-PARTY-NOTICES Create THIRD-PARTY-NOTICES 2017-09-26 15:47:28 +02:00
handler.go new grafana alert formatting 2017-09-26 15:03:46 +02:00
main.go refactoring 2017-09-26 14:39:19 +02:00
xmpp-webhook.service adds systemd service file 2017-09-26 15:10:33 +02:00

README.md

xmpp-webhook

Multipurpose XMPP Webhook (Built for Prometheus/Grafana Alerts)

some notes for later

XMPP_ID='bot@example.com'
XMPP_PASS='passw0rd'
XMPP_RECEIVERS='jdoe@example.com,ops@example.com'

/etc/systemd/system/xmpp-webhook.service

https://github.com/golang/dep
go get -u github.com/golang/dep/cmd/dep