Änderungen
Aus Hackerspace Ffm
InfluxDB
,Die Seite wurde neu angelegt: „ == Installation == curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -<br> echo "deb https://repos.influxdata.com/debian stretch stab…“
== Installation ==
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -<br>
echo "deb https://repos.influxdata.com/debian stretch stable" | sudo tee /etc/apt/sources.list.d/influxdb.list<br>
sudo apt update<br>
sudo apt install influxdb telegraf<br>
sudo systemctl enable influxdb<br>
sudo systemctl start influxdb