Hello everybody!
I’m trying to connect to my local RabbitMQ node from Telegraf using the RabbitMQ Input Plugin but keep getting an error message:
[inputs.rabbitmq] Error in plugin: Wrong answer from rabbitmq. Probably auth issue
Any idea why this is happening? Or are you aware of some way I can get some more detailed information about what the underlying cause is?
Thanks!
P.S. I’m able to login to RabbitMQ Management UI on http://localhost:15672/ using the same admin user. I can also successfully run curl -i -u admin:guest http://localhost:15672/api/vhosts
from the command line and it returns information about my queues.