Open rich-pinto opened 8 years ago
I have not used it before but this might be it? https://github.com/sensu-plugins/sensu-plugins-aws/blob/master/bin/handler-sns.rb#L22 Sorry I have not really had the time to look through the in depth.
I am also interested in this enhancement. We have multiple customers across a variety of AWS accounts that would be interested in leveraging SNS
I looked through the code and it would not be that hard to implement it would look similar to the way the pagerduty handler works here:
settings['sns']
with something like settings[json_object]
Hi,
I am unable to use the sns handler to send messages to different AWS sns topics. Am I doing something wrong or is the handler rb file hardcoded to accept handlers with name 'sns' only?