云监控服务 CES-管理Agent:管理Agent(Linux)
管理Agent(Linux)
查看、启动、停止、更新和卸载Agent需使用root用户。
- 查看Agent版本
- 使用root账号,登录主机。
- 执行如下命令,确认使用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。
- 查看Agent状态(新版本)
/usr/local/uniagent/extension/install/telescope/telescoped status
当系统返回以下内容,则表示Agent为正常运行状态。
"Telescope process is running well."
- 重启Agent(新版本)
/usr/local/uniagent/extension/install/telescope/telescoped restart
图1 重启Agent
- 停止Agent(新版本)
service uniagent stop /usr/local/uniagent/extension/install/telescope/telescoped stop
- 查看Agent状态(老版本)
以root用户登录E CS 或BMS,执行以下命令,查看Agent状态。
service telescoped status
当系统返回以下内容,则表示Agent为正常运行状态。
"Active(running)"或"Telescope process is running well."
- 停止Agent(老版本)
service telescoped stop
如果Telescope安装失败,可能会导致无法正常停止Agent,可通过执行以下命令进一步尝试;
/usr/local/telescope/telescoped stop