<?xml version = "1.0" encoding="UTF-8"?>
<healthMonitor>

    <!-- 进行任务（健康报告同步任务、数据对比任务等）的OLAP服务1，格式为 IP:Port 例如：127.0.0.1:8080 -->
    <config key = "serverIP1" value="masterIP:8080" />
    <!-- 进行任务（健康报告同步任务、数据对比任务等）的OLAP服务2，格式为 IP:Port 例如：127.0.0.1:8081 -->
    <config key = "serverIP2" value="slaveIP:8080" />

    <!-- 数据对比任务：定时对两个Shrek服务进行对比，包括cube数量、顺序；每个cube的元数据、数据。 -->
    <!-- 是否开启数据对比任务，“true”或者“false”。 -->
    <config key = "executeComparisonTask" value="true" />

    <!-- 初次数据对比任务的时间：时、分、秒 -->
    <config key = "comparisonHour" value="02" />
    <config key = "comparisonMinute" value="00" />
    <config key = "comparisonSecond" value="00" />
    <!-- 数据对比任务的执行间隔，单位为秒 -->
    <config key = "comparisonTaskInterval" value="86400" />

    <!-- 每个数据对比任务进行数据对比的次数 -->
    <config key = "comparisonNumber" value="3" />
    <!-- 每个数据对比任务进行数据对比的间隔 -->
    <config key = "comparisonInterval" value="1800" />

</healthMonitor>
