in_collectd: Implement a new input plugin for collectd #1506
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This allows fluent-bit to receive UDP packets from collectd's Network
plugin. You can use it as:
... then it listens to
0.0.0.0:25826
and consumes incoming packets.This implements the basic support for collectd's binary protocol and
also contains a compatible parser for
types.db (5)
, so it shouldcover the most real-life use cases.
The remaining features to be implemented are advanced features like
AES encryption and HMAC signatures (introduced in v4.7), which we
will address in the future patches.
Signed-off-by: Fujimoto Seiji [email protected]