You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If manage_package = false, the cpu plugin is still detecting an old installed package (collectd 5.4) and thus not enabling the cpu parameters valuespercentage etc.
In fact, collectd on this system is installed from source (5.7) and is functioning correctly - if manage_package is set to false, it should not look at the installed packaged version but instead either use minimum_version or some other way of determining collectd version.
What behaviour did you expect instead
Expected to get cpu config with valuespercentage and other 5.5+ parameters, but actually they are missing.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
If manage_package = false, the cpu plugin is still detecting an old installed package (collectd 5.4) and thus not enabling the cpu parameters valuespercentage etc.
In fact, collectd on this system is installed from source (5.7) and is functioning correctly - if manage_package is set to false, it should not look at the installed packaged version but instead either use minimum_version or some other way of determining collectd version.
What behaviour did you expect instead
Expected to get cpu config with valuespercentage and other 5.5+ parameters, but actually they are missing.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: