Install Influxdb in Ubuntu 16.04 LTS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Influxdb in Ubuntu 16.04 LTS相关的知识,希望对你有一定的参考价值。
add key
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
add sources
echo "deb https://repos.influxdata.com/ubuntu trusty stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
update
apt update
install
[email protected] ~ $ apt install influxdb
start
sudo service influxdb start
use
查看influxdb应用对应的几个端口号有没有正常工作
sudo netstat -naptu | grep LISTEN | grep influxd
以上是关于Install Influxdb in Ubuntu 16.04 LTS的主要内容,如果未能解决你的问题,请参考以下文章
influxdb -install -relay--http write--read.[create db]
influxdb-1.7.2.x86_64安装 install influxdb-1.7.2.x86_64 on RedHat & CentOS
LLDB Debug .Net 7 In Ubunt22.04 for Exception