Spickzettel: Telegraf installieren

Voraussetzung: Installation der InfluxDBInstallation Telegraf Paket: $ sudo apt-get install apt-transport-https … $ wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add – OK $ source /etc/lsb-release $ echo „deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable“ | sudo tee /etc/apt/sources.list.d/influxdb.list deb https://repos.influxdata.com/ubuntu focal stable $ … Weiterlesen

Spickzettel: InfluxDB installieren

Stichpunkte zur Installation InfluxDB V2.0.7 auf Raspberry Pi mit Ubuntu (arm64) Download des entsprechenden Paketes in das aktuelle Verzeichnis $ wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.7-arm64.deb … HTTP request sent, awaiting response… 200 OK Length: 112830606 (108M) [application/octet-stream] Saving to: ‘influxdb2-2.0.7-arm64.deb’ … $ ls … Weiterlesen