0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-16 21:43:30 +00:00
alerta_alerta-contrib/integrations/sqs
Tomeu Canyelles Escarrer fc754ebba7 Update sqs worker
Add new method to custom easily what to do with the sqs message.
2017-08-23 16:33:27 +02:00
..
alerta_sqs.py Update sqs worker 2017-08-23 16:33:27 +02:00
README.md Make sqs an installable package 2016-12-04 23:04:05 +00:00
setup.py Make everything MIT license 2017-05-10 10:09:13 +01:00

Amazon SQS Integration

Subscribe to SQS queue of alerts.

For help, join Gitter chat

Installation

Clone the GitHub repo and run:

$ python setup.py install

Or, to install remotely from GitHub run:

$ pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/sqs

Configuration

AWS_ACCESS_KEY_ID = ''  # default="not set"
AWS_SECRET_ACCESS_KEY = ''  # default="not set"

Default Configuration

AWS_REGION = 'eu-west-1"'  # default="eu-west-1"
AWS_SQS_QUEUE = 'alerts'

Troubleshooting

TBC

References

License

Copyright (c) 2016 Nick Satterly. Available under the MIT License.