diff --git a/docs-cn/14-reference/_collectd.mdx b/docs-cn/14-reference/_collectd.mdx index 8439d16c5cb713ab2ca890a98396fa4342dac0c1..a7cbf74d2be8d187ac94dea8de9aedb16a388537 100644 --- a/docs-cn/14-reference/_collectd.mdx +++ b/docs-cn/14-reference/_collectd.mdx @@ -5,7 +5,7 @@ collectd 使用插件机制可以以多种形式将采集到的监控数据写 ### 配置接收直接采集插件数据 -修改 collectd 配置文件 `/etc/collectd/collectd.conf` 配置项。其中 填写运行 taosAdapter 的服务器域名或 IP 地址。taosAdapter 默认使用端口 6045 来接收 collectd 直接采集插件的数据。 +修改 collectd 配置文件 `/etc/collectd/collectd.conf` 配置项。其中 填写运行 taosAdapter 的服务器域名或 IP 地址。taosAdapter 默认使用端口 6045 来接收 collectd 直接采集插件的数据。 ```text LoadPlugin network @@ -16,7 +16,7 @@ LoadPlugin network ### 配置 write_tsdb 插件数据 -修改 collectd 配置文件 `/etc/collectd/collectd.conf` 配置项,其中 填写运行 taosAdapter 的服务器域名或 IP 地址。taosAdapter 默认使用端口 6047 来接收 collectd write_tsdb 插件的数据。 +修改 collectd 配置文件 `/etc/collectd/collectd.conf` 配置项,其中 填写运行 taosAdapter 的服务器域名或 IP 地址。taosAdapter 默认使用端口 6047 来接收 collectd write_tsdb 插件的数据。 ```text LoadPlugin write_tsdb diff --git a/docs-cn/14-reference/_icinga2.mdx b/docs-cn/14-reference/_icinga2.mdx index 768dec91d9e5af857037c37a85219aec8ecf0baf..73f1bc1140f427e487e949bde5e586f94afb91ce 100644 --- a/docs-cn/14-reference/_icinga2.mdx +++ b/docs-cn/14-reference/_icinga2.mdx @@ -3,7 +3,7 @@ - 使能 icinga2 的 opentsdb-writer(参考链接 https://icinga.com/docs/icinga-2/latest/doc/14-features/#opentsdb-writer) - 通过修改配置文件 `/etc/taos/taosadapter.toml` 的配置项 `opentsdb_telnet.enable=True`,或使用 taosAdapter 命令行参数的方式,使能 taosAdapter 接收 icinga2 数据功能。taosAdapter 默认写入数据库名称为 icinga2,如果需要指定不同的数据库名称可以在 taosAdapter 配置文件中修改。taosAdapter 需重新启动 -- 修改配置文件 `/etc/icinga2/features-enabled/opentsdb.conf` 填写 为运行 taosAdapter 的服务器的域名或 IP 地址,port 填写 taosAdapter 支持接收 icinga2 数据的相应端口(默认为 6048) +- 修改配置文件 `/etc/icinga2/features-enabled/opentsdb.conf` 填写 为运行 taosAdapter 的服务器的域名或 IP 地址,port 填写 taosAdapter 支持接收 icinga2 数据的相应端口(默认为 6048) ``` object OpenTsdbWriter "opentsdb" { diff --git a/docs-cn/14-reference/_statsd.mdx b/docs-cn/14-reference/_statsd.mdx index 77782dc87cebb30743661ab70703fd489b6743cb..f08e62046fd60d45d7fa82efdc27e79fd5c05e3b 100644 --- a/docs-cn/14-reference/_statsd.mdx +++ b/docs-cn/14-reference/_statsd.mdx @@ -1,7 +1,7 @@ taosAdapter 默认使用数据库名称为 statsd ,如需修改数据库名称请停止 taosAdapter 服务并在 taosAdapter 配置文件中修改后重启 taosadapter。 -在 `config.js` 文件中增加如下内容后启动 StatsD,其中 请填写 taosAdapter 配置的实际值(默认为 6044): +在 `config.js` 文件中增加如下内容后启动 StatsD,其中 请填写 taosAdapter 配置的实际值(默认为 6044): ``` backends 部分添加 "./backends/repeater" diff --git a/docs-cn/14-reference/_telegraf.mdx b/docs-cn/14-reference/_telegraf.mdx index a52c7a2856bca5f8b68630b36f555d51ed1a98c7..db33c08e01fbbb66bb87eeb03ceb8c60fbd32138 100644 --- a/docs-cn/14-reference/_telegraf.mdx +++ b/docs-cn/14-reference/_telegraf.mdx @@ -1,5 +1,5 @@ -配置方法,在 `/etc/telegraf/telegraf.conf` 增加如下配置,其中 请填写运行 taosAdapter 服务的服务器域名或 IP 地址, 请填写 REST 服务的端口(默认为 6041), 请填写当前运行的 TDengine 实际配置, 请填写希望在 TDengine 保存 Telegraf 数据的数据库名。 +配置方法,在 `/etc/telegraf/telegraf.conf` 增加如下配置,其中 请填写运行 taosAdapter 服务的服务器域名或 IP 地址, 请填写 REST 服务的端口(默认为 6041), 请填写当前运行的 TDengine 实际配置, 请填写希望在 TDengine 保存 Telegraf 数据的数据库名。 示例 telegraf.conf 如下: