pihole: Warning wenn blockrate zu niedrig

This commit is contained in:
Michael Grote 2021-10-14 21:01:37 +02:00
parent c15ba5885c
commit fd3674bd28

View file

@ -27,6 +27,7 @@ case $1 in
uid=$(echo $stat | sed 's/:.*//') uid=$(echo $stat | sed 's/:.*//')
if [ $uid = "ads_percentage_today" ]; then if [ $uid = "ads_percentage_today" ]; then
echo "$uid.label blocked queries" echo "$uid.label blocked queries"
echo "$uid.warning 2:"
fi fi
done done