don't dream your life, live your dreams !
Contents
I assume that you have a Centos installation
You can copy/paste this script and use it to configure automatically your server.
404: Not Found
404: Not Found
Step 3, answer like this :
| title | value | comments |
|---|---|---|
| Centreon Engine directory | /usr/sbin | because we used in cmake -DWITH_PREFIX_BIN=/usr/sbin |
| Centreon Engine Stats binary | /usr/sbin/centenginestats | |
| Centreon Engine var lib directory | /var/lib64/centreon-engine | because we used in cmake -DWITH_RW_DIR=/var/lib64/centreon-engine/rw |
| Centreon Engine Connector path | /usr/lib64/centreon-connector | because we used in cmake -DWITH_PREFIX_BINARY=/usr/lib64/centreon-connector |
| Centreon Engine Library (*.so) directory | /usr/lib/centreon-engine | because we used in cmake -DWITH_PREFIX_LIB=/usr/lib64/centreon-engine |
Step4, answer like this :
| title | value | comments |
|---|---|---|
| Centreon Broker etc directory | /etc/centreon-broker | because we used in cmake -DWITH_PREFIX_CONF=/etc/centreon-broker |
| Centreon Broker module (cbmod.so) | /usr/lib64/nagios/cbmod.so | because we used in cmake -DWITH_PREFIX_LIB=/usr/lib64/nagios |
| Centreon Broker log directory | /var/log/centreon-broker | |
| Retention file directory | /var/lib64/centreon-broker | |
| Centreon Broker lib (*.so) directory | /usr/share/centreon/lib/centreon-broker | because we used in cmake -DWITH_PREFIX_MODULES=/usr/share/centreon/lib/centreon-broker |
That’s all 🙂

chmod 755 /etc/sudoers echo CENTREON ALL = NOPASSWD: ALL >> /etc/sudoers chmod 0440 /etc/sudoers |
Copyright © 2026 My linux world - by Marc RABAHI
Design by Marc RABAHI and encelades.
admin