0

我正在尝试安装Stackdriver代理。我正在使用Google云实例(Ubuntu),并遵循Google云文档中提供的指示进行监控。这里是我服务器控制台的日志。Stackdriver代理安装失败

[email protected]:~/opt# sudo bash stack-install.sh --write-gcm 
Installing agents for Debian or Ubuntu. 
curl: (22) The requested URL returned error: 404 Not Found 
OK 
Hit:1 http://asia-east1.gce.archive.ubuntu.com/ubuntu yakkety InRelease 
Hit:2 http://asia-east1.gce.archive.ubuntu.com/ubuntu yakkety-updates  InRelease 
Get:3 http://asia-east1.gce.archive.ubuntu.com/ubuntu yakkety-backports  InRelease [102 kB] 
Ign:4 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 InRelease 
Hit:5 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release 
Hit:6 http://security.ubuntu.com/ubuntu yakkety-security InRelease 
Hit:8 http://archive.canonical.com/ubuntu yakkety InRelease 
Hit:9 https://deb.nodesource.com/node_6.x yakkety InRelease 
Fetched 102 kB in 0s (111 kB/s) 
Reading package lists... 
Reading package lists... 
Building dependency tree... 
Reading state information... 
E: Unable to locate package stackdriver-agent 
Installation failed. 
[email protected]:~/opt# 
+0

您可以阅读脚本源代码(或从https://repo.stackdriver.com/stack-install.sh获取它)。这可能会帮助您调试它。猜测https://repo.stackdriver.com/yakkety.list不存在。 – jarmod

回答

0

根据该list of documented OSs,以下是目前支持:

  • LTS 12.04 “精确的”
  • LTS 14.04 “可信赖的”
  • LTS 16.04 “Xenial”

而且似乎只支持LTS版本。