HM-SPMS/platform/common/sysconfig/intelli_alm_cfg.xml

21 lines
800 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!-- 智能告警配置文件 -->
<root>
<!--
enable
是否启用智能告警默认值true。
topo_cluster_timeout
拓扑聚类超时时间单位ms。默认值1000010秒最小值10001秒最大值100000100秒
当一个聚类超过此时间没有新的告警加入,则认为聚类完成。
topo_cluster_size_threshold
拓扑聚类中原始告警数量阈值单位个。默认值100最小值10最大值1000。
当一个聚类中的原始告警数量超过此阈值时,即使没有达到超时时间,也认为聚类完成。
-->
<intelli_alm_srv enable="true" topo_cluster_timeout="10000" topo_cluster_size_threshold="100"/>
</root>