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
@devfaz with 395036a you've silently broken the usage of collectd::plugin::processes::processmatch and collectd::plugin::processes::process as the concat fragments from both defines are not collected anymore unless you've specified a process or processmatch option in the collectd::plugin::processes class.
The correct fix would be to use collectd from wheezy-backports or maybe make collectd monitor itself by default.
The text was updated successfully, but these errors were encountered:
oscarkraemer
added a commit
to oscarkraemer/puppet-collectd
that referenced
this issue
Nov 8, 2017
Revert "collectd may fail to start in wheezy if processes-plugin
is used without any process"
There is an issue open issue on puppet-collectd:
voxpupuli#652
This reverts commit 395036a.
This fixes a old silent bug that was created by
395036a
This commit makes it possible define single process again like:
collectd::plugin::processes::process { 'collectd' : }
Without also having to create:
class { 'collectd::plugin::processes':
processes => [ 'foo', 'bar' }
This fixes the issues voxpupuli#652 and voxpupuli#595.
@devfaz with 395036a you've silently broken the usage of collectd::plugin::processes::processmatch and collectd::plugin::processes::process as the concat fragments from both defines are not collected anymore unless you've specified a process or processmatch option in the collectd::plugin::processes class.
The correct fix would be to use collectd from wheezy-backports or maybe make collectd monitor itself by default.
The text was updated successfully, but these errors were encountered: