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

Error running as exporter for helm chart #88

Open
lsimmons2 opened this issue Jul 10, 2019 · 0 comments
Open

Error running as exporter for helm chart #88

lsimmons2 opened this issue Jul 10, 2019 · 0 comments

Comments

@lsimmons2
Copy link

I'm trying to use this exporter with this helm chart:

helm install stable/rabbitmq-ha \
  -n rabbitmq \
  --namespace rabbit \
  --set rabbitmqPassword=password \
  --set rabbitmqMQTTPlugin.enabled=true \
  --set replicaCount=1 \
  --set prometheus.operator.serviceMonitor.namespace=rabbit \
  --set prometheus.exporter.enabled=true \
  --set image.tag=3.7-alpine \
  --set prometheus.exporter.image.repository=deadtrickster/rabbitmq_prometheus \
  --set prometheus.exporter.image.tag=3.7-alpine

but am getting the following error from the rabbitmq-ha-exporter container in my rabbit pod (rabbitmq-rabbitmq-ha-0 is the name of the pod):
ERROR: node with name "rabbit" already running on "rabbitmq-rabbitmq-ha-0"

I can run this exporter in the same way successfully.

Any ideas where this error may be coming from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant