Ping rabbitmq server

1,416 views
Skip to first unread message

Viktor Szépe

unread,
Mar 22, 2017, 4:25:27 PM3/22/17
to rabbitmq-users

Hello!

Could you help me to monitor the local rabbitmq server preferably without autentication but not causing authentication failure? Or with a username and password but now knowing anything (queues) about the server.

I've seen only authenticated examples in the docs and here https://www.rabbitmq.com/tutorials/tutorial-one-python.html
Thank you!



ps I've found a way through the HTTP management port:



But this is no AMQP.

Michael Klishin

unread,
Mar 22, 2017, 4:33:18 PM3/22/17
to rabbitm...@googlegroups.com
That endpoint does open an AMQP 0-9-1 connection internally
and publishes a message. It is, however, a really basic and node-local test.

The only way to not provide a username and password for an AMQP 0-9-1 connection
is by using x509 certificate authentication. There is no such thing as unauthenticated or anonymous connections.

See `rabbitmqctl node_health_check`:

It's a much more extensive test than TCP port checks or basic connections (à la HTTP API aliveness check).


--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

Viktor Szépe

unread,
Mar 22, 2017, 4:47:18 PM3/22/17
to rabbitmq-users
Very kind of you.

Reply all
Reply to author
Forward
0 new messages