[manager,collector]feature linux监控支持设置超时时间 (#49)

This commit is contained in:
tomsun28
2022-04-02 17:57:25 +08:00
committed by GitHub
parent 2f52ff5e63
commit 327f527082
10 changed files with 90 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ CREATE TABLE param
id bigint not null auto_increment comment '参数ID',
monitor_id bigint not null comment '监控ID',
field varchar(100) not null comment '参数标识符',
value varchar(255) comment '参数值,最大字符长度255',
value varchar(8126) comment '参数值,最大字符长度8126',
type tinyint not null default 0 comment '参数类型 0:数字 1:字符串 2:加密串',
gmt_create timestamp default current_timestamp comment 'create time',
gmt_update datetime default current_timestamp on update current_timestamp comment 'update time',