Skip to main content
Solved

Unattended installation of a Centreon Remote

  • January 21, 2022
  • 1 reply
  • 161 views

Forum|alt.badge.img+6

Is is possible to use unattended.sh to install a remote server?

Reading both documentation and code, I see one difference:

During web installation, it is not necessary to install Autodiscovery module:

In the code, I see ‘process_step8.php’ with something about Autodiscovery:

There are other difference or attention point?

Best answer by Thomas Arnaud

The code you see about autodiscovery concerns the automatic execution of the install wizard.
One of the steps of this wizard enables extensions.

But you don’t have to execute the wizard automatically (by default, it is not).

So you can install normally with the unsttended.sh script, go through the wizard from a web browser and avoid enabling the autodiscovery module when you are asked for that.

1 reply

Thomas Arnaud
Centreonian
Forum|alt.badge.img+2
  • Centreonian
  • Answer
  • January 21, 2022

The code you see about autodiscovery concerns the automatic execution of the install wizard.
One of the steps of this wizard enables extensions.

But you don’t have to execute the wizard automatically (by default, it is not).

So you can install normally with the unsttended.sh script, go through the wizard from a web browser and avoid enabling the autodiscovery module when you are asked for that.