Install / Upgrade
One-command install (Linux, systemd service):
curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bashDocker:
git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --buildBinaries: download the tarball for your platform below (linux/darwin × amd64/arm64). Verify with v0.6.0_checksums.txt:
sha256sum -c hubscope_v0.6.0_checksums.txt --ignore-missingAlready running an older release? Re-run the same command you installed with — it upgrades in place and preserves data.
Highlights
本次发布把端点详情页重构为分诊台:打开即回答「现在什么状态、为什么这么判、从什么时候开始、和历史比多糟」,告警事件与探测失败合并为一条时间线,支持手动立即探测、自动刷新与可分享的视图链接;状态概览在有异常时,首页直接列出着火名单并一键过滤定位。右侧速览面板退役,列表点击直达详情页。
Full Changelog: v0.5.1...v0.6.0