Yangzcy423911 opened a new issue #3916:
URL: https://github.com/apache/apisix/issues/3916


   ### Issue description
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):2.2
   * OS (cmd: `uname -a`):
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   * etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   * apisix-dashboard version, if have:
   
   upstream  info
   
   
   {
       "node": {
           "value": {
               "update_time": 1616730666,
               "id": "340800355065398158",
               "name": "test",
               "checks": {
                   "active": {
                       "host": "www.host.com",
                       "port": 80,
                       "http_path": "/api/actuator/health",
                       "healthy": {
                           "interval": 2,
                           "successes": 1
                       },
                       "unhealthy": {
                           "http_failures": 3,
                           "interval": 2
                       },
                       "timeout": 3
                   }
               },
               "nodes": [
                   {
                       "host": "192.168.1.100",
                       "port": 8080,
                       "weight": 0
                   },
                   {
                       "host": "192.168.1.200",
                       "port": 8080,
                       "weight": 1
                   }
               ],
               "timeout": {
                   "connect": 6000,
                   "send": 6000,
                   "read": 6000
               },
               "type": "roundrobin",
               "create_time": 1612662441,
               "desc": "test",
               "pass_host": "pass"
           },
           "key": "/apisix/upstreams/340800355065398158"
       },
       "count": "1",
       "action": "get"
   }
   
   
   
   use curl cmd
   
   curl http://www.host.com:80/api/actuator/health
   {"status":"UP"}
   
   upstream  server log 
   2021-03-26 13:06:12.310 INFO com.host.com.check -/actuator/health
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to