快速上手
安装测试监控 Agent
- 在要监控的服务器上安装监控 Agent 采集监控数据.
CentOS or Redhat
yum install -y http://dl.lodastack.com/download/monitor-agent-0.5.0-2.noarch.x86_64.rpm
Ubuntu
curl -sLO http://dl.lodastack.com/download/monitor-agent_0.5.0-2.noarch_amd64.deb && sudo dpkg -i monitor-agent_0.5.0-2.noarch_amd64.deb
- 登录 demo 系统查看监控数据, http://【服务器地址】:8080, 服务器会自动注册到
pool.loda
节点.
地 址: http://【服务器地址】:8080
用户名: demo
密 码: demo
清理监控 Agent
关闭 Agent 服务:
systemctl stop monitor-agent
删除 Agent:
CentOS or Redhat
yum remove monitor-agent
Ubuntu
sudo dpkg -r monitor-agent