Closed GuillaumeRossolini closed 6 years ago
Never mind, it was indeed a setup issue. I am just using an older version of RabbitMQ (v3.5.6 as shown above) which does not support bert
or no_sort
. Removing the RABBIT_CAPABILITIES
variable fixed the exporter.
Hi,
I am fairly new to Prometheus, so please forgive me if the question has been answered somewhere. This is likely a setup issue.
I have installed the exporter and configured it as a service, and it appeared to work (showed up as "UP" in Prometheus). Unfortunately, no data was available in Grafana so I stopped the service and started debugging the exporter, which now looks something like this:
RABBIT_TIMEOUT=5 LOG_LEVEL=debug SKIPVERIFY=true PUBLISH_ADDR=... PUBLISH_PORT=9419 RABBIT_CAPABILITIES=no_sort,bert RABBIT_USER="..." RABBIT_PASSWORD="..." /usr/local/bin/rabbitmq_exporter
The console now displays several lines like this:
However, when I use the same credentials with cURL, it works:
RabbitMQ is indeed running:
Here is my list of plugins, maybe I'm missing one:
Any help would be appreciated