consul配置服务健康检测
配置路径
/opt/1panel/apps/consul/consul/data/config
配置文件
{
"service": {
"id": "DataProcessingServices",
"name": "DataProcessingServices",
"address": "139.9.38.250",
"port": 9001,
"tags": [
"dev"
],
"checks": [
{
"http": "http://139.9.38.250:9001/health",
"interval": "20s"
}
]
}
}