Files
aaPanel/mod/base/push_mod/database_push_template.json
T
Jack ed55fa708d Update to 7.7.0
Since version 7.7.0, we recommend yours update python to 3.12.

[+] Using nginx technology to load static files improves access speed
[+] Refactor homepage, website, FTP, and database using vue3
[+] Table loading changed to skeleton screen
[+] Add Website statistics-v2 professional plug-in
[+] Add Home page - top 5 resource occupancy
[+] Add protection for Files management (requires Tamper-proof for Enterprise 3.7)
[+] Website, FTP, Databases page add program status
[+] Add FTP log analysis (only supports Centos)
[+] Add password-free login to phpMyAdmin
[+] Add Proxy Project in Website (Supported when web service uses Nginx)
[+] Add WP Toolkit (Pro version only)
[+] Redesigned Docker module
[+] Add WP Toolkit Protection
[+] Add WP Toolkit Backup and Restore
[+] Add WP Toolkit Migrated
[+] Add WP Toolkit Clone site (supports new domain and subdomain)
[+] Add WP Toolkit Create site from backup of other panel
[+] Add WP Toolkit support for Cron automatic backup (only save Local disk)
[+] Add WP Toolkit operation log
[+] Add Integrity check for WP Toolkit
[+] Add WP Toolkit plug-in management and themes management

[*] Optimize phpMyAdmin formula access method
[*] Optimize Home page PHP display problem
[*] Optimize jump to the login interface after the login expires
[*] Optimize automatic renewal of SSL at some times
[*] Optimize Let's Encrypt to increase application success rate

[-] Fix Logs Audit cannot be opened
[-] Fix apache URL rewrite issue
[-] Fix phpmyadmin installation problem
[-] Fix the problem that some servers cannot install software
[-] Fix upload file error
[-] Fix left menu hiding problem
[-] Fix aaPanel Mobile QR code display problem
[-] Fix problem that third-party plug-ins are not displayed in the App Store
[-] Fix issue where the menu bar is blank when opening new tabs
[-] Fixed panel not being accessible in some cases
[-] Fix the issue where Curl warning caused the inability to apply for SSL
[-] Fix Quota issues for Website, FTP, Databases
[-] Fix file interface display problem on mobile terminal
2024-07-19 11:25:10 +08:00

154 lines
3.0 KiB
JSON

[
{
"id": "30",
"ver": "1",
"used": true,
"source": "mysql_pwd_end",
"title": "MySQL数据库密码到期",
"load_cls": {
"load_type": "path",
"cls_path": "mod.base.push_mod.database_push",
"name": "MysqlPwdEndTimeTask"
},
"template": {
"field": [
{
"attr": "project",
"name": "选择用户",
"type": "cascader",
"default": 0,
"items": [
{
"url": "database?action=GetPushUser"
},
{
"url": "database?action=GetPushUser",
"data": [
"sid"
]
},
{
"url": "database?action=GetPushUser",
"data": [
"sid",
"username"
]
}
]
},
{
"attr": "cycle",
"name": "剩余天数",
"type": "number",
"unit": "天",
"suffix": "",
"default": 15
}
],
"sorted": [
[
"project"
],
[
"cycle"
]
]
},
"default": {
"project": [],
"cycle": 15
},
"advanced_default": {
"number_rule": {
"total": 2
}
},
"send_type_list": [
"wx_account",
"dingding",
"feishu",
"mail",
"weixin",
"webhook"
],
"unique": false
},
{
"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"
],
"unique": false
}
]