Automate the telegraf base docker image This image is using InfluxDB_v2 as datastore. Theres also the IPMI-Tool activated to gather data from servers with it.
You need to have a working installation of InfluxDB with version 2.x
TGR_CFG_DB_WEBADDRESS="http://127.0.0.1:8086"
TGR_CFG_DB_ORGANIZATION="Org"
TGR_CFG_DB_BUCKET="InfluxDB2Bucket"
TGR_CFG_DB_APIKEY="InfluxDB2ApiKeyForBucket"
TGR_CFG_IPMI_LOGINSTRING="ADMIN:ADMIN@lan(127.0.0.1)"