diff --git a/docs-cn/14-reference/_collectd.mdx b/docs-cn/14-reference/_collectd.mdx index 7d68bca25a5c116137066c07c8e965500a46aed7..447b7fa79e8c61afa91079629ccd08bcb5171487 100644 --- a/docs-cn/14-reference/_collectd.mdx +++ b/docs-cn/14-reference/_collectd.mdx @@ -37,7 +37,7 @@ collectd 使用插件机制可以以多种形式将采集到的监控数据写 #### 配置接收直接采集插件数据 -修改 collectd 配置文件(默认为 /etc/collectd/collectd.conf)相关配置项。 +修改 collectd 配置文件(默认位置 /etc/collectd/collectd.conf)相关配置项。 ```text LoadPlugin network @@ -59,7 +59,7 @@ LoadPlugin network #### 配置 write_tsdb 插件数据 -修改 collectd 配置文件(默认为 /etc/collectd/collectd.conf)相关配置项。 +修改 collectd 配置文件(默认位置 /etc/collectd/collectd.conf)相关配置项。 ```text LoadPlugin write_tsdb diff --git a/docs-cn/14-reference/_icinga2.mdx b/docs-cn/14-reference/_icinga2.mdx index 2b82c39114d808d5ddef2b705a335af1544903c4..3687fc12f52bf87a2a7371880ae314314c047342 100644 --- a/docs-cn/14-reference/_icinga2.mdx +++ b/docs-cn/14-reference/_icinga2.mdx @@ -2,7 +2,7 @@ 配置 taosAdapter 接收 icinga2 数据的方法: -- 在 taosAdapter 配置文件(默认位置为 /etc/taos/taosadapter.toml)中使能配置项 +- 在 taosAdapter 配置文件(默认位置 /etc/taos/taosadapter.toml)中使能配置项 ``` ... diff --git a/docs-cn/14-reference/_prometheus.mdx b/docs-cn/14-reference/_prometheus.mdx index 96ae32d9ab395072b725e9c47b8d5d0b662e13d4..be73d95cbc001727ee1ea60759f37e0a836643c2 100644 --- a/docs-cn/14-reference/_prometheus.mdx +++ b/docs-cn/14-reference/_prometheus.mdx @@ -1,4 +1,4 @@ -配置 Prometheus 是通过编辑 Prometheus 配置文件 prometheus.yml (默认路径 /etc/prometheus/prometheus.yml)完成的。 +配置 Prometheus 是通过编辑 Prometheus 配置文件 prometheus.yml (默认位置 /etc/prometheus/prometheus.yml)完成的。 ### 配置第三方数据库地址 diff --git a/docs-cn/14-reference/_statsd.mdx b/docs-cn/14-reference/_statsd.mdx index 52c23ed1fab1f8ab7c92bcf87dc44408648306f7..8b59347fee7fa965977e057bdd7fd9ea2b8bf2ee 100644 --- a/docs-cn/14-reference/_statsd.mdx +++ b/docs-cn/14-reference/_statsd.mdx @@ -2,7 +2,7 @@ 配置 taosAdapter 接收 StatsD 数据的方法: -- 在 taosAdapter 配置文件(默认位置为 /etc/taos/taosadapter.toml)中使能配置项 +- 在 taosAdapter 配置文件(默认位置 /etc/taos/taosadapter.toml)中使能配置项 ``` ... diff --git a/docs-cn/14-reference/_tcollector.mdx b/docs-cn/14-reference/_tcollector.mdx index 8635325268c196a88ff63ca903613eb5312a6564..f0780f32df415f0b826b3f43d0ccaa8127e47470 100644 --- a/docs-cn/14-reference/_tcollector.mdx +++ b/docs-cn/14-reference/_tcollector.mdx @@ -3,7 +3,7 @@ 配置 taosAdapter 接收 TCollector 数据的方法: -- 在 taosAdapter 配置文件(默认位置为 /etc/taos/taosadapter.toml)中使能配置项 +- 在 taosAdapter 配置文件(默认位置 /etc/taos/taosadapter.toml)中使能配置项 ``` ... diff --git a/docs-cn/14-reference/_telegraf.mdx b/docs-cn/14-reference/_telegraf.mdx index f2bae47c54ad0d3f3019c4f14c06a17ae7ed6c75..bae46d66062ad7d5bfc2487900c02bd7a19ce4f6 100644 --- a/docs-cn/14-reference/_telegraf.mdx +++ b/docs-cn/14-reference/_telegraf.mdx @@ -1,5 +1,5 @@ -在 Telegraf 配置文件(默认为 /etc/telegraf/telegraf.conf) 增加 outputs.http 输出模块配置: +在 Telegraf 配置文件(默认位置 /etc/telegraf/telegraf.conf) 增加 outputs.http 输出模块配置: ``` [[outputs.http]]