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

Add intel_rdt plugin #812

Merged
merged 1 commit into from
Jun 5, 2018
Merged

Conversation

sileht
Copy link
Contributor

@sileht sileht commented Jun 5, 2018

Add intel_rdt plugin

intel_rdt plugin have been added collectd 5.7

This change adds it to puppet-collectd.

class collectd::plugin::intel_rdt (
Enum['present', 'absent'] $ensure = 'present',
Optional[Integer] $interval = undef,
Array[String] $cores = [],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows empty string as well. Can you update it to Array[String[1]]? That enforces a String length of at least one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@bastelfreak bastelfreak added enhancement New feature or request needs-work not ready to merge just yet labels Jun 5, 2018
intel_rdt plugin have been added collectd 5.7

This change adds it to puppet-collectd.
@bastelfreak bastelfreak merged commit 3700eb2 into voxpupuli:master Jun 5, 2018
@bastelfreak bastelfreak removed the needs-work not ready to merge just yet label Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants