一个基于 Go + PostgreSQL/SQLite + VictoriaMetrics 的实时探针监控系统
Pika 是一个轻量级的探针监控系统,支持实时数据采集、存储和查询。系统采用 WebSocket 进行探针与服务端的通信,使用 VictoriaMetrics 存储时序指标数据,支持 PostgreSQL 和 SQLite 两种数据库方案。除了基础监控功能外,还提供 Linux 应急响应和安全基线检查能力,帮助快速发现和分析系统安全风险。
详细功能说明请参考 功能特性文档。

# 下载配置文件
curl -O https://raw.githubusercontent.com/dushixiang/pika/main/docker-compose.sqlite.yml
curl -o config.yaml https://raw.githubusercontent.com/dushixiang/pika/main/config.sqlite.yaml
# 修改配置(重要:修改 JWT Secret 和管理员密码)
# 编辑 config.yaml
# 启动服务
docker-compose -f docker-compose.sqlite.yml up -d
# 访问 http://localhost:8080
# 默认账户 admin / admin123
详细文档:SQLite 版本部署指南
# 下载配置文件
curl -O https://raw.githubusercontent.com/dushixiang/pika/main/docker-compose.postgresql.yml
curl -o config.yaml https://raw.githubusercontent.com/dushixiang/pika/main/config.postgresql.yaml
# 修改配置(重要:修改数据库密码、JWT Secret 和管理员密码)
# 编辑 config.yaml
# 启动服务
docker-compose -f docker-compose.postgresql.yml up -d
# 访问 http://localhost:8080
# 默认账户 admin / admin123
详细文档:PostgreSQL 版本部署指南
请备注 pika

https://t.me/next_terminal