configurehealthcheck(建立健康檢查)
request parameters(請求引數)
listenerid
***的id
型別: string
是否可預設: 否
healthcheckstate
健康檢查保持的狀態
型別: string
可取值: start |stop
是否可預設: 否
healthythreshold
健康閾值
型別: integer
可取值: 1-10,單位:次
是否可預設: 否
interval
健康檢查時間間隔
型別:integer
可取值: 1-3600,單位:秒
是否可預設: 否
timeout
健康檢查超時時間
型別: integer
可取值: 1-3600,單位:秒
是否可預設: 否
unhealthythreshold
不健康閾值
型別: integer
可取值: 1-10,單位:次
是否可預設: 否
urlpath
http型別***健康檢查的鏈結,http型別***需要填寫此引數,tcp型別***沒有此引數
型別: string
是否可預設: 是
isdefaulthostname
用於重置健康檢查的網域名稱,http型別***可以填寫此引數
型別: boolean
是否可預設: 是
預設值: true
hostname
http型別健康檢查的網域名稱,http型別***需要填寫此引數,tcp型別***沒有此引數
型別: string
是否可預設: 是
response elements(返回值)
requestid
請求id
型別: string
healthcheck
examples(舉例)
sample request(請求)
&version=2016-03-04
&listenerid=8017e46e-5ed5-4d69-8a95-264f4fc4cb0c
&healthythreshold=5
&interval=5
&timeout=4
&unhealthythreshold=4
&healthcheckstate=start
sample response(返回)
start
d25ab8fa-826c-4159-9cce-1934ae35f1e3
870352af-fe7f-4ca8-93e6-8e9c53fee345
tengine負載均衡與健康檢查
1 修改conf資料夾下的nginx.conf檔案,在http內新增以下配置 upstream backend 其中,ip1 port1改為伺服器部署介面的ip和埠號 ip2 port2改為終端部署介面的ip和埠號 backup 這台伺服器就會成為備份伺服器。在平時不使用,nginx不會給它 任何請...
再識Nginx負載均衡與健康檢查
在業界,一直流傳這樣一句話 nginx抗併發能力強!為什麼nginx抗併發能力強?原因是使用了非阻塞 非同步傳輸 阻塞 如apache tomcat時,apache開啟10個程序,同時處理著10個請求,在tomcat沒有返回給apache結果時,apache是不會處理使用者發出的第11個請求 非阻塞...
阿里雲SLB配置健康檢查異常 502錯誤
slb配置之後,一直無法正常訪問,報502錯誤,並且slb配置頁面健康檢查顯示異常。但是在後端伺服器直接開啟測試頁面是正常的。經檢查問題是由slb的健康檢查機制造成。健康檢查配置 說明 網域名稱和檢查路徑 僅限http方式的健康檢查 http健康檢查預設由負載均衡系統通過後端ecs內網ip位址向該伺...