云监控服务 CES-管理Agent(Linux):查看Agent版本

时间:2023-11-01 16:19:48

查看Agent版本

  1. 使用root帐号,登录E CS
  2. 执行如下命令,确认使用Agent的版本。

    if [[ -f /usr/local/uniagent/extension/install/telescope/bin/telescope ]]; then /usr/local/uniagent/extension/install/telescope/bin/telescope -v; elif [[ -f /usr/local/telescope/bin/telescope ]]; then echo "old agent"; else echo 0; fi

    • 返回“old agent”,表示使用老版本Agent,请参考老版本操作指令。
    • 返回版本号,表示使用新版本Agent,请参考新版本操作指令。
    • 返回“0”,表示未安装Agent。
support.huaweicloud.com/usermanual-ces/ces_01_0036.html