Fork from povilasv/pihole_exporter
.
Modified to use the statistics AdGuardHome delivers.
This Prometheus exporter checks your AdGuard statistics. Available metrics are:
- Average Responsetime
- DNS Queries
- Domains blocked
-
Build Image:
docker build -t adguard-exporter .
-
Start Container
docker run -d -p 9311:9311 adguard-exporter -adguard http://192.168.1.5
See LICENSE for the complete license.
A changelog is available