initial commit

This commit is contained in:
chenjinsong
2018-09-27 16:21:05 +08:00
commit dc91c4c987
2011 changed files with 408920 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--
alter table data_police_relation add marker VARCHAR2(1024);
comment on column data_police_relation.marker is '设置告警时指定多个标识符如多个盘符、多个CPU、多个网卡如硬盘使用率所有盘存在一个盘使用率超过告警值则告警all所有盘总的使用率超过告警值则告警指定多个盘符指定盘存在一个盘使用率超过告警值则告警';
--
alter table data_police_relation add MARKER_FILED_ID NUMBER;
comment on column data_police_relation.MARKER_FILED_ID is '设置告警时过滤标识marker对应的字段在metadata表中的id。';