Installation fluentd安装不工作

Installation fluentd安装不工作,installation,fluentd,Installation,Fluentd,我正试图在我的linux机器上安装td代理,我得到以下错误 命令: curl -L https://td-toolbelt.herokuapp.com/sh/install-redhat-td-agent2.sh | sh 输出: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Tota

我正试图在我的linux机器上安装td代理,我得到以下错误

命令:

curl -L https://td-toolbelt.herokuapp.com/sh/install-redhat-td-agent2.sh | sh
输出:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
110   662  110   662    0     0   1870      0 --:--:-- --:--:-- --:--:--  2916
This script requires superuser access to install rpm packages.
You will be prompted for your password by sudo.
curl: (28) connect() timed out!
error: https://packages.treasuredata.com/GPG-KEY-td-agent: import read failed(2).
Loaded plugins: security
packages.treasuredata.com/2/redhat/6Server/x86_64/repodata/repomd.xml: (28, 'connect() timed out!')

有没有其他安装方法?

您的连接有问题。 你的IP可能被禁止。。你试过从另一台机器上运行相同的命令吗

根据代码:

CURLE_OPERATION_TIMEDOUT (28)

Operation timeout. The specified time-out period was reached according to the conditions.
您可以创建一个本地文件,并粘贴与此处相同的代码

https://td-toolbelt.herokuapp.com/sh/install-redhat-td-agent2.sh
然后


并执行它。

我在所有机器上都试过了。我甚至无法在浏览器中打开
chmod +x youscript.sh