From d9c8a287169b3768256286bcb675cd0df7bfa82c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 2 Oct 2021 10:04:59 +0200 Subject: [PATCH] pihole: label 2 --- extern/pihole/pihole_ads_percentage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extern/pihole/pihole_ads_percentage b/extern/pihole/pihole_ads_percentage index c302976..e116a99 100644 --- a/extern/pihole/pihole_ads_percentage +++ b/extern/pihole/pihole_ads_percentage @@ -20,13 +20,13 @@ case $1 in echo "graph_title Pihole blocked ads" echo "graph_vlabel %" echo "graph_category pihole" - echo "graph_info This graph shows the Pihole percentage of blocked ads." + echo "graph_info This graph shows the Pihole percentage of blocked queries." for stat in $stats do uid=$(echo $stat | sed 's/:.*//') if [ $uid = "ads_percentage_today" ]; then - echo "$uid.label blocked ads" + echo "$uid.label blocked queries" fi done