无废话centos+TDengine+Telegraf+Grafana入门

Posted meetrice

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无废话centos+TDengine+Telegraf+Grafana入门相关的知识,希望对你有一定的参考价值。

安装TDengine:
1、从官网https://www.taosdata.com/cn/getting-started/下载RPM包(tdengine-1.6.2.0-3.el7.x86_64.rpm)
2、安装:rpm -ivh tdengine-1.6.2.0-3.el7.x86_64.rpm
3、启动taos:systemctl start taosd
4、输入taos,进入数据库
5、创建数据库 create database udb;

 

安装Telegraf:

1、下载安装

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

2、配置Telegraf,进入/etc/telegraf/telegraf.conf

在文件最后添加,注意url中的udb为上面创建的db.

[[outputs.http]]
  url = "http://localhost:6020/telegraf/udb"
  method = "POST"
  username = "root"
  password = "taosdata"
  data_format = "json"
  json_timestamp_units = "1ms" 

3、启动 sudo systemctl start telegraf

以上是关于无废话centos+TDengine+Telegraf+Grafana入门的主要内容,如果未能解决你的问题,请参考以下文章

涛思数据TDengine征稿 — 保姆级教程TDengine客户端服务器安装教程

无废话WCF系列教程 -- 李林峰

让你全面了解TDengine

让你全面了解TDengine

让你全面了解TDengine

无废话XMLpdf