Open
Description
- Version of collectd: 5.7.2
- Operating system / distribution: Centos7
When we want to update in /collectd/collectd.d/ the interval to a different value then the default, it will not affect the plugins that are loaded by default in the collectd.conf - cpu, memory, interface, disk, rrd plugins.
Expected behavior
Interval should apply to all plugins when it is set in the first file in /collectd/collectd.d/
Actual behavior
Interval will not affect the plugins that are loaded in the collectd.conf.
Steps to reproduce
- Add a conf file to /collectd/collectd.d/ with Interval different then 10
Like: Interval 20 - Check the result
I believe all plugins should not be loaded in the collectd.conf
and only add to the end:
Include "/etc/collectd.d/*.conf"