haproxy在健康检查httpchk中添加动态标头

时间:2016-10-21 03:51:31

标签: haproxy

我有一个要求,我需要进行运行状况检查,暴露的运行状况检查api需要uniqueId标头,如何在haproxy.cfg文件中将此标头设置为不同的唯一值。我的配置如下:

backend server_1
    mode http
    balance roundrobin
    option httpchk GET /health HTTP/1.0\r\nuniqueId:\ <needs random uniqueid here>
    http-check expect status 200
    server app1 127.0.0.1:8083 check

0 个答案:

没有答案