Search K
Appearance
Appearance
#下载sentry代码
git clone https://github.com/getsentry/self-hosted.git
# 进入项目中
cd self-hosted
# 执行部署
./install.sh
需要安装docker、docker-compose 如果安装访问外网慢,可以设置docker镜像源
启动sentry
docker-compose up -d
docker-compose down
docker-compose ps
http://localhost:9000
1.1 修改self-hosted/sentry/config.yaml文件
system.url-prefix: 'http://10.0.100.13:9000' # 修改为你的sentry地址
1.2 重新启动sentry
docker-compose down
docker-compose up -d
参考地址 sentry默认服务中是不支持发送钉钉告警的,使用webhooks回调地址,因为参数格式的问题,也是不行的,只能自己搭建服务器。