We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/voxpupuli/puppet-collectd/blob/master/templates/plugin/memory.conf.erb contains an if clause that tests for collectd 5.5, however on RHEL7 I have 5.7. The test seems to be wrong, or should check for versions greater or equal than 5.5, but not just 5.5
Setting valuespercentage => true does not have any effect
A collectd memory plugin config stanza enabling percentage values
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
https://github.com/voxpupuli/puppet-collectd/blob/master/templates/plugin/memory.conf.erb contains an if clause that tests for collectd 5.5, however on RHEL7 I have 5.7. The test seems to be wrong, or should check for versions greater or equal than 5.5, but not just 5.5
What are you seeing
Setting valuespercentage => true does not have any effect
What behaviour did you expect instead
A collectd memory plugin config stanza enabling percentage values
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: