1
1
# Collectd
2
2
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.
4
4
5
- ## Configuration Parameters < a id = " config " ></ a >
5
+ ## Configuration parameters
6
6
7
7
The plugin supports the following configuration parameters:
8
8
9
9
| Key | Description | Default |
10
10
| :--- | :--- | :--- |
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 ` |
15
15
16
- ## Configuration Examples < a id = " config_example " ></ a >
16
+ ## Configuration examples
17
17
18
- Here is a basic configuration example.
18
+ Here is a basic configuration example:
19
19
20
20
``` python
21
21
[INPUT ]
@@ -29,6 +29,6 @@ Here is a basic configuration example.
29
29
Match *
30
30
```
31
31
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 ` .
33
33
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