Unable to reliably determine host name
故障说明
安装不成功,报出以下错误,或者安装启动成功后,没有相应的平台应用数据。
故障原因
安装 Ci 探针后,默认会以服务器系统的 hostname
作为应用名称,默认的 localhost
、 localhost.localdomain
、 localhost6.localdomains
等名称是无效的,所以需要修改 hostname
,保证其唯一性。
解决方法有以下2种
- 修改服务器的
hostname
为有效值(有的需要重启服务)。 - 修改
/etc/CiAgent/CiAgent.conf
hostname: xxxx
指标(任意可识别的名称,且不能有下划线),此处的 hostname 只是作为应用的名称而存在,与服务器本身的 hostnme 没有关系,所以可以任意设置。