arevindh/pihole-speedtest

nothing running in Pi-Hole

Closed this issue · 4 comments

Hi,
I just did a fresh install on a new SD card and I can see the graph and have successfully ran a speed test in CMDLINE but nothing is running automatically.
I set it to run every hour and display the graph in weekly format but it has been running for 2hrs but the only result in the graph is my CMDLINE test.

@tehmessiah75 which os are you using?

Also the results of

sudo -u root crontab -e

I am using raspbian lite Bullseye 32bit

sudo -u root crontab -e
0 */1 * * * sudo "/var/www/html/admin/scripts/pi-hole/speedtest/speedtest-official.sh" > /dev/null 2>&1

I think I discovered the issue though. I missed a step where I have to change it from Python to cmdline :/
I'm just waiting for 10 min for the next hour to tick over.

For the Crontab would I put "30 * * * * "Blah" for it to run every 30 minutes?

I am using raspbian lite Bullseye 32bit

sudo -u root crontab -e 0 */1 * * * sudo "/var/www/html/admin/scripts/pi-hole/speedtest/speedtest-official.sh" > /dev/null 2>&1

I think I discovered the issue though. I missed a step where I have to change it from Python to cmdline :/ I'm just waiting for 10 min for the next hour to tick over.

For the Crontab would I put "30 * * * * "Blah" for it to run every 30 minutes?

Check #90