与agent交互方式更改,生产者,消费者更改,监控模板策略微调,拓扑管理新增接口,资源组新增查重接口。
This commit is contained in:
@@ -101,4 +101,9 @@
|
||||
select b.monitor_items monitorItems,b.discovery_rules discoveryRules from rm_resource_group a left join rm_monitor_template b on a.id=b.resource_group_id
|
||||
where FIND_IN_SET(#{id}, a.included_devices_id) > 0
|
||||
</select>
|
||||
|
||||
<select id="exitsResourceById" parameterType="RmResourceGroup" resultType="java.lang.Integer">
|
||||
select count(1) from rm_resource_group
|
||||
where FIND_IN_SET(#{resourceIds}, included_devices_id) > 0
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user