grafana默认用户名密码_Grafana+Telegraf+InfluxDB搭建性能监控平台

grafana

1. 下载及安装

下载地址:https://grafana.com/grafana/download

CentOS下载及安装:

wget https://dl.grafana.com/oss/release/grafana-7.1.3-1.x86_64.rpm
sudo yum install grafana-7.1.3-1.x86_64.rpm

其他Linux发行版的下载见下载地址页面

2. 启动grafana服务

systemctl start grafana-server

停止、重启、查看状态命令

# 启动
systemctl start grafana
# 停止
systemctl stop grafana
# 重启
systemctl restart grafana
# 查看服务状态
systemctl status grafana

3. 访问grafana

服务器ip + 端口:3000

默认用户名和密码:admin/admin

修改:admin/1234qwer

界面:

aa2cb20a97a1c89a2fc9f3f682c755c7.png



Telegraf

1. 下载及安装

下载地址:https://portal.influxdata.com/downloads/

CentOS下载及安装:

wget https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2-1.x86_64.rpm
sudo yum localinstall telegraf-1.15.2-1.x86_64.rpm

其他Linux发现版的下载见下载地址页面

2. 启动

systemctl start telegraf

停止、重启、查看状态命令:

# 启动
systemctl start influxdb
# 停止
systemctl stop influxdb
# 重启
systemctl restart influxdb
# 查看服务状态
systemctl status influxdb

3. 配置

Telegraf的配置文件在:/etc/telegraf/telegraf.conf

配置influxdb数据输出到influxdb

7497efa6f1817642ba65693ee5f1878c.png



InfluxDB

1. 下载及安装

下载地址:https://portal.influxdata.com/downloads/

CentOS下载及安装:

wget https://dl.influxdata.com/influxdb/releases/influxdb-1.8.1.x86_64.rpm
sudo yum localinstall influxdb-1.8.1.x86_64.rpm

其他Linux发行版的下载见下载地址页面

2. 启动

systemctl start influxdb

测试启动成功

curl -G http://localhost:8086/query --data-urlencode "q=show databases"
# 返回如下结果即为成功
{"results":[{"statement_id":0,"series":[{"name":"databases","columns":["name"],"values":[["telegraf"],["_internal"]]}]}]}

停止、重启、状态查看命令

# 启动
systemctl start influxdb
# 停止
systemctl stop influxdb
# 重启
systemctl restart influxdb
# 查看服务状态
systemctl status influxdb

3. 创建数据库和用户

# 创建数据库create database telegraf# 创建用户create user "telegraf" with password "1234qwer"

创建成功之后需要重启fluxdb

systemctl restart influxdb

c0c4e3b03e0cbdd0de95500f0de4d24e.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值