公告板
版本库
filestore
活动
搜索
登录
main
/
sunsail-platform-admin
sunsail云平台后端管理项目工程
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix(bug修复): 增加了定时计算年龄的定时任务
luoyb
2022-03-13
d014a10a4e597718375c0964f0394babb3eae7d7
[sunsail-platform-admin.git]
/
febs-apm
/
prometheus-grafana
/
server_down.yml
1
2
3
4
5
6
7
8
9
10
11
groups:
- name: server_down
rules:
- alert: InstanceDown
expr: up == 0
for: 20s
labels:
user: MrBird
annotations:
summary: "Instance {{ $labels.instance }} down"
description: "{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 20 s."