summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-03-20 10:14:51 -0400
committerGitHub <noreply@github.com>2024-03-20 10:14:51 -0400
commit11cf7564d5e3cdf524c38c6b29141932e5cfcbde (patch)
tree12097d81a6744aa6cacb4a902a7636aaf8e3e51c /netdata-installer.sh
parent2dd5146ca8878f5afe293b5b7f6632be587455b9 (diff)
Improve offline install error handling. (#17153)
* Handle braindead firewalls that block HTTP HEAD requests. Apparently there exist firewalls out there that allow HTTP GET requests but block HTTP HEAD requests. This causes issues in our installer code because we use HEAD requests to efficiently check if files exist on remote servers. In most cases, correct behavior here is to check if a known valid URL fails our remote file check, and if it does short-circuit the check on subsequent calls. * Bail early if we fail to download anything for offline installs. This ensures we give a proper error message.
Diffstat (limited to 'netdata-installer.sh')
0 files changed, 0 insertions, 0 deletions