InfluxDB搭建及配置

InfluxDB搭建及配置

url:https://www.cnblogs.com/yyhh/p/5990228.html
     https://docs.influxdata.com/influxdb/v1.5/guides/writing_data/

一、Influxdb安装

[root@host-39-108-217-12 tools]# wget https://dl.influxdata.com/influxdb/releases/influxdb-1.2.4.x86_64.rpm
[root@host-39-108-217-12 tools]# yum localinstall influxdb-1.2.4.x86_64.rpm
[root@host-39-108-217-12 tools]# systemctl start influxdb.service

[root@host-39-108-217-12 tools]# ps -ef | grep influxdb
influxdb 14230     1  0 11:39 ?        00:00:00 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
root     14251 24176  0 11:39 pts/1    00:00:00 grep --color=auto influxdb

二、Influxdb配置

port 8083:管理页面端口,访问localhost:8083可以进入你本机的influxdb管理页面
port 8086:http连接influxdb client端口,一般使用该端口往本机的influxdb读写数据

[root@host-47-98-97-124 tools]# vi /etc/influxdb/influxdb.conf
[admin]
  # Determines whether the admin service is enabled.
  enabled = true   #开启

  # The default bind address used by the admin service.
  bind-address = ":8083"  #开启

  # Whether the admin service should use HTTPS.
  # https-enabled = false

  # The SSL certificate used when HTTPS is enabled.
  # https-certificate = "/etc/ssl/influxdb.pem"

[root@host-47-98-97-124 ~]# ss -tnulp | grep influxd
tcp    LISTEN     0      128      :::8083                 :::*                   users:(("influxd",pid=12267,fd=6))
tcp    LISTEN     0      128      :::8086                 :::*                   users:(("influxd",pid=12267,fd=7))
tcp    LISTEN     0      128      :::8088                 :::*                   users:(("influxd",pid=12267,fd=3))

三、测试

这里写图片描述

四、Grafana Datasource及报表配置

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

东城绝神

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值