File size: 7,603 Bytes
17e971c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
[
  {
    "id": "20",
    "ver": "1",
    "used": true,
    "source": "system_disk",
    "title": "首页磁盘告警",
    "load_cls": {
      "load_type": "path",
      "cls_path": "mod.base.push_mod.system_push",
      "name": "PanelSysDiskTask"
    },
    "template": {
      "field": [
        {
          "attr": "project",
          "name": "磁盘信息",
          "type": "select",
          "items": [
          ]
        },
        {
          "attr": "cycle",
          "name": "检测类型",
          "type": "radio",
          "suffix": "",
          "default": 2,
          "items": [
            {
              "title": "剩余容量",
              "value": 1
            },
            {
              "title": "占用百分比",
              "value": 2
            }
          ]
        },
        {
          "attr": "count",
          "name": "占用率超过",
          "type": "number",
          "unit": "%",
          "suffix": "后触发告警",
          "default": 80,
          "err_msg_prefix": "磁盘阈值"
        }
      ],
      "sorted": [
        [
          "project"
        ],
        [
          "cycle"
        ],
        [
          "count"
        ]
      ]
    },
    "default": {
      "project": "/",
      "cycle": 2,
      "count": 80
    },
    "send_type_list": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "webhook",
      "sms"
    ],
    "unique": false,
    "tags": [
      "system",
      "safe",
      "common"
    ],
    "description": "首页磁盘告警,当磁盘剩余容量低于设定值时,发送告警通知给管理员,帮助管理员及时发现并清理磁盘空间,以避免磁盘空间不足导致的系统崩溃或数据丢失。"
  },
  {
    "id": "21",
    "ver": "1",
    "used": true,
    "source": "system_cpu",
    "title": "首页CPU告警",
    "load_cls": {
      "load_type": "path",
      "cls_path": "mod.base.push_mod.system_push",
      "name": "PanelSysCPUTask"
    },
    "template": {
      "field": [
        {
          "attr": "cycle",
          "name": "每",
          "type": "select",
          "unit": "分钟",
          "suffix": "内平均",
          "width": "70px",
          "disabled": true,
          "default": 5,
          "items": [
            {
              "title": "1",
              "value": 3
            },
            {
              "title": "5",
              "value": 5
            },
            {
              "title": "15",
              "value": 15
            }
          ]
        },
        {
          "attr": "count",
          "name": "CPU占用超过",
          "type": "number",
          "unit": "%",
          "suffix": "后触发告警",
          "default": 80,
          "err_msg_prefix": "CPU"
        },
        {
          "attr": "next_data",
          "name": "告警后执行",
          "suffix": "请选择告警后的下一步操作",
          "type": "multiple-select",
          "items": [],
          "default": []
        }
      ],
      "sorted": [
        [
          "cycle",
          "count"
        ],
        [
          "next_data"
        ]
      ]
    },
    "default": {
      "cycle": 5,
      "count": 80
    },
    "send_type_list": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "webhook",
      "sms"
    ],
    "unique": true,
    "tags": [
      "system",
      "safe",
      "common"
    ],
    "description": "首页CPU告警,当CPU平均使用率超过设定值时,发送告警通知给管理员,帮助管理员及时发现并优化系统负载,以避免CPU资源不足导致的系统崩溃或服务异常。"
  },
  {
    "id": "22",
    "ver": "1",
    "used": true,
    "source": "system_load",
    "title": "首页负载告警",
    "load_cls": {
      "load_type": "path",
      "cls_path": "mod.base.push_mod.system_push",
      "name": "PanelSysLoadTask"
    },
    "template": {
      "field": [
        {
          "attr": "cycle",
          "name": "每",
          "type": "select",
          "unit": "分钟",
          "suffix": "内平均",
          "default": 5,
          "width": "70px",
          "disabled": true,
          "items": [
            {
              "title": "1",
              "value": 1
            },
            {
              "title": "5",
              "value": 5
            },
            {
              "title": "15",
              "value": 15
            }
          ]
        },
        {
          "attr": "count",
          "name": "负载超过",
          "type": "number",
          "unit": "%",
          "suffix": "后触发告警",
          "default": 80,
          "err_msg_prefix": "负载"
        },
        {
          "attr": "next_data",
          "name": "告警后执行",
          "suffix": "请选择告警后的下一步操作",
          "type": "multiple-select",
          "items": [],
          "default": []
        }
      ],
      "sorted": [
        [
          "cycle",
          "count"
        ],
        [
          "next_data"
        ]
      ]
    },
    "default": {
      "cycle": 5,
      "count": 80
    },
    "send_type_list": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "webhook",
      "sms"
    ],
    "unique": true,
    "tags": [
      "system",
      "safe",
      "common"
    ],
    "description": "首页负载告警,当负载平均值超过设定值时,发送告警通知给管理员,帮助管理员及时发现并优化系统负载,以避免负载过重导致的系统崩溃或服务异常。"
  },
  {
    "id": "23",
    "ver": "1",
    "used": true,
    "source": "system_mem",
    "title": "首页内存告警",
    "load_cls": {
      "load_type": "path",
      "cls_path": "mod.base.push_mod.system_push",
      "name": "PanelSysMEMTask"
    },
    "template": {
      "field": [
        {
          "attr": "cycle",
          "name": "每",
          "type": "select",
          "unit": "分钟",
          "suffix": "内平均",
          "width": "70px",
          "disabled": true,
          "default": 5,
          "items": [
            {
              "title": "1",
              "value": 3
            },
            {
              "title": "5",
              "value": 5
            },
            {
              "title": "15",
              "value": 15
            }
          ]
        },
        {
          "attr": "count",
          "name": "内存使用率超过",
          "type": "number",
          "unit": "%",
          "suffix": "后触发告警",
          "default": 80,
          "err_msg_prefix": "内存"
        },
        {
          "attr": "next_data",
          "name": "告警后执行",
          "suffix": "请选择告警后的下一步操作",
          "type": "multiple-select",
          "items": [],
          "default": []
        }
      ],
      "sorted": [
        [
          "cycle",
          "count"
        ],
        [
          "next_data"
        ]
      ]
    },
    "default": {
      "cycle": 5,
      "count": 80
    },
    "send_type_list": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "webhook",
      "sms"
    ],
    "unique": true,
    "tags": [
      "system",
      "safe",
      "common"
    ],
    "description": "首页内存告警,当内存使用率超过设定值时,发送告警通知给管理员,帮助管理员及时发现并优化系统内存使用情况,以避免内存不足导致的系统崩溃或服务异常。"
  }
]