Influxdb install

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Add the influxdata Key

Add the influxdata repository

Now update the repository and install the 'influxdb' package using the apt command below

  • sudo apt update
  • sudo apt install influxdb -y

Enable and start

  • sudo systemctl start influxdb
  • sudo systemctl enable influxdb

Check

  • netstat -lntp | grep influx
tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      17766/influxd       
tcp6       0      0 :::8086                 :::*                    LISTEN      17766/influxd