############ 必配项 ############
#主备机角色，主机配true，备机配false
#Master or slave, master is true, slave is false
haPrimary=true
#本地ATIC IP，必须配置安装时选择的采集器IP
#Local ATIC IP, must configure the collector IP selected during installation
managerIp.local=
#远端ATIC IP，必须配置安装时选择的采集器IP
#Remote ATIC IP, must configure the collector IP selected during installation
managerIp.remote=172.16.83.242
#心跳本端IP
#Local heartbeat IP
heartbeat.local=172.16.81.245
#心跳远端IP
#Remote heartbeat IP
heartbeat.remote=172.16.83.242
#网卡ip，支持配置多个网卡，序号从1开始
#Network card IP, Supports configuring multiple NICs, starting at 1
interface.1.ip=172.16.81.245
#数据库用户
#Database user
database.username=
#数据库密码
#Database password
database.password=
#ATIC安装路径根目录，注意结尾必须有"\\",Windows默认：D:\\VSM\\;linux默认：/opt/huawei/atic/
#The ATIC installation path of the root directory, note the end must have "\\"
install.path=D:\\VSM\\



############ 选配项 ############
#浮动IP开关，有浮动配true，仅支持同网段的心跳IP配置浮动IP
#Float IP switch, float with true, support only the heartbeat of the same segment, IP configure floating IP
float=false
#绑定浮动IP的网卡名称，“网络连接”中可以查看
#Bind the name of the network adapter for floating IP, which can be viewed in the network connection
float.interface=float ip
#浮动IP
#Float IP
float.ip=172.16.81.248
#浮动IP掩码
#Float IP mask
float.submask=255.255.255.0
#浮动IP网关
#Float IP gateway
float.gateway=

#双机运行开关，两台服务器上都配true
#HA running switch, two servers are equipped with true
haEnabled=true
#是否双机使用，两台服务器上都配true
#Is the dual server available, and two servers are equipped with true
haPair=true
#是否自动切换
#Switch automatically
autoSwitch=true

#心跳检查周期，单位：秒，取值范围：1-5
#Check cycle, seconds, range: 1-5
heartbeat.cycle=5
#心跳最大失败次数，单位：次，取值范围：10-20
#The maximum number of failures, time, range: 10-20
heartbeat.maxFailedTimes=10
#心跳端口
#Heartbeat port
heartbeat.port=11089

#网卡的最大配置数 单位：个，取值范围1-3
#The maximum number of network card, range: 1-3
interface.maxNumber=3
#网卡检查周期，单位：秒，取值范围：1-5
#Check cycle, seconds, range: 1-5
interface.cycle=5
#网卡最大失败次数，单位：次，取值范围：3-10
#The maximum number of failures, time, range: 3-10
interface.maxFailedTimes=3

#数据库检查周期，单位：秒，取值范围5-10
#Check cycle, seconds, range: 5-10
database.cycle=5
#数据库最大失败次数，单位：次，取值范围3-10
#The maximum number of failures, time, range: 3-10
database.maxFailedTimes=3
#数据库服务IP
#Database IP
database.ip=127.0.0.1
#数据库服务端口
#Database port
database.port=13306

#服务检查周期 单位：秒，取值范围5-10
#Check cycle, seconds, range: 5-10
service.cycle=5
#服务最大失败次数 单位：次，取值范围3-10
#The maximum number of failures, time, range: 3-10
service.maxFailedTimes=10

#HA切换最大失败次数，单位：次，取值范围300-500。每2秒重试一次。
#The maximum number of failures, time, range: 300-500. Every 2 seconds and try again.
ha.switch.modify.times=300

#文件检查周期 单位：秒，取值范围5-10
#Check cycle, seconds, range: 5-10
file.cycle=5
