-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
custom plugin install? #268
Comments
This is a standard plugin (https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_aggregation) that could be supported by this module -- but is currently not. You need to implement the plugin in this module. Feel free to PR. Read the bottom of the README for some basic guidance. Feel free to ask for pointers if needed |
Txaj, Thank you for your response, I'm trying to implement this but I'm running into a design issue.
|
look at the collectd::plugin defined type ; there is several arguments you can pass (especially the priority one) that you could make use of If I understand well you can have 0..n Aggregation blocks ? If yes you can look for example in plugins like curl, postgresql or python on how we solved that. This is an advanced pattern indeed :-) |
I created pull request for that #289 |
Hello. Im looking to use https://collectd.org/wiki/index.php/Plugin:Aggregation/Config using your module can you tell me if this is possible? I dont see a way to add custom plugin defs. Thank you
The text was updated successfully, but these errors were encountered: