-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help using handler-sns.rb #250
Comments
based on discussion is slack I believe this is likely your problem:
This I think is a duplicate of #240 which is being worked on but will leave it open so that when it is fixed you can validate if your issue is solved following the documentation. |
I'm going to expand the docs for handlers when I update them to AWS-SDK v2. Would love to get your feedback on that @ulutomaz. |
I've reconfigured this, but still haven't successfully sent a message. I noticed you're mentioning 2 way of configuring AWS authentication. Can I still put credentials in /etc/sensu/conf.d/sns.json? Can I use this handler for both? Server side checks and standalone too? In logs I can't see any relevant info... Any suggestion? |
There are technically 3 ways to support aws authentication now and only use native methods that aws cli/sdk use. There is documentation for the two recommended solutions:
The last option which we do not have any documentation for is ENV vars which are a viable option but are too often misused so we do not encourage people to go this route unless they really understand what they are doing and the consequences. We have documentation here on authentication. |
Yes you can use this handler for either check type. Can you post the
|
Given the lack of response I am gonna close this out. If you still need help please feel free to re-open. |
Hi,
would it be possible to get an example with SNS, how to configure it, to be able to send SMS when alerts occur?
Best,
Tomaz
The text was updated successfully, but these errors were encountered: