All apps · 0 apps
fastcom-mysql
Docker app from Simon Jenny's Repository
Overview
Readme
View on GitHubDocker Container with Fast.com CLI sending data to MySQL Server
The Docker needs the following ENV Variables:
SLEEP : Seconds between measures
MYSQL_SERVER : IP/Address of MySQL Server
MYSQL_USER: MySQL Username
MYSQL_PASS: MySQL Password
MYSQL_DATABASE: MySQL Database
MYSQL_TABLE: MySQL Table
LOC: Name of Probe (eg. network/core or network/edge)
Example:
docker run -e MYSQL_SERVER=10.10.10.10 -e MYSQL_USER=USER -e MYSQL_PASS='PASSWORD' -e MYSQL_DATABASE=fastcom -e MYSQL_TABLE=results -e LOC='network/core' -e SLEEP=3600 simonjenny/fastcom-mysql:latest
Important:
Database Table needs to have the following schema:
CREATE TABLE `results` (
`timestamp` timestamp NULL DEFAULT current_timestamp(),
`loc` varchar(250) COLLATE utf8mb4_bin DEFAULT NULL,
`download` float DEFAULT NULL,
`upload` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
Install fastcom-mysql on Unraid in a few clicks.
Find fastcom-mysql in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
simonjenny/fastcom-mysqlRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Container Variable: MYSQL_SERVER
Container Variable: MYSQL_USER
Container Variable: MYSQL_PASS
Container Variable: MYSQL_DATABASE
Container Variable: MYSQL_TABLE
Container Variable: LOC
Container Variable: sleep
- Value
- 3600