交换机监控策略、snmp工具
This commit is contained in:
@@ -134,4 +134,11 @@
|
||||
update rm_template_linux set collection_cycle = null
|
||||
where template_id = #{templateId}
|
||||
</update>
|
||||
<delete id="deleteByTemplatePolicyId" parameterType="Long">
|
||||
delete from rm_template_linux where policy_id = #{policyId}
|
||||
</delete>
|
||||
<update id="updateByPolicyId" parameterType="RmTemplateLinux">
|
||||
update rm_template_linux set collection_cycle = null
|
||||
where policy_id = #{policyId}
|
||||
</update>
|
||||
</mapper>
|
||||
@@ -165,4 +165,11 @@
|
||||
update rm_template_switch set collection_cycle = null
|
||||
where template_id = #{templateId}
|
||||
</update>
|
||||
<delete id="deleteByTemplatePolicyId" parameterType="Long">
|
||||
delete from rm_template_switch where policy_id = #{policyId}
|
||||
</delete>
|
||||
<update id="updateByPolicyId" parameterType="RmTemplateLinux">
|
||||
update rm_template_switch set collection_cycle = null
|
||||
where policy_id = #{policyId}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user