fastcom-mysql
Aplicación Docker from Simon Jenny's Repository
Visión general
Docker Container with Fast.com CLI sending data to a 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)
Important:
Database Table needs to have the following schema:
CREATE TABLE `YOURTABLENAME` (
`timestamp` timestamp NULL DEFAULT current_timestamp(),
`loc` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
`download` float DEFAULT NULL,
`upload` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
Argumentos en tiempo de ejecución
- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
MYSQL_SERVERVariable
Container Variable: MYSQL_SERVER
MYSQL_USERVariable
Container Variable: MYSQL_USER
MYSQL_PASSVariable
Container Variable: MYSQL_PASS
MYSQL_DATABASEVariable
Container Variable: MYSQL_DATABASE
MYSQL_TABLEVariable
Container Variable: MYSQL_TABLE
LOCVariable
Container Variable: LOC
SLEEPVariable
Container Variable: sleep
- Valor
- 3600
Categorías
Descargar estadísticas
17,530
Descargas totales
11
Este mes
13
Media / Mes
Descargas totales a lo largo del tiempo
Cargando gráfico...
Detalles
Repositorio
simonjenny/fastcom-mysqlÚltima actualización2021-11-25
Visto por primera vez2022-05-14
Ejecute fastcom-mysql en Unraid.
fastcom-mysql se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.