sensu-plugins-mailer
sensu-plugins-mailer copied to clipboard
This plugin is an email handler for Sensu.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [mailgun-ruby](https://github.com/mailgun/mailgun-ruby) to permit the latest version. Release notes Sourced from mailgun-ruby's releases. Release v1.2.5 allow sending from different domains (mailgun/mailgun-ruby#239) set o:tracking when track_clicks/opens is called...
Updates the requirements on [aws-ses](https://github.com/drewblas/aws-ses) to permit the latest version. Changelog Sourced from aws-ses's changelog. 0.7.1: Bugfix in sig version v4 detection 0.7.0: Implement Authorization Header v4 (add config: signature_version:...
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.0.1 ==== Bug fixes Fixed bug: Reenabled task raises previous exception on second invokation...
Updates the requirements on [mail](https://github.com/mikel/mail) to permit the latest version. Commits - See full diff in [compare view](https://github.com/mikel/mail/commits/2.7.1) Dependabot will resolve any conflicts with this PR as long as you...
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 0.81 New features #7299: Add new Lint/RaiseException cop. (@denys281) #7793: Prefer include? over...
Add check mail_to option ## Pull Request Checklist **Is this in reference to an existing issue?** #### General - [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) -...
I'm running an instance of mailer, and I'm having trouble specifying extra recipients for my alerts. I've got a user specified in "mail_to" and further users specified in the subscriptions,...
``` { "timestamp": "2018-11-19T16:22:34.639264-0600", "level": "info", "message": "handler output", "handler": { "type": "pipe", "command": "/opt/sensu/embedded/bin/handler-mailer.rb", "name": "mailer" }, "event": { "id": "ae98f83c-976f-494d-9dea-823cd20b9d18" }, "output": [ "warning: event filtering in sensu-plugin...
Am sorry, but I have failed to wrap my mind around this piece of code. Am a ruby newbie. ``` option :json_config, description: 'Config Name', short: '-j JsonConfig', long: '--json_config...