Private GIT

Skip to content
Snippets Groups Projects
Commit e319bfe8 authored by Kevin Duret's avatar Kevin Duret
Browse files

fix path to centengine and cbd init scripts

parent 59b28347
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@ Parameters that you may change are:
=========================== ===================================================== ================================================
Column Description Possible values and examples
=========================== ===================================================== ================================================
broker Broker engine 'broker' for Centreon Broker, 'ndo' for NDOUtils
broker Broker engine 'broker' for Centreon Broker
broker_correlator_script This parameter is misleading (subject to changes) i.e: /etc/init.d/cbd
broker_correlator_script This parameter is misleading (subject to changes) i.e: cbd
Refers to the Centreon Broker init script
centstorage Enable/disable CentStorage Enable: '1', Disable: '0'
......
......@@ -222,13 +222,12 @@ The path to broker daemon init script.
For example :
* Centreon Broker : */etc/init.d/cbd*
* ndo2db : */etc/init.d/ndo2db*
* Centreon Broker : *cbd*
::
Where is the init script for broker module daemon ?
> /etc/init.d/ndo2db
> cbd
Your sudo has been configured previously
Replace or not your sudoers file.
......
......@@ -60,7 +60,7 @@ Column Description
=========================== ===================================================== ================================================
broker Broker engine 'broker' for Centreon Broker, 'ndo' for NDOUtils
broker_correlator_script This parameter is misleading (subject to changes) i.e: /etc/init.d/cbd
broker_correlator_script This parameter is misleading (subject to changes) i.e: cbd
Refers to the Centreon Broker init script
centstorage Enable/disable CentStorage Enable: '1', Disable: '0'
......
......@@ -26,7 +26,7 @@ MONITORINGENGINE_ETC="/etc/centreon-engine"
MONITORINGENGINE_LOG="/var/log/centreon-engine"
MONITORINGENGINE_USER="centreon-engine"
BROKER_ETC="/etc/centreon-broker"
BROKER_INIT_SCRIPT="/usr/sbin/service cbd"
BROKER_INIT_SCRIPT="cbd"
BROKER_USER="centreon-broker"
SUDO_FILE="/etc/sudoers.d/centreon"
SNMP_ETC="/etc/snmp"
......
......@@ -50,7 +50,7 @@ DEFAULT_MONITORINGENGINE_USER="centreon-engine"
DEFAULT_MONITORINGENGINE_BINARY="/usr/sbin/centengine"
DEFAULT_MONITORINGENGINE_ETC="/etc/centreon-engine"
DEFAULT_MONITORINGENGINE_LOG="/var/log/centreon-engine"
DEFAULT_MONITORINGENGINE_INIT_SCRIPT="/etc/init.d/centengine"
DEFAULT_MONITORINGENGINE_INIT_SCRIPT="centengine"
DEFAULT_BROKER_USER="centreon-broker"
DEFAULT_BROKER_ETC="/etc/centreon-broker"
DEFAULT_BROKER_INIT_SCRIPT="/etc/init.d/cbd"
DEFAULT_BROKER_INIT_SCRIPT="cbd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment