-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Feature Request: Add collectd parser #1100
Comments
since we already have the tcp_listener and udp_listener plugins, we should be able to just write a parser for the collectd format (https://github.com/influxdata/telegraf/tree/master/plugins/parsers) |
We workaround it with graphite output from Collectd, and used UDP listener on the host with the latest template feature, and it works very well |
I really like the idea of having a specific plugin for collectd |
It won't be a whole input plugin, just a new parser to be used with socket_listener like this:
|
One limitation of this method is we can't support authentication, encryption, signing, or validation against a types database. |
This is not correct, all of these can be supported via additional parser options:
|
Implemented in #2654 |
Should be fairly straightforward to port the existing code from InfluxDB's collectd input service.
The text was updated successfully, but these errors were encountered: