Private GIT

Skip to content
Snippets Groups Projects
Commit d4e9e058 authored by breadlysm's avatar breadlysm
Browse files

updated readme

parent 2e32afbe
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,16 @@ You may want to do this so that you can track your internet connections consiste ...@@ -8,7 +8,16 @@ You may want to do this so that you can track your internet connections consiste
## Using the script ## Using the script
Adjust the InfluxDB connection settings at the top of `main.py` to fit your setup and then run with one of the options listed below. The InfluxDB connection settings are controlled by environment variables.
The variables available are:
INFLUX_DB_ADDRESS = 192.168.1.xxx
INFLUX_DB_PORT = 8086
INFLUX_DB_USER = user
INFLUX_DB_PASSWORD = pass
INFLUX_DB_DATABASE = speedtest
SPEEDTEST_INTERVAL = 1800
SPEEDTEST_FAIL_INTERVAL = 300
Be aware that this script will automatically accept the license and GDPR statement so that it can run non-interactively. Make sure you agree with them before running. Be aware that this script will automatically accept the license and GDPR statement so that it can run non-interactively. Make sure you agree with them before running.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment