fastcom-mysql
Application Docker from Simon Jenny's Repository
Vue d'ensemble
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
Arguments d'exécution
- Réseau
bridge- Coquille
sh- Privilégié
- false
Configuration du modèle
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
- Valeur
- 3600
Catégories
Télécharger les statistiques
17,530
Total des téléchargements
11
Ce mois-ci
13
Moyenne / Mois
Total des téléchargements au fil du temps
Chargement du graphique...
Détails
Référentiel
simonjenny/fastcom-mysqlDernière mise à jour2021-11-25
Première vue2022-05-14
Exécutez fastcom-mysql sur Unraid.
fastcom-mysql est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.