Replies: 1 comment 1 reply
-
I recently updated the repo to use collectors, it's possible there's a bug here, I'll create an issue and have a look. What version of the omada controller are you running? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when I run the Omaha_exporter in docker container is get errors when trying to access the metrics on http://hostname:9202.
I run the container like this:
docker run -d --name=omada-exporter -p 9202:9202 -e OMADA_HOST='https://omada.infra.local' -e OMADA_USER='prometheus' -e OMADA_PASS='*************' -e OMADA_INSECURE=true chhaley/omada_exporter
When I try to access the metrics, I receive these errors:
An error has occurred while serving metrics:
144 error(s) occurred:
And on and on.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions