Skip to content
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] Expose collectd::plugin::order to defined plugin classes #946

Open
jacobeatsspam opened this issue Jun 8, 2020 · 0 comments

Comments

@jacobeatsspam
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet:
  • Ruby:
  • Distribution:
  • Module version: 12.1.0

How to reproduce (e.g Puppet code you use)

Try to use ordering on plugins like aggregation:

class { '::collectd::plugin::aggregation':
  order        => 20,
  aggregations => {...},
}

What are you seeing

The plumbing doesn't exist

What behaviour did you expect instead

That the plumbing exists to pass the parameter

Output log

Any additional information you'd like to impart

I think this is a straight forward feature request. I'll try to find time to make a PR. Let me know if I can answer any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant