Typo in Readme
conejero opened this issue · 4 comments
conejero commented
I believe there is a typo in the readme, where it says
/url/local/bin/php /root/scripts/pfsense_zbx.php speedtest_cron
it shoule be
/usr/local/bin/php /root/scripts/pfsense_zbx.php speedtest_cron
timotheeMM commented
PR #162
conejero commented
Also ...
pkg update && pkg install -y py38-speedtest-cli
the package has changed on latest pfsense CE (2.7.2). Suggest using pkg search speedtest first to get the right package.
At this moment: py311-speedtest-cli-2.1.3
PD: Great work, by the way! Thank you for this project. Its a great way of monitoring our pfsense farm.
timotheeMM commented
PR #164
timotheeMM commented
@rbicelli
This issue can be closed.