Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2019:0045
OSP13 | After deploying overcloud with collectd support I see duplicate plugin files in the collectd container /etc/collectd.d/ diectory looks like this: ()[root@controller-0 /]# cd /etc/collectd.d/ ()[root@controller-0 collectd.d]# ls -al total 56 drwxr-x---. 1 root root 172 Feb 14 16:24 . drwxr-xr-x. 1 root root 45 Feb 14 16:24 .. -rw-r-----. 1 root root 431 Feb 14 16:10 00-python.conf -rw-r-----. 1 root root 197 Feb 14 16:10 05-logfile.conf -rw-r-----. 1 root root 119 Feb 14 16:10 10-load.conf -rw-r-----. 1 root root 179 Feb 14 16:10 10-memcached.conf -rw-r-----. 1 root root 147 Feb 14 16:10 10-memory.conf -rw-r-----. 1 root root 77 Feb 14 16:10 10-processes.conf -rw-r--r--. 1 collectd root 15 Dec 21 12:09 90-default-plugins-cpu.conf -rw-r--r--. 1 collectd root 21 Dec 21 12:09 90-default-plugins-interface.conf -rw-r--r--. 1 collectd root 16 Dec 21 12:09 90-default-plugins-load.conf -rw-r--r--. 1 collectd root 18 Dec 21 12:09 90-default-plugins-memory.conf -rw-r--r--. 1 collectd root 18 Dec 21 12:09 90-default-plugins-syslog.conf -rw-r--r--. 1 collectd root 168 Dec 21 12:09 apache.conf -rw-r--r--. 1 collectd root 19 Dec 21 12:09 libvirt.conf -rw-r-----. 1 root root 29 Feb 14 16:10 processes-config.conf ----- for example the content of 10-load.conf vs the content of 90-default-plugins-load.conf: 10-load.conf ---------------------- # Generated by Puppet <LoadPlugin load> Globals false </LoadPlugin> <Plugin load> ReportRelative false </Plugin> 90-default-plugins-load.conf ----------------------------- LoadPlugin load all others are the same manner.