Webhooks plugin: add mandrill (#1408)
* Add mandrill webhook. * Store the id of the msg as part of event. Signed-off-by:Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Decode body to get the mandrill_events. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Handle HEAD request. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Add the README. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Add mandrill_webhooks to the README. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Update changelog. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me> * Run gofmt. Signed-off-by:
Cyril Duez <cyril@stormz.me> Signed-off-by:
François de Metz <francois@stormz.me>
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- README.md 1 addition, 0 deletionsREADME.md
- plugins/inputs/webhooks/README.md 1 addition, 0 deletionsplugins/inputs/webhooks/README.md
- plugins/inputs/webhooks/mandrill/README.md 15 additions, 0 deletionsplugins/inputs/webhooks/mandrill/README.md
- plugins/inputs/webhooks/mandrill/mandrill_webhooks.go 56 additions, 0 deletionsplugins/inputs/webhooks/mandrill/mandrill_webhooks.go
- plugins/inputs/webhooks/mandrill/mandrill_webhooks_events.go 24 additions, 0 deletionsplugins/inputs/webhooks/mandrill/mandrill_webhooks_events.go
- plugins/inputs/webhooks/mandrill/mandrill_webhooks_events_json_test.go 58 additions, 0 deletions...s/webhooks/mandrill/mandrill_webhooks_events_json_test.go
- plugins/inputs/webhooks/mandrill/mandrill_webhooks_test.go 85 additions, 0 deletionsplugins/inputs/webhooks/mandrill/mandrill_webhooks_test.go
- plugins/inputs/webhooks/webhooks.go 7 additions, 2 deletionsplugins/inputs/webhooks/webhooks.go
Loading
Please register or sign in to comment