From 7b86ca7bcdb424cb621c30e5461bf9582ffbdae0 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 19 Apr 2022 20:45:13 +0800 Subject: [PATCH] docs: 3rd parties docs refine (#11647) * docs: 3rd parties doc refine [TD-14841] * docs: refine 3rd parties doc [TD-14841] * docs: correct version number [TD-14841] * docs: fix docs format [TD-14841] * docs: fix 3rd parties doc format [TD-14841] * docs: refine 3rd parties docs [TD-14841] * docs: fix docs format [TD-14841] * refine 3rd parties docs * refine 3rd parties docs * refine 3rd parties docs * docs: 3rd parties docs refine --- docs-cn/09-third-party/02-prometheus.md | 2 ++ docs-cn/09-third-party/03-telegraf.md | 4 +++- docs-cn/09-third-party/05-collectd.md | 4 +++- docs-cn/09-third-party/06-statsd.md | 4 +++- docs-cn/09-third-party/07-icinga2.md | 4 +++- docs-cn/09-third-party/08-tcollector.md | 4 +++- docs-cn/14-reference/_telegraf.mdx | 4 ++-- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/docs-cn/09-third-party/02-prometheus.md b/docs-cn/09-third-party/02-prometheus.md index 5c06c05efb..579ec84fe0 100644 --- a/docs-cn/09-third-party/02-prometheus.md +++ b/docs-cn/09-third-party/02-prometheus.md @@ -7,6 +7,8 @@ import Prometheus from "../14-reference/_prometheus.mdx" Prometheus 是一款流行的开源监控告警系统。Prometheus 于2016年加入了 Cloud Native Computing Foundation (云原生云计算基金会,简称 CNCF),成为继 Kubernetes 之后的第二个托管项目,该项目拥有非常活跃的开发人员和用户社区。Prometheus 的数据可以通过 remote_write 接口存储到 TDengine 中,也可以通过 remote_read 接口来查询存储在 TDengine 中的 Prometheus 数据,充分利用 TDengine 对时序数据的高效存储和查询能力。 +安装 Prometheus 请参考[官方文档](https://prometheus.io/docs/prometheus/latest/installation/)。 + ## 依赖配置 TDengine(2.4.0.0+)包含一个 taosAdapter 独立程序,可以接收包括 Prometheus 在内的多种应用的数据写入。只需要将 Prometheus 的 remote_read 和 remote_write url 指向 taosAdapter 对应的 url 同时设置 Basic 验证即可使用。taosAdapter 可以和 TDengine 部署在同一个系统中,也可以分离部署,taosAdapter 的详细使用方法请参考相关文档。 diff --git a/docs-cn/09-third-party/03-telegraf.md b/docs-cn/09-third-party/03-telegraf.md index 3c16fb3cce..36bad84459 100644 --- a/docs-cn/09-third-party/03-telegraf.md +++ b/docs-cn/09-third-party/03-telegraf.md @@ -5,7 +5,9 @@ title: Telegraf 写入 import Telegraf from "../14-reference/_telegraf.mdx" -Telegraf 是一款十分流行的指标采集开源软件。在数据采集和平台监控系统中,Telegraf 可以采集多种组件的运行信息,而不需要自己手写脚本定时采集,降低数据获取的难度。将 Telegraf 的数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。安装 Telegraf 请参考[官方文档](https://portal.influxdata.com/downloads/)。 +Telegraf 是一款十分流行的指标采集开源软件。在数据采集和平台监控系统中,Telegraf 可以采集多种组件的运行信息,而不需要自己手写脚本定时采集,降低数据获取的难度。将 Telegraf 的数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。 + +安装 Telegraf 请参考[官方文档](https://docs.influxdata.com/telegraf/v1.22/install/)。 ## 依赖配置 diff --git a/docs-cn/09-third-party/05-collectd.md b/docs-cn/09-third-party/05-collectd.md index 3bf9b7fc8b..52d8d22a1a 100644 --- a/docs-cn/09-third-party/05-collectd.md +++ b/docs-cn/09-third-party/05-collectd.md @@ -5,7 +5,9 @@ title: collectd 写入 import CollectD from "../14-reference/_collectd.mdx" -collectd 是一款插件式架构的开源监控软件,它可以收集各种来源的指标,如操作系统,应用程序,日志文件和外部设备,并存储此信息或通过网络提供。将 collectd 采集的数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。安装 collectd 请参考[官方文档](https://collectd.org/download.shtml)。 +collectd 是一款插件式架构的开源监控软件,它可以收集各种来源的指标,如操作系统,应用程序,日志文件和外部设备,并存储此信息或通过网络提供。将 collectd 采集的数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。 + +安装 collectd 请参考[官方文档](https://collectd.org/download.shtml)。 ## 依赖配置 diff --git a/docs-cn/09-third-party/06-statsd.md b/docs-cn/09-third-party/06-statsd.md index cb2f797c22..7c5837d0e2 100644 --- a/docs-cn/09-third-party/06-statsd.md +++ b/docs-cn/09-third-party/06-statsd.md @@ -5,7 +5,9 @@ title: StatsD 直接写入 import StatsD from "../14-reference/_statsd.mdx" -StatsD 是汇总和总结应用指标的一个简单的守护进程,近些年来发展迅速,已经变成了一个用于收集应用性能指标的统一的协议。将 StatsD 采集的指标数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。安装 StatsD 请参考[官方文档](https://github.com/statsd/statsd)。 +StatsD 是汇总和总结应用指标的一个简单的守护进程,近些年来发展迅速,已经变成了一个用于收集应用性能指标的统一的协议。将 StatsD 采集的指标数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。 + +安装 StatsD 请参考[官方文档](https://github.com/statsd/statsd)。 ## 依赖配置 diff --git a/docs-cn/09-third-party/07-icinga2.md b/docs-cn/09-third-party/07-icinga2.md index 376e1791b6..d282289256 100644 --- a/docs-cn/09-third-party/07-icinga2.md +++ b/docs-cn/09-third-party/07-icinga2.md @@ -5,7 +5,9 @@ title: icinga2 写入 import Icinga2 from "../14-reference/_icinga2.mdx" -icinga2 是一款开源主机、网络监控软件,最初由 Nagios 网络监控应用发展而来。目前,icinga2 遵从 GNU GPL v2 许可协议发行。将 icinga2 采集的数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。安装 icinga2 请参考[官方文档](https://icinga.com/docs/icinga-2/latest/doc/02-installation/) +icinga2 是一款开源主机、网络监控软件,最初由 Nagios 网络监控应用发展而来。目前,icinga2 遵从 GNU GPL v2 许可协议发行。将 icinga2 采集的数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。 + +安装 icinga2 请参考[官方文档](https://icinga.com/docs/icinga-2/latest/doc/02-installation/) ## 依赖配置 diff --git a/docs-cn/09-third-party/08-tcollector.md b/docs-cn/09-third-party/08-tcollector.md index 2bfdbb1c6f..f066cf264d 100644 --- a/docs-cn/09-third-party/08-tcollector.md +++ b/docs-cn/09-third-party/08-tcollector.md @@ -5,7 +5,9 @@ title: TCollector 写入 import Tcollector from "../14-reference/_tcollector.mdx" -TCollector 是 openTSDB 的一部分,它用来采集客户端日志发送给数据库。将 TCollector 采集的日志数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。安装 TCollector 请参考[官方文档](http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html#installation-of-tcollector) +TCollector 是 openTSDB 的一部分,它用来采集客户端日志发送给数据库。将 TCollector 采集的日志数据存在到 TDengine 中可以充分利用 TDengine 对时序数据的高效存储和查询能力。 + +安装 TCollector 请参考[官方文档](http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html#installation-of-tcollector) ## 依赖配置 diff --git a/docs-cn/14-reference/_telegraf.mdx b/docs-cn/14-reference/_telegraf.mdx index 5721121085..d6f1f879ac 100644 --- a/docs-cn/14-reference/_telegraf.mdx +++ b/docs-cn/14-reference/_telegraf.mdx @@ -1,12 +1,12 @@ ## 配置 Telegraf -配置方法,在 `/etc/telegraf/telegraf.conf` 增加如下配置,其中 `database name` 请填写希望在 TDengine 保存 Telegraf 数据的数据库名,`TDengine server`、`cluster host`、`username` 和 `password` 填写 TDengine 集群中的实际配置: +配置方法,在 `/etc/telegraf/telegraf.conf` 增加如下配置,其中 `database name` 请填写希望在 TDengine 保存 Telegraf 数据的数据库名,`TDengine cluster host`、`username` 和 `password` 填写 TDengine 集群中的实际配置: 示例 telegraf.conf 如下: ``` [[outputs.http]] - url = "http://:6041/influxdb/v1/write?db=" + url = "http://:6041/influxdb/v1/write?db=" method = "POST" timeout = "5s" username = "" -- GitLab