File size: 8,862 Bytes
08c964e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
{
  "ssl": {
    "field": [
      {
        "attr": "project",
        "name": "网站",
        "type": "select",
        "default": "all",
        "items": [
          {
            "title": "所有网站",
            "value": "all"
          }
        ]
      },
      {
        "attr": "cycle",
        "name": "剩余天数",
        "type": "number",
        "suffix": "",
        "unit": "天",
        "default": 15
      },
      {
        "attr": "push_count",
        "name": "发送次数",
        "type": "number",
        "unit": "次",
        "suffix": "后不再推送这个站点的SSL到期信息,如需发送多次请填写2次以上",
        "default": 1
      }
    ],
    "sorted": [
      [
        "project"
      ],
      [
        "cycle"
      ],
      [
        "push_count"
      ]
    ],
    "type": "ssl",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "sms"
    ],
    "tid": "site_push@0",
    "title": "网站证书(SSL)到期",
    "name": "site_push"
  },
  "site_endtime": {
    "field": [
      {
        "attr": "cycle",
        "name": "剩余天数",
        "type": "number",
        "unit": "天",
        "suffix": "",
        "default": 7
      },
      {
        "attr": "push_count",
        "name": "发送次数",
        "type": "number",
        "unit": "次",
        "suffix": "后将不再推送这个站点的到期信息,如需发送多次请填写2次以上",
        "default": 1
      }
    ],
    "sorted": [
      [
        "cycle"
      ],
      [
        "push_count"
      ]
    ],
    "type": "site_endtime",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "tid": "site_push@1",
    "title": "网站到期",
    "name": "site_push"
  },
  "panel_pwd_endtime": {
    "field": [
      {
        "attr": "cycle",
        "name": "剩余天数",
        "type": "number",
        "unit": "天",
        "suffix": "",
        "default": 15
      },
      {
        "attr": "push_count",
        "name": "发送次数",
        "type": "number",
        "unit": "次",
        "suffix": "后将不再发送告警信息,如需发送多次请填写2次以上",
        "default": 1
      }
    ],
    "sorted": [
      [
        "cycle"
      ],
      [
        "push_count"
      ]
    ],
    "type": "panel_pwd_endtime",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "tid": "site_push@2",
    "title": "面板密码有效期",
    "name": "site_push"
  },
  "panel_login": {
    "field": [
    ],
    "type": "panel_login",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "sms"
    ],
    "tid": "site_push@3",
    "title": "面板登录告警",
    "name": "site_push"
  },
  "ssh_login": {
    "field": [
    ],
    "type": "ssh_login",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "tid": "site_push@4",
    "title": "SSH登录告警",
    "name": "site_push"
  },
  "ssh_login_error": {
    "field": [
      {
        "attr": "cycle",
        "name": "触发条件",
        "type": "number",
        "unit": "分钟",
        "suffix": "内,",
        "default": 30
      },
      {
        "attr": "count",
        "name": "登录失败",
        "type": "number",
        "unit": "次",
        "suffix": "",
        "default": 3
      },
      {
        "attr": "interval",
        "name": "间隔时间",
        "type": "number",
        "unit": "秒",
        "suffix": "后再次监控检测条件",
        "default": 600
      },
      {
        "attr": "day_limit",
        "name": "每天发送",
        "type": "number",
        "unit": "次",
        "suffix": "后,当日不再发送,次日恢复",
        "default": 3
      }
    ],
    "sorted": [
      [
        "cycle",
        "count"
      ],
      [
        "interval"
      ],
      [
        "day_limit"
      ]
    ],
    "type": "ssh_login_error",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "tid": "site_push@5",
    "title": "SSH登录失败告警",
    "name": "site_push"
  },
  "services": {
    "field": [
      {
        "attr": "project",
        "name": "通知类型",
        "type": "select",
        "default": null,
        "items": [
        ]
      },
      {
        "attr": "count",
        "name": "自动重启",
        "type": "radio",
        "suffix": "",
        "default": 1,
        "items": [
            {
                "title": "自动尝试重启项目",
                "value": 1
            },
            {
                "title": "不做重启尝试",
                "value": 2
            }
        ]
      },
      {
        "attr": "interval",
        "name": "间隔时间",
        "type": "number",
        "unit": "秒",
        "suffix": "后再次监控检测条件",
        "default": 600
      },
      {
        "attr": "day_limit",
        "name": "每天发送",
        "type": "number",
        "unit": "次",
        "suffix": "后,当日不再发送,次日恢复",
        "default": 3
      }
    ],
    "sorted": [
      [
        "project"
      ],
      [
        "count"
      ],
      [
        "interval"
      ],
      [
        "day_limit"
      ]
    ],
    "type": "services",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin",
      "sms"
    ],
    "tid": "site_push@6",
    "title": "服务停止告警",
    "name": "site_push"
  },
  "panel_safe_push": {
    "field": [
      {
        "attr": "help",
        "name": "告警内容",
        "type": "help",
        "unit": "",
        "style": {
          "margin-top": "6px"
        },
        "list": [
          "面板用户变更、面板日志删除、面板开启开发者"
        ],
        "suffix": "",
        "default": 600
      },
      {
        "attr": "day_limit",
        "name": "每天发送",
        "type": "number",
        "unit": "次",
        "suffix": "后,当日不再发送,次日恢复",
        "default": 3
      }
    ],
    "type": "panel_safe_push",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "sorted": [
      [
        "day_limit"
      ],
      [
        "help"
      ]
    ],
    "tid": "site_push@7",
    "title": "面板安全告警",
    "name": "site_push"
  },
  "panel_update": {
    "field": [
    ],
    "type": "panel_update",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "tid": "site_push@8",
    "title": "面板更新提醒",
    "name": "site_push"
  },
  "project_status": {
    "field": [
      {
        "attr": "cycle",
        "name": "项目类型",
        "type": "select",
        "default": 1,
        "items": [
          {
            "title": "Java项目",
            "value": 1
          },
          {
            "title": "Node项目",
            "value": 2
          },
          {
            "title": "Go项目",
            "value": 3
          },
          {
            "title": "Python项目",
            "value": 4
          },
          {
            "title": "其他项目",
            "value": 5
          }
        ]
      },
      {
        "attr": "project",
        "name": "项目名称",
        "type": "select",
        "default": null,
        "all_items": null,
        "items": [
        ]
      },
      {
        "attr": "interval",
        "name": "间隔时间",
        "type": "number",
        "unit": "秒",
        "suffix": "后再次监控检测条件",
        "default": 600
      },
      {
        "attr": "push_count",
        "name": "每天发送",
        "type": "number",
        "unit": "次",
        "suffix": "后,当日不再发送,次日恢复",
        "default": 3
      },
      {
        "attr": "count",
        "name": "自动重启",
        "type": "radio",
        "suffix": "",
        "default": 1,
        "items": [
            {
                "title": "自动尝试重启项目",
                "value": 1
            },
            {
                "title": "不做重启尝试",
                "value": 2
            }
        ]
      }
    ],
    "type": "project_status",
    "module": [
      "wx_account",
      "dingding",
      "feishu",
      "mail",
      "weixin"
    ],
    "sorted": [
      [
        "cycle"
      ],
      [
        "project"
      ],
      [
        "interval"
      ],
      [
        "count"
      ],
      [
        "push_count"
      ]
    ],
    "tid": "site_push@9",
    "title": "项目停止告警",
    "name": "site_push"
  }
}