docs:cdiwadkar16-patch-4-49 - minor
Rephrased 2 sentences for readability.
This commit is contained in:
parent
8bceafef77
commit
1dae724530
|
@ -25,7 +25,7 @@ The default database name written by taosAdapter is `collectd`. You can also mod
|
||||||
#collectd
|
#collectd
|
||||||
collectd uses a plugin mechanism to write the collected monitoring data to different data storage software in various forms. tdengine supports both direct collection plugins and write_tsdb plugins.
|
collectd uses a plugin mechanism to write the collected monitoring data to different data storage software in various forms. tdengine supports both direct collection plugins and write_tsdb plugins.
|
||||||
|
|
||||||
#### is configured to receive data from the direct collection plugin
|
#### Configure the direct collection plugin
|
||||||
|
|
||||||
Modify the relevant configuration items in the collectd configuration file (default location /etc/collectd/collectd.conf).
|
Modify the relevant configuration items in the collectd configuration file (default location /etc/collectd/collectd.conf).
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ LoadPlugin write_tsdb
|
||||||
</Plugin>
|
</Plugin>
|
||||||
```
|
```
|
||||||
|
|
||||||
Where <taosAdapter's host\> fills in the server's domain name or IP address running taosAdapter. <port for collectd write_tsdb plugin\> Fill in the data that taosAdapter uses to receive the collectd write_tsdb plugin (default is 6047).
|
Where <taosAdapter's host\> is the domain name or IP address of the server running taosAdapter. <port for collectd write_tsdb plugin\> Fill in the data that taosAdapter uses to receive the collectd write_tsdb plugin (default is 6047).
|
||||||
|
|
||||||
```text
|
```text
|
||||||
LoadPlugin write_tsdb
|
LoadPlugin write_tsdb
|
||||||
|
|
Loading…
Reference in New Issue