Skip to main content
Version: 1.11.0

Linux 方式安装 light-agent

安装 light-agent

curl -sfL http://<Lighthouse IP>:8089/install.sh | \
COLLECTOR_SERVER_HOST=<Lighthouse IP> \
sh -

查看探针运行状态

journalctl -u light-agent

重启探针

systemctl restart light-agent

卸载探针

/usr/local/light-agent/scripts/uninstall.sh