天翼云云监控管理Agent(Linux)
文档简介:
查看Agent状态
登录云主机,执行以下命令,查看Agent状态。
service telescoped status
当系统返回以下内容,则表示Agent为正常运行状态。
"Telescope process is running well."
说明:
查看、启动、停止和卸载Agent需使用root用户。
查看Agent状态
登录云主机,执行以下命令,查看Agent状态。
service telescoped status
当系统返回以下内容,则表示Agent为正常运行状态。
"Telescope process is running well."
说明:
查看、启动、停止和卸载Agent需使用root用户。
启动Agent
执行以下命令,启动Agent。
/usr/local/telescope/telescoped start
重启Agent
执行以下命令,重启Agent。
/usr/local/telescope/telescoped restart
停止Agent
登录云主机,执行以下命令,停止Agent。
service telescoped stop
说明:
如果Telescope安装失败,可能会导致无法正常停止Agent,可通过执行以下命令进一步尝试;
/usr/local/telescope/telescoped stop
卸载Agent
用户可手动卸载Agent插件,卸载后云监控将不再主动采集ESC秒级粒度的监控数据。如需再次使用,请参考《安装配置Agent(Linux)》重新安装。
执行以下命令,即可卸载Agent。
/usr/local/telescope/uninstall.sh