ISP-Checker
ISP-Checker copied to clipboard
Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
Hello, You should remove this line ```clusterIP: 10.43.37.100``` from your ISP-Checker-deploy.yaml Not everyone is using the same network address. Also, you can add ingress and service for grafana like: ```...
Hi, I was experiencing significant amount of zombie processes. These were all `mtr` processes under telegraf. My proposal: https://github.com/sotn3m/ISP-Checker/commit/d292f77294d4f3d71e03955cc155b0706b86b836 This has solved problems in my environment. I have read somewhere...
It appears that the Speedtest Server name in the speedtest table shows NaN as the table is expecting an integer. Reading the Grafana forums, a suggestion is to use a...
on rpi3 with buster did a new clone then ran make install and got: make: *** [Makefile:36: provision] Error 56 Can you verify the current build please. thanks
Turning on `init`. Fixes #36
I have faced several issues with **speedtest-cli**, the main issue is that the download speed and upload speed does not corresponde to real download/upload speed. Found some places telling that...
I would like to discuss the option to let setup in the configuration a few IDs for the speedtest command. We can make a wrapper to call the speedtest that...
Realized after installing on a clean raspbian image that the instructions don't include the installation of speedtest-cli. A quick installation via pip, even on runtime, fixed it.