pihole-exporter icon indicating copy to clipboard operation
pihole-exporter copied to clipboard

A Prometheus exporter for PI-Hole's Raspberry PI ad blocker

Results 38 pihole-exporter issues
Sort by recently updated
recently updated
newest added

I Installed the pihole-exporter, but the top-charts aren't loading. The charts that aren't loading are: - pihole_top_queries - pihole_top_ads - pihole_top_queries - pihole_top_ads - pihole_forward_destinations I am running the last...

I run 2 Pi-hole's on my home network for redundancy I was wondering if there was a way that you could add the ability to consolidate stats from the 2...

Hello! I tried to use docker exporter version 0.0.10 and I get this issue: > 2021/02/01 00:13:55 Unable to unmarshal PI-Hole statistics to statistics struct model invalid character '

Asumming that: ``` docker run -d -i \ --restart=unless-stopped \ --name pihole-exporter-4-all \ -e 'PIHOLE_HOSTNAME="192.168.178.70,192.168.178.80,192.168.178.120"' \ -e 'PIHOLE_API_TOKEN=jkdfjösdahföjhasdöfhöasdjfhöasjdfhöjasdhföjhasdöfjhasödfhöasjdfh' \ -e 'INTERVAL=30s' \ -e 'PORT=9617' \ -e 'PIHOLE_PORT=9000' \ -e 'PIHOLE_PROTOCOL=http'...

As in title. This makes alerting configuration based on log severity problematic because everything seems to be an error. Most logging aggregation tools and platforms treat stderr output as level=error....

I have pihole running on my https://pihole.domain.com but if we pass args to pihole exporter it translate URL to the one cotnaining /admin i.e. https://pihole.domain.com/admin/api.php see example: `# docker exec...

When I am trying to run this exporter version **ekofr/pihole-exporter:v0.1.1** using docker I am getting some errrors shown in the log which seems to resulting no data getting scraped. ```...

The software is working fine (export to prometheus valid) however I am missing some export values pihole_top_queries pihole_querytypes pihole_top_ads pihole_forward_destinations **Steps for Reproduction** 1. Set up the following the guideline...

**Steps for Reproduction** 1. Set up a reverse proxy that terminates TLS in front of pihole. For example, lets say that the TLS certificate is good for `piHole.some-domain.com` (that's `hole`...

Not quite an issue but it should be mentioned that Grafana 7 is required for the provided dashboard. I used the github version (from this repo) because it seems more...