Update README.md

This commit is contained in:
Leigh Phillips 2021-01-19 23:06:51 -08:00 committed by GitHub
parent 2d27de83ae
commit 7dc293bc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -22,9 +22,11 @@ The variables available are:
- INFLUX_DB_PASSWORD = default - {blank}
- INFLUX_DB_DATABASE = default - speedtests
- INFLUX_DB_TAGS = default - None * See below for options, '*' widcard for all *
- SPEEDTEST_INTERVAL = default - 5
- SPEEDTEST_FAIL_INTERVAL = deafult - 5
- SPEEDTEST_INTERVAL = default - 5 (minutes)
- SPEEDTEST_FAIL_INTERVAL = deafult - 5 (now deprecated)
- SPEEDTEST_SERVER_ID = default - {blank} * id from https://c.speedtest.net/speedtest-servers-static.php *
- PING_INTERVAL = default - 5 (seconds)
- PING_TARGETS = deafault - 1.1.1.1, 8.8.8.8 (csv of hosts to ping)
### Variable Notes
- Intervals are in minutes. *Script will convert it to seconds.*