@@ -11,13 +11,13 @@ You may want to do this so that you can track your internet connections consiste
...
@@ -11,13 +11,13 @@ You may want to do this so that you can track your internet connections consiste
The InfluxDB connection settings are controlled by environment variables.
The InfluxDB connection settings are controlled by environment variables.
The variables available are:
The variables available are:
INFLUX_DB_ADDRESS = 192.168.1.xxx
-INFLUX_DB_ADDRESS = 192.168.1.xxx
INFLUX_DB_PORT = 8086
-INFLUX_DB_PORT = 8086
INFLUX_DB_USER = user
-INFLUX_DB_USER = user
INFLUX_DB_PASSWORD = pass
-INFLUX_DB_PASSWORD = pass
INFLUX_DB_DATABASE = speedtest
-INFLUX_DB_DATABASE = speedtest
SPEEDTEST_INTERVAL = 1800
-SPEEDTEST_INTERVAL = 1800
SPEEDTEST_FAIL_INTERVAL = 300
-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.