InfluxDB: Unterschied zwischen den Versionen
Stefan (Diskussion | Beiträge) |
Stefan (Diskussion | Beiträge) |
||
Zeile 29: | Zeile 29: | ||
# The bind address used by the HTTP service. | # The bind address used by the HTTP service. | ||
bind-address = ":8085" | bind-address = ":8085" | ||
+ | |||
+ | |||
+ | == Server == | ||
+ | 192.168.0.91:8086 | ||
+ | 92.60.39.68:8085 |
Version vom 1. März 2021, 13:23 Uhr
Inhaltsverzeichnis
Webseite
https://www.influxdata.com/
Installation
For Debian users, add the InfluxData repository: wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - source /etc/os-release echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
curl -s https://repos.influxdata.com/influxdb.key | sudo apt-key add - source /etc/os-release echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
Then, install and start the InfluxDB service: sudo apt-get update && sudo apt-get install influxdb sudo service influxdb start
https://docs.influxdata.com/influxdb/v1.8/
Configuration
nano /etc/influxdb/influxdb.conf
[http]
# Determines whether HTTP endpoint is enabled. enabled = true # The bind address used by the HTTP service. bind-address = ":8085"
Server
192.168.0.91:8086 92.60.39.68:8085