add:新增监控模块

This commit is contained in:
JaguarJack
2020-09-16 10:06:20 +08:00
parent 5211d29c5e
commit c74c3c23d4
20 changed files with 1827 additions and 104 deletions

15
catch/monitor/module.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "系统监控",
"alias": "monitor",
"description": "系统监控模块",
"version": "1.0.0",
"keywords": [],
"order": 0,
"services": [
"\\catchAdmin\\monitor\\MonitorService"
],
"aliases": [],
"files": [],
"requires": [],
"enable": false
}