Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 741 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 741 Bytes

adguard_exporter

License Apache 2

Fork from povilasv/pihole_exporter.

Modified to use the statistics AdGuardHome delivers.

Overview

This Prometheus exporter checks your AdGuard statistics. Available metrics are:

  • Average Responsetime
  • DNS Queries
  • Domains blocked

Docker Deployment

  • Build Image:

    docker build -t adguard-exporter .

  • Start Container

    docker run -d -p 9311:9311 adguard-exporter -adguard http://192.168.1.5

License

See LICENSE for the complete license.

Changelog

A changelog is available