From 42404984738016c91ef02b8c7b4a14ec5364ecc5 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Fri, 10 Mar 2017 07:12:29 -0500 Subject: [PATCH] Document the available conditions to monitor (#2211) --- source/_components/sensor.pi_hole.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.pi_hole.markdown b/source/_components/sensor.pi_hole.markdown index f5393c3c1dd..9c6b7bb8a2c 100644 --- a/source/_components/sensor.pi_hole.markdown +++ b/source/_components/sensor.pi_hole.markdown @@ -29,4 +29,8 @@ Configuration variables: - **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`. - **ssl** (*Optional*): If `true`, use SSL/TLS to connect to the Pi-Hole system. Defaults to `False`. - **verify_ssl** (*Optional*): Verify the certification of the system. Default to `True`. +- **monitored_conditions** (*Optional*): Defines the stats to monitor as sensors. + - **dns_queries_today**: Total number of DNS queries handled by Pi-Hole today + - **ads_blocked_today**: Total number of blocked ads today + - **ads_percentage_today**: Percentage of blocked ads