Skip to main content
Question

Centreon poller 24.10 unattended script unavailable

  • August 10, 2026
  • 1 reply
  • 5 views

Forum|alt.badge.img

Hello,

 

Just a note that recently the unattended script on page https://docs.centreon.com/docs/24.10/installation/installation-of-a-poller/unattended-install-poller/ as step 2 for installing 24.10 pollers:

curl -L https://download.centreon.com/24.10/unattended.sh --output /tmp/unattended.sh

 

is throwing HTTP 404 and downloading the HTML error page instead.

URL: https://download.centreon.com/24.10/unattended.sh

 

In my opinion, it would be better for these pages to either:

  • if this situation is unavoidable, return HTTP 404 status without returning a human readable document, instead of whole HTML to be pulled and executed blindly on other people’s servers,
  • return a script that echoes “sorry we pulled the script for maintenance, try again later”, or
  • joining lines 2 and 3 using && operator to avoid executing the error page.
     

Thank you.

 

1 reply

Forum|alt.badge.img+12
  • Builder **
  • August 11, 2026

Hi ​@Lubos.Medovarsky ,

i find the script here :
centreon/centreon/unattended.sh at 7ece922b14fe47b4297493a7628ec14a1646494e · centreon/centreon
    echo " $script_short_name [install|update (default: install)] [-t <central|poller> (default: central)] [-v <24.10|25.10|26.07> (default: 25.10)] [-r <stable|testing-hotfix|testing-release|unstable> (default: stable)] [-d <MariaDB|MySQL> (default: MariaDB)] [--tls <enabled|disabled> (default: disabled)] [-l <DEBUG|INFO|WARN|ERROR>] [-s (for silent install)] [-p <centreon admin password>] [-h (show this help output)] [-V configure a vault, using format <address>;<port>;<root_path>;<role_id>;<secret_id>]"
 

Hope this help.

regards