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.
