Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform Stackdriver代理安装失败_Google Cloud Platform_Google Compute Engine_Stackdriver - Fatal编程技术网

Google cloud platform Stackdriver代理安装失败

Google cloud platform Stackdriver代理安装失败,google-cloud-platform,google-compute-engine,stackdriver,Google Cloud Platform,Google Compute Engine,Stackdriver,我正在尝试安装Stackdriver代理。我正在使用谷歌云实例(os Ubuntu),并按照谷歌云文档中给出的指示进行监控。这里是来自我的服务器控制台的日志 root@instance-1:~/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 h

我正在尝试安装Stackdriver代理。我正在使用谷歌云实例(os Ubuntu),并按照谷歌云文档中给出的指示进行监控。这里是来自我的服务器控制台的日志

root@instance-1:~/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.
root@instance-1:~/opt# 
根据报告,目前支持以下内容:

  • LTS 12.04“精确”
  • LTS 14.04“可靠”
  • LTS 16.04“Xenial”
而且似乎只支持LTS版本。

根据,目前支持以下版本:

  • LTS 12.04“精确”
  • LTS 14.04“可靠”
  • LTS 16.04“Xenial”

而且似乎只支持LTS版本。

首先,您需要键入以下内容:

sudo apt-cache madison stackdriver-agent
显示代理的可用版本列表,以选择要安装的版本

结果:

stackdriver代理| 6.0.2-1.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 6.0.1-1.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 6.0.0-1.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 5.5.2-1002.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 5.5.2-1001.仿生| 谷歌云监控仿生all/main amd64软件包

然后:

sudo apt-get install -y 'stackdriver-agent=[MAJOR_VERSION].*'
例如,要锁定代理的6.0.2-1仿生,请运行:

sudo apt-get install -y 'stackdriver-agent=6.0.2-1.bionic*'

首先,您需要键入以下内容:

sudo apt-cache madison stackdriver-agent
显示代理的可用版本列表,以选择要安装的版本

结果:

stackdriver代理| 6.0.2-1.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 6.0.1-1.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 6.0.0-1.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 5.5.2-1002.仿生| 谷歌云监控仿生all/main amd64软件包

stackdriver代理| 5.5.2-1001.仿生| 谷歌云监控仿生all/main amd64软件包

然后:

sudo apt-get install -y 'stackdriver-agent=[MAJOR_VERSION].*'
例如,要锁定代理的6.0.2-1仿生,请运行:

sudo apt-get install -y 'stackdriver-agent=6.0.2-1.bionic*'

您可以读取脚本源代码(或从中获取)。这可能会帮助您调试它。猜测不存在。您可以读取脚本源代码(或从中获取)。这可能会帮助您调试它。猜测是不存在的。