-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Error with Plugin "Load" with collectd-5.9 and RHEL-8 #901
Comments
This issue is tracked on collectd/collectd#3180 as well. Unfortunately it'll take some time until it rolls in RHEL8 :( |
cyberkov
added a commit
to apa-it/puppet-module-collectd
that referenced
this issue
Jan 20, 2020
bastelfreak
added a commit
that referenced
this issue
Feb 8, 2020
fixes #901 by excluding the ReportRelative option
cyberkov
added a commit
to apa-it/puppet-module-collectd
that referenced
this issue
Feb 11, 2020
traylenator
added a commit
to traylenator/puppet-collectd
that referenced
this issue
Mar 20, 2020
Refixes voxpupuli#901 The bug was that a ReportRelative configuration to the load plugin for collectd 5.9 was causing a parse error. collectd module now skips this configuration for collectd for collectd >= 5.9. Previously it was '!=' 5.9. * Upsteam bug for collectd: voxpupuli#901 * Previous incorrect commit: voxpupuli@8edc014
traylenator
added a commit
to traylenator/puppet-collectd
that referenced
this issue
Mar 20, 2020
Refixes voxpupuli#901 The bug was that a ReportRelative configuration to the load plugin for collectd 5.9 was causing a parse error. collectd module now skips this configuration for collectd for collectd >= 5.9. Previously it was '!=' 5.9. * Upsteam bug for collectd: voxpupuli#901 * Previous incorrect commit: voxpupuli@8edc014
traylenator
added a commit
to traylenator/puppet-collectd
that referenced
this issue
Mar 20, 2020
Refixes voxpupuli#901 The bug was that a ReportRelative configuration to the load plugin for collectd 5.9.0 was causing a parse error. It has been fixed for 5.9.1 collectd module now skips this configuration for collectd for collectd == 5.9.0 Previously it was '!=' 5.9. * Upsteam bug for collectd: voxpupuli#901 * Previous incorrect commit: voxpupuli@8edc014
traylenator
added a commit
to traylenator/puppet-collectd
that referenced
this issue
Mar 20, 2020
Refixes voxpupuli#901 The bug was that a ReportRelative configuration to the load plugin for collectd 5.9.0 was causing a parse error. It has been fixed for 5.9.1 collectd module now skips this configuration for collectd for collectd == 5.9.0 Previously it was '!=' 5.9. * Upsteam bug for collectd: voxpupuli#901 * Previous incorrect commit: voxpupuli@8edc014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Try test config after puppet run.
What behaviour did you expect instead
Disable template load.conf.erb for collectd 5.9
https://github.com/voxpupuli/puppet-collectd/blob/master/templates/plugin/load.conf.erb
It works after comment
<Plugin load>
sections in config.Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: