-
Notifications
You must be signed in to change notification settings - Fork 108
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
No data returned for few of the metrics #75
Comments
You need to feel the password of your pi-hole interface on the command for example
Don't forget to install the plugin grafana for pie chart. |
@vonglasow i am using docker, not using a standalone service so i dont have a unit file. Also within my docker-compose.yml i am sending in the password with no luck. |
I have resolved the issue, don't use quotes should be without double quotes
|
For others stumbling on this and not using docker.... The exporter will still start, but will not run with the access needed to pull this additional data unless you properly pass the token. I'm sure this is clearly documented somewhere obvious and I just overlooked. Start-up logging without a properly read-in token
Start-up with a token (notice the Pi-Hole Authentication Method line)
I was using systemd to start my service, and never realized it was ignoring my API token. For reasons I can't figure out, systemd will only read my token if it's the first parameter in ExecStart. It works this way, so I don't really care why lol
|
Thank you for this. I used this helm chart and they have a typo in the Changing it to |
Hi @eko
I am not getting any data for the following metrics nor is it returns in Prometheus,
pihole_top_queries
pihole_top_ads
pihole_top_queries
pihole_top_ads
pihole_forward_destinations
Other seems to work fine.
I am using docker-compose to run the container. The image I have built using the latest code from the repo.
I am using a raspberry 4 to run the exporter.
here is my docker version
The text was updated successfully, but these errors were encountered: