Skip to content

Pipeline: input: collectd: style #1711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions pipeline/inputs/collectd.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Collectd

The **collectd** input plugin allows you to receive datagrams from collectd service.
The _Collectd_ input plugin lets you receive datagrams from the `collectd` service.

## Configuration Parameters <a id="config"></a>
## Configuration parameters

The plugin supports the following configuration parameters:

| Key | Description | Default |
| :--- | :--- | :--- |
| Listen | Set the address to listen to | 0.0.0.0 |
| Port | Set the port to listen to | 25826 |
| TypesDB | Set the data specification file | /usr/share/collectd/types.db |
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
| `Listen` | Set the address to listen to. | `0.0.0.0` |
| `Port` | Set the port to listen to. | `25826` |
| `TypesDB` | Set the data specification file. | `/usr/share/collectd/types.db` |
| `Threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |

## Configuration Examples <a id="config_example"></a>
## Configuration examples

Here is a basic configuration example.
Here is a basic configuration example:

```python
[INPUT]
Expand All @@ -29,6 +29,6 @@ Here is a basic configuration example.
Match *
```

With this configuration, Fluent Bit listens to `0.0.0.0:25826`, and outputs incoming datagram packets to stdout.
With this configuration, Fluent Bit listens to `0.0.0.0:25826`, and outputs incoming datagram packets to `stdout`.

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.
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.
3 changes: 3 additions & 0 deletions vale-styles/FluentBit/Spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CloudWatch
CMake
cmdlet
cmetrics
collectd
Config
Coralogix
coroutine
Expand All @@ -34,6 +35,8 @@ DaemonSet
Dash0
Datadog
Datagen
datagram
datagrams
datapoint
datapoints
Datastream
Expand Down