pihole: Warning wenn blockrate zu niedrig
This commit is contained in:
parent
c15ba5885c
commit
fd3674bd28
1 changed files with 1 additions and 0 deletions
1
extern/pihole/pihole_ads_percentage
vendored
1
extern/pihole/pihole_ads_percentage
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue