mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
修改监控为证书监控支持文件导入和smtp监控
监控支持多渠道通知 将静态文件打包到二进制文件
This commit is contained in:
22
static/monitor_templates/template.json
Normal file
22
static/monitor_templates/template.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "json1",
|
||||
"target": "allinssl.com",
|
||||
"monitor_type": "https",
|
||||
"report_types": "mail",
|
||||
"cycle": "1",
|
||||
"repeat_send_gap": "10",
|
||||
"active": "1",
|
||||
"advance_day": "30"
|
||||
},
|
||||
{
|
||||
"name": "json2",
|
||||
"target": "allinssl.com",
|
||||
"monitor_type": "smtp",
|
||||
"report_types": "mail",
|
||||
"cycle": "1",
|
||||
"repeat_send_gap": "10",
|
||||
"active": "1",
|
||||
"advance_day": "30"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user