influx1.8.6+jmeter+grafana搭建

本文档详细介绍了如何在Linux系统上安装InfluxDB,包括配置文件修改、数据库创建和用户管理。同时,还阐述了安装Chronograf作为InfluxDB的Web管理界面的过程,以及如何启动和访问Web服务。最后,提到了一些相关资源和可能遇到的权限问题。
摘要由CSDN通过智能技术生成

安装

cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/7/$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF

运行安装命令

sudo yum install -y influxdb

启动

sudo systemctl start influxdb

配置开机启动

sudo systemctl enable influxdb

修改配置文件
vim /etc/influxdb/influxdb.conf

# Change this option to true to disable reporting.
reporting-disabled = false

# Bind address to use for the RPC service for backup and restore.
# bind-address =
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值