Skip to content
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

alerta complaining about the amqp transport #90

Closed
satterly opened this issue Jun 11, 2015 · 5 comments
Closed

alerta complaining about the amqp transport #90

satterly opened this issue Jun 11, 2015 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@satterly
Copy link
Member

2015-06-10 13:23:30,805 - alerta.app[14679]: ERROR - Failed to connect to AMQP transport mongodb://localhost:27017/kombu: Unknown option auto_start_request
2015-06-10 13:23:30,805 - alerta.app[14679]: ERROR - Server plug-in 'amqp' could not be loaded:

@satterly
Copy link
Member Author

This is a problem with Kombu. It is being tracked by celery/kombu#465 and will be fixed when celery/kombu@8e6aed9 is deployed.

@tdi
Copy link
Contributor

tdi commented Jun 11, 2015

Is there any workaround besides using rabbitmq?

@satterly
Copy link
Member Author

The amqp plugin uses kombu as the driver precisely so that you can swap the backend for whatever you like (as long as it's supported by kombu, of course). And if you look closely at the setttings.py you'll actually see that by default alertad doesn't use RabbitMQ it uses MongoDB as the AMQP transport.

If you want to use the AMQP plugin I suggest you switch to RabbitMQ or Redis but you'll need to install these as additional components.

Note that you only need to enable the amqp plugin if you are making use of the email or pagerduty integrations available here or have written an AMQP integration of your own. However, if you were integrating pagerduty I would suggest using the pagerduty plugin as it's easier to implement.

The AMQP integrations used to be the main way of integrating third-party apps however plugins are now the preferred method so I think I will remove the amqp plugin from the list of default plugins from now on.

@satterly
Copy link
Member Author

AMQP plugin no longer enabled by default following #92.

@satterly satterly added the bug Something isn't working label Jun 11, 2015
@satterly
Copy link
Member Author

Kombu version 3.0.26 exhibited the problem, after upgrading to Kombu version 3.0.30 it seems to be fixed.

mblancodev pushed a commit to edgeuno/alerta that referenced this issue Oct 18, 2022
Add support for custom sort-by to alert summary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants