交换机监控策略、snmp工具
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user