admin管理员组

文章数量:1565817

测试spring cloud 使用consul注册服务的时候,出现critical,如下:

怎么解决这个问题,现在只能看到health check检查失败了。

首先调用这个请求Get http://consulIp:8500/v1/agent/checks,调完请求,就会拿到返回数据:

{
    ......
    "service:test-service-xx-xx-xx-xx": {
        "Node": "zookeeper-server1",
        "CheckID": "service:test-service-xx-xx-xx-xx",
        "Name": "Service 'test-service' check",
        "Status": "critical",
        "Notes": "",
        "Output": "HTTP GET http://xxx.xx.xxx.xxx:19008/actuator/health: 404  Output: <html><bod

本文标签: 报错CloudSpringCriticalConsul