mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-20 06:35:47 +02:00
1. Added Mail Marketing Automation trigger tasks 2. Added Mail Marketing Groups Import, Export, Merge 3. Added Mail Marketing Subscribers to support paste import 4. Added Mail Marketing Template Import Export Duplicate 5. Added Mail server add timed automatic reply 6. Added HTTPS Protection function for Website (disables automatic HTTP to HTTPS redirection when enabled) 7. Optimize Website Interface Button Integration 8. Optimize the response speed of WP Toolkit interface
81 lines
1.5 KiB
JSON
81 lines
1.5 KiB
JSON
[
|
|
{
|
|
"id": "31",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "mysql_replicate_status",
|
|
"title": "Msql主从同步告警",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.database_push",
|
|
"name": "MysqlReplicateStatusTask"
|
|
},
|
|
"template": {
|
|
"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
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"project"
|
|
],
|
|
[
|
|
"count"
|
|
],
|
|
[
|
|
"interval"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"project": "",
|
|
"count": 2,
|
|
"interval": 600
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"day_num": 3
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"wx_account",
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": false
|
|
}
|
|
] |