I noticed that update 24.04 emptied the /etc/centreon/conf.pm file while it is still being used by several tasks. For example:
/etc/default/centreontrapd:OPTIONS="--logfile=/var/log/centreon/centreontrapd.log --severity=error --config=/etc/centreon/conf.pm --config-extra=/etc/centreon/centreontrapd.pm"
/etc/cron.d/centreon:0 3 * * * centreon /usr/share/centreon/cron/eventReportBuilder --config=/etc/centreon/conf.pm >> /var/log/centreon/eventReportBuilder.log 2>&1
/etc/cron.d/centreon:0 6 * * * centreon /usr/share/centreon/cron/dashboardBuilder --config=/etc/centreon/conf.pm >> /var/log/centreon/dashboardBuilder.log 2>&1Is this a bug ? Or crons and centreontrapd should use another conf files now ?
