Send Nagios notifications using AWS SNS instead of postfix.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
karthikv248
Posts: 3
Joined: Wed Jan 23, 2019 5:52 am

Send Nagios notifications using AWS SNS instead of postfix.

Post by karthikv248 »

Hello there,

I was trying to see if i can send the notifications using AWS SNS instead of postfix or mailx.
I have a topic and keys ready but not quite sure what to do after that.
Could someone explain me this?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Send Nagios notifications using AWS SNS instead of postf

Post by ssax »

You should be able to, as long as you can send the messages from the CLI of the Nagios Core system you should be able to set it up as a command to be used by your contact as the host/service notification handler.

I did find this:

https://brooksgarrett.com/blog/nagios-s ... mazon-sns/
Locked