arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
216 stars 22 forks source link

Not able to disable the speedtest #44

Closed nnleaf closed 4 years ago

nnleaf commented 4 years ago

Hi, I'm on Pihole 5.0 and I can't set the Speedtest Schedule to disabled. The speedtests are causing spikes in network graphs I'm monitoring on grafana so I wanted to turn them off. I don't want to remove the package as it's useful when diganostics.

Thanks.

arevindh commented 4 years ago

@P8Kcv6n Seems I missed that one when implementing official speedtest. Fixed now .

sudo su
cd /opt/pihole/
rm webpage.sh
wget https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/webpage.sh
chmod +x webpage.sh

@P8Kcv6n can you try same steps now ?

Originally posted by @arevindh in https://github.com/arevindh/pihole-speedtest/issues/39#issuecomment-641153976

nnleaf commented 4 years ago

Updating it did the trick, thanks!