Änderungen

InfluxDB

347 Byte hinzugefügt, 21:27, 19. Jul. 2018
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
688
Bearbeitungen