centreon / centreon-broker

A full-featured monitoring event broker, compatible with MySQL, RRDtool, Graphite and more
Apache License 2.0
37 stars 15 forks source link

Mon 6682 split modules #621

Closed bouda1 closed 3 years ago

bouda1 commented 3 years ago

Description

Why loading all the modules everytimes. Usually engine does not need sql, storage, bam, lua etc... For cbd, this is not so logical but it makes also sense.

This fix allows cbd/cbmod to read their config file and select only the modules to be able to run correctly.

REFS: MON-6682

Type of change