[manager,webapp]新增监控大类别,支持自定义监控页面菜单自动渲染

This commit is contained in:
tomsun28
2022-03-05 15:17:52 +08:00
parent 326cc35199
commit 36926f0fa2
15 changed files with 65 additions and 45 deletions

View File

@@ -42,6 +42,11 @@ public class Job {
* 监控ID 应用ID
*/
private long monitorId;
/**
* 监控的大类别
* service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
*/
private String category;
/**
* 监控的类型 eg: linux | mysql | jvm
*/