Pulse Monitor 一款极度简约的探针搭建教程

7b6e79c0-b638-4d94-bebe-95e47329a0de.jpg

Docker 部署

docker run -d \
  --name pulse-monitor \
  -p 8008:8008 \
  -v $(pwd)/pulse-data:/app/data \
  --restart unless-stopped \
  xhh1128/pulse:latest

查看监控面板

访问 http://YOUR_IP:8008 查看监控面板


客户端删除命令

systemctl stop pulse-client && systemctl disable pulse-client && rm -rf /opt/pulse/pulse-client /etc/systemd/system/pulse-client.service

服务端删除命令

systemctl stop pulse-server && systemctl disable pulse-server && rm -rf /opt/pulse /etc/systemd/system/pulse-server.service

GitHub 链接

CC BY-NC-SA 4.0 Deed | 署名-非商业性使用-相同方式共享
最后更新时间:2025-12-30 02:32:12