交换机监控策略、snmp工具

This commit is contained in:
gaoyutao
2025-10-16 18:37:33 +08:00
parent 3019f65515
commit c6937eb44b
12 changed files with 692 additions and 13 deletions
@@ -52,6 +52,7 @@ public interface RmTemplateLinuxMapper
* @return 结果
*/
public int deleteRmTemplateLinuxById(Long id);
public int deleteRmTemplateLinuxByPolicyId(Long policyId);
/**
* 批量删除Linux系统监控项
@@ -65,4 +66,6 @@ public interface RmTemplateLinuxMapper
int deleteByTemplateId(Long templateId);
int updateByTemplateId(Long templateId);
int updateByPolicyId(Long policyId);
}
@@ -52,6 +52,7 @@ public interface RmTemplateSwitchMapper
* @return 结果
*/
public int deleteRmTemplateSwitchById(Long id);
public int deleteRmTemplateSwitchByPolicyId(Long policyId);
/**
* 批量删除交换机监控模板
@@ -70,4 +71,5 @@ public interface RmTemplateSwitchMapper
int deleteByTemplateId(Long templateId);
int updateByTemplateId(Long templateId);
int updateByPolicyId(Long policyId);
}