11# Collectd
22
3- The ** collectd ** input plugin allows you to receive datagrams from collectd service.
3+ The _ Collectd _ input plugin lets you receive datagrams from the ` collectd ` service.
44
5- ## Configuration Parameters < a id = " config " ></ a >
5+ ## Configuration parameters
66
77The plugin supports the following configuration parameters:
88
99| Key | Description | Default |
1010| :--- | :--- | :--- |
11- | Listen | Set the address to listen to | 0.0.0.0 |
12- | Port | Set the port to listen to | 25826 |
13- | TypesDB | Set the data specification file | /usr/share/collectd/types.db |
14- | Threaded | Indicates whether to run this input in its own [ thread] ( ../../administration/multithreading.md#inputs ) . | ` false ` |
11+ | ` Listen ` | Set the address to listen to. | ` 0.0.0.0 ` |
12+ | ` Port ` | Set the port to listen to. | ` 25826 ` |
13+ | ` TypesDB ` | Set the data specification file. | ` /usr/share/collectd/types.db ` |
14+ | ` Threaded ` | Indicates whether to run this input in its own [ thread] ( ../../administration/multithreading.md#inputs ) . | ` false ` |
1515
16- ## Configuration Examples < a id = " config_example " ></ a >
16+ ## Configuration examples
1717
18- Here is a basic configuration example.
18+ Here is a basic configuration example:
1919
2020``` python
2121[INPUT ]
@@ -29,6 +29,6 @@ Here is a basic configuration example.
2929 Match *
3030```
3131
32- With this configuration, Fluent Bit listens to ` 0.0.0.0:25826 ` , and outputs incoming datagram packets to stdout.
32+ With this configuration, Fluent Bit listens to ` 0.0.0.0:25826 ` , and outputs incoming datagram packets to ` stdout ` .
3333
34- You must set the same types.db files that your collectd server uses. Otherwise, Fluent Bit may not be able to interpret the payload properly.
34+ You must set the same ` types.db ` files that your ` collectd ` server uses. Otherwise, Fluent Bit might not be able to interpret the payload properly.
0 commit comments