[monitor] 监控类型名称i18n国际化支持
This commit is contained in:
@@ -45,6 +45,12 @@ public class Job {
|
||||
* 监控的类型 eg: linux | mysql | jvm
|
||||
*/
|
||||
private String app;
|
||||
/**
|
||||
* 监控类型的国际化名称
|
||||
* zh-CN: PING连通性
|
||||
* en-US: PING CONNECT
|
||||
*/
|
||||
private Map<String, String> name;
|
||||
/**
|
||||
* 任务派发开始时间戳
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user