Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

enh(chore) replace centcore by gorgone #8172

Merged
merged 14 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions bin/centcore

This file was deleted.

8 changes: 1 addition & 7 deletions doc/en/faq/remote_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,7 @@ Then generate the Remote Server configuration from the central Centreon server.

3. Missing files in /etc/centreon

Check that **/etc/centreon** includes the following files and that they are not empty:

* instCentCore.conf
* instCentPlugins.conf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the ...Plugins.conf not required anymore

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No only instCentWeb.conf is needed for modules and source update
I change all module to use only instCentWeb.conf (see associated PR for modules)

* instCentWeb.conf

If missing or empty, copy them from the Central Server.
Check that **/etc/centreon/instCentWeb.conf** file is not empty. If missing or empty, copy it from the Central Server.

Purge the import tasks table: ::

Expand Down
6 changes: 0 additions & 6 deletions doc/en/installation/from_sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -652,12 +652,6 @@ Poller communication subsystem (Centcore) installation
CentCore init script installed OK
CentCore default script installed OK

Do you want me to install CentCore run level ?
[y/n], default to [n]:
> y
CentCore Perl lib installed OK
Create /etc/centreon/instCentCore.conf OK

Plugin installation
-------------------

Expand Down
8 changes: 1 addition & 7 deletions doc/en/upgrade/from_sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ Load the previous installation parameters::
[y/n], default to [y]:
> y

Using: /etc/centreon/instCentCore.conf
/etc/centreon/instCentPlugins.conf
Using: /etc/centreon/instCentPlugins.conf
sc979 marked this conversation as resolved.
Show resolved Hide resolved
/etc/centreon/instCentStorage.conf
/etc/centreon/instCentWeb.conf

Expand Down Expand Up @@ -317,11 +316,6 @@ Fill in the required information. ::
CentCore init script installed OK
CentCore default script installed OK

Do you want me to install CentCore run level ?
[y/n], default to [n]:
> y
Create /etc/centreon/instCentCore.conf OK

Upgrading Centreon Plugins
--------------------------

Expand Down
8 changes: 1 addition & 7 deletions doc/fr/faq/remote_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,7 @@ central.

3. Fichiers manquants dans le répertoire /etc/centreon

Vérifiez que le répertoire **/etc/centreon** contient les fichiers suivants :

* instCentCore.conf
* instCentPlugins.conf
* instCentWeb.conf

et que ces fichiers ne sont pas vides, sinon copiez les depuis le serveur Centreon
Vérifiez que le fichier **/etc/centreon/instCentWeb.conf** n'est pas vide, sinon copiez le depuis le serveur Centreon
sc979 marked this conversation as resolved.
Show resolved Hide resolved
Central.

Purgez la table des tâches d'import : ::
Expand Down
6 changes: 0 additions & 6 deletions doc/fr/installation/from_sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,12 +658,6 @@ Installation du composant Centcore
CentCore init script installed OK
CentCore default script installed OK

Do you want me to install CentCore run level ?
[y/n], default to [n]:
> y
CentCore Perl lib installed OK
Create /etc/centreon/instCentCore.conf OK

Installation des plugins
------------------------

Expand Down
8 changes: 1 addition & 7 deletions doc/fr/upgrade/from_sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ Chargement des paramètres d'installation précédents : ::
[y/n], default to [y]:
> y

Using: /etc/centreon/instCentCore.conf
/etc/centreon/instCentPlugins.conf
Using: /etc/centreon/instCentPlugins.conf
/etc/centreon/instCentStorage.conf
/etc/centreon/instCentWeb.conf

Expand Down Expand Up @@ -340,11 +339,6 @@ De nouvelle informations sont nécessaires : ::
CentCore init script installed OK
CentCore default script installed OK

Do you want me to install CentCore run level ?
[y/n], default to [n]:
> y
Create /etc/centreon/instCentCore.conf OK

Mise à jour des sondes Centreon
-------------------------------

Expand Down
16 changes: 0 additions & 16 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -372,22 +372,6 @@ if [ "$PROCESS_CENTSTORAGE" -eq 1 ] ; then
. $INSTALL_DIR/CentStorage.sh
fi

## Start CentCore install
if [ "$PROCESS_CENTCORE" -eq 1 ] ; then
if [ "$use_upgrade_files" -eq 1 -a -e "$inst_upgrade_dir/instCentCore.conf" ] ; then
log "INFO" "$(gettext "Load variables:") $inst_upgrade_dir/instCentCore.conf"

. $inst_upgrade_dir/instCentCore.conf
if [ -n "$NAGIOS_USER" ]; then
echo_info "$(gettext "Convert variables for upgrade:")"
MONITORINGENGINE_USER=$NAGIOS_USER
[ -n "$NAGIOS_GROUP" ] && MONITORINGENGINE_GROUP=$NAGIOS_GROUP
[ -n "$NAGIOS_ETC" ] && MONITORINGENGINE_ETC=$NAGIOS_ETC
fi
fi
. $INSTALL_DIR/CentCore.sh
fi

## Start CentPlugins install
if [ "$PROCESS_CENTREON_PLUGINS" -eq 1 ] ; then
if [ "$use_upgrade_files" -eq 1 -a -e "$inst_upgrade_dir/instCentPlugins.conf" ] ; then
Expand Down
202 changes: 0 additions & 202 deletions libinstall/CentCore.sh

This file was deleted.

Loading