From 32194747403446b52b0cfab9417b69d37a0800f2 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 1 Oct 2021 18:35:16 +0200 Subject: [PATCH] =?UTF-8?q?munin:=20pihole=20plugins=20hinzugef=C3=BCgt=20?= =?UTF-8?q?(#207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/207 Co-authored-by: mg Co-committed-by: mg --- group_vars/pihole.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/group_vars/pihole.yml b/group_vars/pihole.yml index 6f27aac1..5829057e 100644 --- a/group_vars/pihole.yml +++ b/group_vars/pihole.yml @@ -52,3 +52,7 @@ src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/pihole/pihole_clients - name: pihole_queries src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/pihole/pihole_queries + - name: pihole_blocked_domains + src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/pihole/pihole_blocked_domains + - name: pihole_ads_percentage + src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/pihole/pihole_ads_percentage