From 058529d4b6249eb9abbd7f1e97a141fcec1e425d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sun, 15 May 2022 16:50:33 +0800 Subject: [PATCH] docs: fix build issues of 3rd parties in english (#12505) * docs: 3rd parties doc in English [TD-15558] * fix link to broder * docs: third parties doc in English [TD-15558] * docs: 3rd parties doc in English translate reference doc * fix img link * fix img links * fix build issues --- docs-en/14-reference/_icinga2.mdx | 2 +- docs-en/14-reference/_statsd.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-en/14-reference/_icinga2.mdx b/docs-en/14-reference/_icinga2.mdx index a6d3bb71f9..a462a765e4 100644 --- a/docs-en/14-reference/_icinga2.mdx +++ b/docs-en/14-reference/_icinga2.mdx @@ -28,7 +28,7 @@ The default database name written by the taosAdapter is `icinga2`. You can also - Enable opentsdb-writer for icinga2 (refer to the link https://icinga.com/docs/icinga-2/latest/doc/14-features/#opentsdb-writer) - Modify the configuration file `/etc/icinga2/features-enabled/opentsdb.conf` by filling in as the domain name or IP address of the server running taosAdapter and as the corresponding port on which taosAdapter supports receiving icinga2 data (default is 6048) -ðŸ™' ðŸ™' +``` object OpenTsdbWriter "opentsdb" { host = "" port = diff --git a/docs-en/14-reference/_statsd.mdx b/docs-en/14-reference/_statsd.mdx index 7077f770fa..403aff297c 100644 --- a/docs-en/14-reference/_statsd.mdx +++ b/docs-en/14-reference/_statsd.mdx @@ -33,7 +33,7 @@ The default database name written by taosAdapter is `statsd`. To specify a diffe To use StatsD, you need to download its [source code](https://github.com/statsd/statsd). Please refer to the example file `exampleConfig.js` in the root directory of the source download to modify the configuration file. In , please fill in the domain name or IP address of the server running taosAdapter, and , please fill in the port where taosAdapter receives StatsD data (default is 6044). -ðŸ™' ðŸ™' +``` backends section add ". /backends/repeater" Add { host:'', port: } to repeater section ``` -- GitLab