VSI指标发送到IBM云监控

时间:2018-01-07 17:34:13

标签: ibm-cloud monitoring

我已按照链接在我的VSI上安装了collectd。 Instruction

但是,它无法将指标上传到监控服务。

日志:

1月6日14:53:45 hkg collectd [3689]:[WARN] IBMCM插件:client.go:334:在Buffer中发送154个度量标准。 1月6日14:53:45 hkg collectd [3689]:[NOTICE] IBMCM插件:client.go:490:连接到https://metrics.au-syd.bluemix.net:9095 1月6日14:53:45 hkg collectd [3689]:[ERROR] IBMCM插件:client.go:514:连接到https://metrics.au-syd.bluemix.net:9095失败:拨打tcp:地址https://metrics.au-syd.bluemix.net:9095中的冒号过多1月6日14:53:45 hkg collectd [3689]:[WARN] IBMCM插件:客户端。 go:445:无法获得套接字。睡5秒钟再试一次。

我的指标似乎无法上传到https://metrics.au-syd.bluemix.net:9095如何修复它并成功将指标上传到IBM Cloud Monitoring?

1 个答案:

答案 0 :(得分:0)

@owhc - 我怀疑你的配置不正确。 IBMCloudMonitoring配置的Host字段不应具有https前缀。

应该看起来像:

<Plugin IBMCloudMonitoring>
   <Endpoint "au">
     Host "metrics.au-syd.bluemix.net"
     Port 9095
     ApiKey "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
     RateCounter false
     ScopeId "s-<your-space-guid>"
  </Endpoint>
</Plugin>

如果这不能解决问题 - 在没有空格和apikey的情况下发布您的配置,我们可以再挖掘一些......