blob: b717d3870aac77dc7d5ff43b99c7a82b1b41617e [file] [log] [blame]
Willy Tarreaubaaee002006-06-26 02:48:02 +02001/*
2 * Health-checks functions.
3 *
Willy Tarreau26c25062009-03-08 09:38:41 +01004 * Copyright 2000-2009 Willy Tarreau <w@1wt.eu>
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02005 * Copyright 2007-2009 Krzysztof Piotr Oledzki <ole@ans.pl>
Willy Tarreaubaaee002006-06-26 02:48:02 +02006 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
11 *
12 */
13
Willy Tarreaub8816082008-01-18 12:18:15 +010014#include <assert.h>
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020015#include <ctype.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020016#include <errno.h>
17#include <fcntl.h>
Willy Tarreau9b39dc52014-07-08 00:54:10 +020018#include <signal.h>
Simon Horman0ba0e4a2015-01-30 11:23:00 +090019#include <stdarg.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020020#include <stdio.h>
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +020021#include <stdlib.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020022#include <string.h>
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +020023#include <time.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020024#include <unistd.h>
25#include <sys/socket.h>
Dmitry Sivachenkocaf58982009-08-24 15:11:06 +040026#include <sys/types.h>
Simon Horman98637e52014-06-20 12:30:16 +090027#include <sys/wait.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020028#include <netinet/in.h>
Willy Tarreau1274bc42009-07-15 07:16:31 +020029#include <netinet/tcp.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020030#include <arpa/inet.h>
31
Willy Tarreauc7e42382012-08-24 19:22:53 +020032#include <common/chunk.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020033#include <common/compat.h>
34#include <common/config.h>
35#include <common/mini-clist.h>
Willy Tarreau83749182007-04-15 20:56:27 +020036#include <common/standard.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020037#include <common/time.h>
Christopher Fauletcfda8472017-10-20 15:40:23 +020038#include <common/hathreads.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020039
40#include <types/global.h>
Baptiste Assmanna68ca962015-04-14 01:15:08 +020041#include <types/dns.h>
William Lallemand9ed62032016-11-21 17:49:11 +010042#include <types/stats.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020043
44#include <proto/backend.h>
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020045#include <proto/checks.h>
William Lallemand9ed62032016-11-21 17:49:11 +010046#include <proto/stats.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020047#include <proto/fd.h>
48#include <proto/log.h>
Willy Tarreau53a47662017-08-28 10:53:00 +020049#include <proto/mux_pt.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020050#include <proto/queue.h>
Willy Tarreauc6f4ce82009-06-10 11:09:37 +020051#include <proto/port_range.h>
Willy Tarreau3d300592007-03-18 18:34:41 +010052#include <proto/proto_http.h>
Willy Tarreaue8c66af2008-01-13 18:40:14 +010053#include <proto/proto_tcp.h>
Baptiste Assmann69e273f2013-12-11 00:52:19 +010054#include <proto/protocol.h>
Willy Tarreau2b5652f2006-12-31 17:46:05 +010055#include <proto/proxy.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020056#include <proto/server.h>
Willy Tarreau48d6bf22016-06-21 16:27:34 +020057#include <proto/signal.h>
Willy Tarreau9e000c62011-03-10 14:03:36 +010058#include <proto/stream_interface.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020059#include <proto/task.h>
Baptiste Assmanna68ca962015-04-14 01:15:08 +020060#include <proto/log.h>
61#include <proto/dns.h>
62#include <proto/proto_udp.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020063
Olivier Houchard9130a962017-10-17 17:33:43 +020064#ifdef USE_OPENSSL
65#include <proto/ssl_sock.h>
66#endif /* USE_OPENSSL */
67
Willy Tarreaubd741542010-03-16 18:46:54 +010068static int httpchk_expect(struct server *s, int done);
Simon Hormane16c1b32015-01-30 11:22:57 +090069static int tcpcheck_get_step_id(struct check *);
Baptiste Assmann22b09d22015-05-01 08:03:04 +020070static char * tcpcheck_get_step_comment(struct check *, int);
Willy Tarreau6bdcab02017-10-04 18:41:00 +020071static int tcpcheck_main(struct check *);
Willy Tarreaubd741542010-03-16 18:46:54 +010072
Christopher Faulet31dff9b2017-10-23 15:45:20 +020073static struct pool_head *pool2_email_alert = NULL;
74static struct pool_head *pool2_tcpcheck_rule = NULL;
75
76
Simon Horman63a4a822012-03-19 07:24:41 +090077static const struct check_status check_statuses[HCHK_STATUS_SIZE] = {
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010078 [HCHK_STATUS_UNKNOWN] = { CHK_RES_UNKNOWN, "UNK", "Unknown" },
79 [HCHK_STATUS_INI] = { CHK_RES_UNKNOWN, "INI", "Initializing" },
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +020080 [HCHK_STATUS_START] = { /* SPECIAL STATUS*/ },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020081
Willy Tarreau23964182014-05-20 20:56:30 +020082 /* Below we have finished checks */
83 [HCHK_STATUS_CHECKED] = { CHK_RES_NEUTRAL, "CHECKED", "No status change" },
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010084 [HCHK_STATUS_HANA] = { CHK_RES_FAILED, "HANA", "Health analyze" },
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010085
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010086 [HCHK_STATUS_SOCKERR] = { CHK_RES_FAILED, "SOCKERR", "Socket error" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020087
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010088 [HCHK_STATUS_L4OK] = { CHK_RES_PASSED, "L4OK", "Layer4 check passed" },
89 [HCHK_STATUS_L4TOUT] = { CHK_RES_FAILED, "L4TOUT", "Layer4 timeout" },
90 [HCHK_STATUS_L4CON] = { CHK_RES_FAILED, "L4CON", "Layer4 connection problem" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020091
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010092 [HCHK_STATUS_L6OK] = { CHK_RES_PASSED, "L6OK", "Layer6 check passed" },
93 [HCHK_STATUS_L6TOUT] = { CHK_RES_FAILED, "L6TOUT", "Layer6 timeout" },
94 [HCHK_STATUS_L6RSP] = { CHK_RES_FAILED, "L6RSP", "Layer6 invalid response" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020095
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010096 [HCHK_STATUS_L7TOUT] = { CHK_RES_FAILED, "L7TOUT", "Layer7 timeout" },
97 [HCHK_STATUS_L7RSP] = { CHK_RES_FAILED, "L7RSP", "Layer7 invalid response" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020098
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +020099 [HCHK_STATUS_L57DATA] = { /* DUMMY STATUS */ },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200100
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100101 [HCHK_STATUS_L7OKD] = { CHK_RES_PASSED, "L7OK", "Layer7 check passed" },
102 [HCHK_STATUS_L7OKCD] = { CHK_RES_CONDPASS, "L7OKC", "Layer7 check conditionally passed" },
103 [HCHK_STATUS_L7STS] = { CHK_RES_FAILED, "L7STS", "Layer7 wrong status" },
Simon Horman98637e52014-06-20 12:30:16 +0900104
105 [HCHK_STATUS_PROCERR] = { CHK_RES_FAILED, "PROCERR", "External check error" },
106 [HCHK_STATUS_PROCTOUT] = { CHK_RES_FAILED, "PROCTOUT", "External check timeout" },
Cyril Bonté77010d82014-08-07 01:55:37 +0200107 [HCHK_STATUS_PROCOK] = { CHK_RES_PASSED, "PROCOK", "External check passed" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200108};
109
Cyril Bontéac92a062014-12-27 22:28:38 +0100110const struct extcheck_env extcheck_envs[EXTCHK_SIZE] = {
111 [EXTCHK_PATH] = { "PATH", EXTCHK_SIZE_EVAL_INIT },
112 [EXTCHK_HAPROXY_PROXY_NAME] = { "HAPROXY_PROXY_NAME", EXTCHK_SIZE_EVAL_INIT },
113 [EXTCHK_HAPROXY_PROXY_ID] = { "HAPROXY_PROXY_ID", EXTCHK_SIZE_EVAL_INIT },
114 [EXTCHK_HAPROXY_PROXY_ADDR] = { "HAPROXY_PROXY_ADDR", EXTCHK_SIZE_EVAL_INIT },
115 [EXTCHK_HAPROXY_PROXY_PORT] = { "HAPROXY_PROXY_PORT", EXTCHK_SIZE_EVAL_INIT },
116 [EXTCHK_HAPROXY_SERVER_NAME] = { "HAPROXY_SERVER_NAME", EXTCHK_SIZE_EVAL_INIT },
117 [EXTCHK_HAPROXY_SERVER_ID] = { "HAPROXY_SERVER_ID", EXTCHK_SIZE_EVAL_INIT },
118 [EXTCHK_HAPROXY_SERVER_ADDR] = { "HAPROXY_SERVER_ADDR", EXTCHK_SIZE_EVAL_INIT },
119 [EXTCHK_HAPROXY_SERVER_PORT] = { "HAPROXY_SERVER_PORT", EXTCHK_SIZE_EVAL_INIT },
120 [EXTCHK_HAPROXY_SERVER_MAXCONN] = { "HAPROXY_SERVER_MAXCONN", EXTCHK_SIZE_EVAL_INIT },
121 [EXTCHK_HAPROXY_SERVER_CURCONN] = { "HAPROXY_SERVER_CURCONN", EXTCHK_SIZE_ULONG },
122};
123
Simon Horman63a4a822012-03-19 07:24:41 +0900124static const struct analyze_status analyze_statuses[HANA_STATUS_SIZE] = { /* 0: ignore, 1: error, 2: OK */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100125 [HANA_STATUS_UNKNOWN] = { "Unknown", { 0, 0 }},
126
127 [HANA_STATUS_L4_OK] = { "L4 successful connection", { 2, 0 }},
128 [HANA_STATUS_L4_ERR] = { "L4 unsuccessful connection", { 1, 1 }},
129
130 [HANA_STATUS_HTTP_OK] = { "Correct http response", { 0, 2 }},
131 [HANA_STATUS_HTTP_STS] = { "Wrong http response", { 0, 1 }},
132 [HANA_STATUS_HTTP_HDRRSP] = { "Invalid http response (headers)", { 0, 1 }},
133 [HANA_STATUS_HTTP_RSP] = { "Invalid http response", { 0, 1 }},
134
135 [HANA_STATUS_HTTP_READ_ERROR] = { "Read error (http)", { 0, 1 }},
136 [HANA_STATUS_HTTP_READ_TIMEOUT] = { "Read timeout (http)", { 0, 1 }},
137 [HANA_STATUS_HTTP_BROKEN_PIPE] = { "Close from server (http)", { 0, 1 }},
138};
139
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200140/*
141 * Convert check_status code to description
142 */
143const char *get_check_status_description(short check_status) {
144
145 const char *desc;
146
147 if (check_status < HCHK_STATUS_SIZE)
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200148 desc = check_statuses[check_status].desc;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200149 else
150 desc = NULL;
151
152 if (desc && *desc)
153 return desc;
154 else
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200155 return check_statuses[HCHK_STATUS_UNKNOWN].desc;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200156}
157
158/*
159 * Convert check_status code to short info
160 */
161const char *get_check_status_info(short check_status) {
162
163 const char *info;
164
165 if (check_status < HCHK_STATUS_SIZE)
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200166 info = check_statuses[check_status].info;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200167 else
168 info = NULL;
169
170 if (info && *info)
171 return info;
172 else
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200173 return check_statuses[HCHK_STATUS_UNKNOWN].info;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200174}
175
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100176const char *get_analyze_status(short analyze_status) {
177
178 const char *desc;
179
180 if (analyze_status < HANA_STATUS_SIZE)
181 desc = analyze_statuses[analyze_status].desc;
182 else
183 desc = NULL;
184
185 if (desc && *desc)
186 return desc;
187 else
188 return analyze_statuses[HANA_STATUS_UNKNOWN].desc;
189}
190
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200191/*
Simon Horman4a741432013-02-23 15:35:38 +0900192 * Set check->status, update check->duration and fill check->result with
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200193 * an adequate CHK_RES_* value. The new check->health is computed based
194 * on the result.
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200195 *
196 * Show information in logs about failed health check if server is UP
197 * or succeeded health checks if server is DOWN.
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200198 */
Simon Horman4a741432013-02-23 15:35:38 +0900199static void set_server_check_status(struct check *check, short status, const char *desc)
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100200{
Simon Horman4a741432013-02-23 15:35:38 +0900201 struct server *s = check->server;
Willy Tarreaubef1b322014-05-13 21:01:39 +0200202 short prev_status = check->status;
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200203 int report = 0;
Simon Horman4a741432013-02-23 15:35:38 +0900204
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200205 if (status == HCHK_STATUS_START) {
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100206 check->result = CHK_RES_UNKNOWN; /* no result yet */
Simon Horman4a741432013-02-23 15:35:38 +0900207 check->desc[0] = '\0';
208 check->start = now;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200209 return;
210 }
211
Simon Horman4a741432013-02-23 15:35:38 +0900212 if (!check->status)
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200213 return;
214
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200215 if (desc && *desc) {
Simon Horman4a741432013-02-23 15:35:38 +0900216 strncpy(check->desc, desc, HCHK_DESC_LEN-1);
217 check->desc[HCHK_DESC_LEN-1] = '\0';
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200218 } else
Simon Horman4a741432013-02-23 15:35:38 +0900219 check->desc[0] = '\0';
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200220
Simon Horman4a741432013-02-23 15:35:38 +0900221 check->status = status;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200222 if (check_statuses[status].result)
Simon Horman4a741432013-02-23 15:35:38 +0900223 check->result = check_statuses[status].result;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200224
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100225 if (status == HCHK_STATUS_HANA)
Simon Horman4a741432013-02-23 15:35:38 +0900226 check->duration = -1;
227 else if (!tv_iszero(&check->start)) {
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200228 /* set_server_check_status() may be called more than once */
Simon Horman4a741432013-02-23 15:35:38 +0900229 check->duration = tv_ms_elapsed(&check->start, &now);
230 tv_zero(&check->start);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200231 }
232
Willy Tarreau23964182014-05-20 20:56:30 +0200233 /* no change is expected if no state change occurred */
234 if (check->result == CHK_RES_NEUTRAL)
235 return;
236
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200237 report = 0;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200238
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200239 switch (check->result) {
240 case CHK_RES_FAILED:
Willy Tarreau12634e12014-05-23 11:32:36 +0200241 /* Failure to connect to the agent as a secondary check should not
242 * cause the server to be marked down.
243 */
244 if ((!(check->state & CHK_ST_AGENT) ||
Simon Hormaneaabd522015-02-26 11:26:17 +0900245 (check->status >= HCHK_STATUS_L57DATA)) &&
Willy Tarreau12634e12014-05-23 11:32:36 +0200246 (check->health >= check->rise)) {
Christopher Faulet29f77e82017-06-08 14:04:45 +0200247 HA_ATOMIC_ADD(&s->counters.failed_checks, 1);
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200248 report = 1;
249 check->health--;
250 if (check->health < check->rise)
251 check->health = 0;
252 }
253 break;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200254
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200255 case CHK_RES_PASSED:
256 case CHK_RES_CONDPASS: /* "condpass" cannot make the first step but it OK after a "passed" */
257 if ((check->health < check->rise + check->fall - 1) &&
258 (check->result == CHK_RES_PASSED || check->health > 0)) {
259 report = 1;
260 check->health++;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200261
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200262 if (check->health >= check->rise)
263 check->health = check->rise + check->fall - 1; /* OK now */
264 }
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200265
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200266 /* clear consecutive_errors if observing is enabled */
267 if (s->onerror)
268 s->consecutive_errors = 0;
269 break;
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100270
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200271 default:
272 break;
273 }
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200274
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200275 if (s->proxy->options2 & PR_O2_LOGHCHKS &&
276 (status != prev_status || report)) {
277 chunk_printf(&trash,
Willy Tarreau12634e12014-05-23 11:32:36 +0200278 "%s check for %sserver %s/%s %s%s",
279 (check->state & CHK_ST_AGENT) ? "Agent" : "Health",
Willy Tarreauc93cd162014-05-13 15:54:22 +0200280 s->flags & SRV_F_BACKUP ? "backup " : "",
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100281 s->proxy->id, s->id,
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100282 (check->result == CHK_RES_CONDPASS) ? "conditionally ":"",
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200283 (check->result >= CHK_RES_PASSED) ? "succeeded" : "failed");
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200284
Emeric Brun5a133512017-10-19 14:42:30 +0200285 srv_append_status(&trash, s, check, -1, 0);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200286
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100287 chunk_appendf(&trash, ", status: %d/%d %s",
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200288 (check->health >= check->rise) ? check->health - check->rise + 1 : check->health,
289 (check->health >= check->rise) ? check->fall : check->rise,
290 (check->health >= check->rise) ? (s->uweight ? "UP" : "DRAIN") : "DOWN");
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200291
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100292 Warning("%s.\n", trash.str);
293 send_log(s->proxy, LOG_NOTICE, "%s.\n", trash.str);
Simon Horman7ea9be02015-04-30 13:10:33 +0900294 send_email_alert(s, LOG_INFO, "%s", trash.str);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200295 }
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200296}
297
Willy Tarreau4eec5472014-05-20 22:32:27 +0200298/* Marks the check <check>'s server down if the current check is already failed
299 * and the server is not down yet nor in maintenance.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200300 */
Willy Tarreau4eec5472014-05-20 22:32:27 +0200301static void check_notify_failure(struct check *check)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200302{
Simon Horman4a741432013-02-23 15:35:38 +0900303 struct server *s = check->server;
Simon Hormane0d1bfb2011-06-21 14:34:58 +0900304
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200305 /* The agent secondary check should only cause a server to be marked
306 * as down if check->status is HCHK_STATUS_L7STS, which indicates
307 * that the agent returned "fail", "stopped" or "down".
308 * The implication here is that failure to connect to the agent
309 * as a secondary check should not cause the server to be marked
310 * down. */
311 if ((check->state & CHK_ST_AGENT) && check->status != HCHK_STATUS_L7STS)
312 return;
313
Willy Tarreau4eec5472014-05-20 22:32:27 +0200314 if (check->health > 0)
315 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100316
Willy Tarreau4eec5472014-05-20 22:32:27 +0200317 /* We only report a reason for the check if we did not do so previously */
Emeric Brun5a133512017-10-19 14:42:30 +0200318 srv_set_stopped(s, NULL, (!s->track && !(s->proxy->options2 & PR_O2_LOGHCHKS)) ? check : NULL);
Willy Tarreaubaaee002006-06-26 02:48:02 +0200319}
320
Willy Tarreauaf549582014-05-16 17:37:50 +0200321/* Marks the check <check> as valid and tries to set its server up, provided
Willy Tarreau3e048382014-05-21 10:30:54 +0200322 * it isn't in maintenance, it is not tracking a down server and other checks
323 * comply. The rule is simple : by default, a server is up, unless any of the
324 * following conditions is true :
325 * - health check failed (check->health < rise)
326 * - agent check failed (agent->health < rise)
327 * - the server tracks a down server (track && track->state == STOPPED)
328 * Note that if the server has a slowstart, it will switch to STARTING instead
329 * of RUNNING. Also, only the health checks support the nolb mode, so the
330 * agent's success may not take the server out of this mode.
Willy Tarreauaf549582014-05-16 17:37:50 +0200331 */
Willy Tarreau3e048382014-05-21 10:30:54 +0200332static void check_notify_success(struct check *check)
Willy Tarreauaf549582014-05-16 17:37:50 +0200333{
Simon Horman4a741432013-02-23 15:35:38 +0900334 struct server *s = check->server;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100335
Emeric Brun52a91d32017-08-31 14:41:55 +0200336 if (s->next_admin & SRV_ADMF_MAINT)
Willy Tarreauaf549582014-05-16 17:37:50 +0200337 return;
Cyril Bontécd19e512010-01-31 22:34:03 +0100338
Emeric Brun52a91d32017-08-31 14:41:55 +0200339 if (s->track && s->track->next_state == SRV_ST_STOPPED)
Willy Tarreauaf549582014-05-16 17:37:50 +0200340 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100341
Willy Tarreau3e048382014-05-21 10:30:54 +0200342 if ((s->check.state & CHK_ST_ENABLED) && (s->check.health < s->check.rise))
343 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100344
Willy Tarreau3e048382014-05-21 10:30:54 +0200345 if ((s->agent.state & CHK_ST_ENABLED) && (s->agent.health < s->agent.rise))
346 return;
Willy Tarreauaf549582014-05-16 17:37:50 +0200347
Emeric Brun52a91d32017-08-31 14:41:55 +0200348 if ((check->state & CHK_ST_AGENT) && s->next_state == SRV_ST_STOPPING)
Willy Tarreau3e048382014-05-21 10:30:54 +0200349 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100350
Emeric Brun5a133512017-10-19 14:42:30 +0200351 srv_set_running(s, NULL, (!s->track && !(s->proxy->options2 & PR_O2_LOGHCHKS)) ? check : NULL);
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100352}
353
Willy Tarreaudb58b792014-05-21 13:57:23 +0200354/* Marks the check <check> as valid and tries to set its server into stopping mode
355 * if it was running or starting, and provided it isn't in maintenance and other
356 * checks comply. The conditions for the server to be marked in stopping mode are
357 * the same as for it to be turned up. Also, only the health checks support the
358 * nolb mode.
Willy Tarreauaf549582014-05-16 17:37:50 +0200359 */
Willy Tarreaudb58b792014-05-21 13:57:23 +0200360static void check_notify_stopping(struct check *check)
Willy Tarreauaf549582014-05-16 17:37:50 +0200361{
Simon Horman4a741432013-02-23 15:35:38 +0900362 struct server *s = check->server;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100363
Emeric Brun52a91d32017-08-31 14:41:55 +0200364 if (s->next_admin & SRV_ADMF_MAINT)
Willy Tarreauaf549582014-05-16 17:37:50 +0200365 return;
366
Willy Tarreaudb58b792014-05-21 13:57:23 +0200367 if (check->state & CHK_ST_AGENT)
368 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100369
Emeric Brun52a91d32017-08-31 14:41:55 +0200370 if (s->track && s->track->next_state == SRV_ST_STOPPED)
Willy Tarreaudb58b792014-05-21 13:57:23 +0200371 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100372
Willy Tarreaudb58b792014-05-21 13:57:23 +0200373 if ((s->check.state & CHK_ST_ENABLED) && (s->check.health < s->check.rise))
374 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100375
Willy Tarreaudb58b792014-05-21 13:57:23 +0200376 if ((s->agent.state & CHK_ST_ENABLED) && (s->agent.health < s->agent.rise))
377 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100378
Emeric Brun5a133512017-10-19 14:42:30 +0200379 srv_set_running(s, NULL, (!s->track && !(s->proxy->options2 & PR_O2_LOGHCHKS)) ? check : NULL);
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100380}
Willy Tarreaubaaee002006-06-26 02:48:02 +0200381
Willy Tarreau9fe7aae2013-12-31 23:47:37 +0100382/* note: use health_adjust() only, which first checks that the observe mode is
383 * enabled.
384 */
385void __health_adjust(struct server *s, short status)
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100386{
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100387 int failed;
388 int expire;
389
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100390 if (s->observe >= HANA_OBS_SIZE)
391 return;
392
Willy Tarreaubb956662013-01-24 00:37:39 +0100393 if (status >= HANA_STATUS_SIZE || !analyze_statuses[status].desc)
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100394 return;
395
396 switch (analyze_statuses[status].lr[s->observe - 1]) {
397 case 1:
398 failed = 1;
399 break;
400
401 case 2:
402 failed = 0;
403 break;
404
405 default:
406 return;
407 }
408
409 if (!failed) {
410 /* good: clear consecutive_errors */
411 s->consecutive_errors = 0;
412 return;
413 }
414
Christopher Faulet29f77e82017-06-08 14:04:45 +0200415 HA_ATOMIC_ADD(&s->consecutive_errors, 1);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100416
417 if (s->consecutive_errors < s->consecutive_errors_limit)
418 return;
419
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100420 chunk_printf(&trash, "Detected %d consecutive errors, last one was: %s",
421 s->consecutive_errors, get_analyze_status(status));
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100422
423 switch (s->onerror) {
424 case HANA_ONERR_FASTINTER:
425 /* force fastinter - nothing to do here as all modes force it */
426 break;
427
428 case HANA_ONERR_SUDDTH:
429 /* simulate a pre-fatal failed health check */
Simon Horman58c32972013-11-25 10:46:38 +0900430 if (s->check.health > s->check.rise)
431 s->check.health = s->check.rise + 1;
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100432
433 /* no break - fall through */
434
435 case HANA_ONERR_FAILCHK:
436 /* simulate a failed health check */
Simon Horman4a741432013-02-23 15:35:38 +0900437 set_server_check_status(&s->check, HCHK_STATUS_HANA, trash.str);
Willy Tarreau4eec5472014-05-20 22:32:27 +0200438 check_notify_failure(&s->check);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100439 break;
440
441 case HANA_ONERR_MARKDWN:
442 /* mark server down */
Simon Horman58c32972013-11-25 10:46:38 +0900443 s->check.health = s->check.rise;
Simon Horman4a741432013-02-23 15:35:38 +0900444 set_server_check_status(&s->check, HCHK_STATUS_HANA, trash.str);
Willy Tarreau4eec5472014-05-20 22:32:27 +0200445 check_notify_failure(&s->check);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100446 break;
447
448 default:
449 /* write a warning? */
450 break;
451 }
452
453 s->consecutive_errors = 0;
Christopher Faulet29f77e82017-06-08 14:04:45 +0200454 HA_ATOMIC_ADD(&s->counters.failed_hana, 1);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100455
Simon Horman66183002013-02-23 10:16:43 +0900456 if (s->check.fastinter) {
457 expire = tick_add(now_ms, MS_TO_TICKS(s->check.fastinter));
Sergiy Prykhodko1d57e502013-09-21 12:05:00 +0300458 if (s->check.task->expire > expire) {
Willy Tarreau5b3a2022012-09-28 15:01:02 +0200459 s->check.task->expire = expire;
Sergiy Prykhodko1d57e502013-09-21 12:05:00 +0300460 /* requeue check task with new expire */
461 task_queue(s->check.task);
462 }
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100463 }
464}
465
Willy Tarreaua1dab552014-04-14 15:04:54 +0200466static int httpchk_build_status_header(struct server *s, char *buffer, int size)
Willy Tarreauef781042010-01-27 11:53:01 +0100467{
468 int sv_state;
469 int ratio;
470 int hlen = 0;
Joseph Lynch514061c2015-01-15 17:52:59 -0800471 char addr[46];
472 char port[6];
Willy Tarreauef781042010-01-27 11:53:01 +0100473 const char *srv_hlt_st[7] = { "DOWN", "DOWN %d/%d",
474 "UP %d/%d", "UP",
475 "NOLB %d/%d", "NOLB",
476 "no check" };
477
478 memcpy(buffer + hlen, "X-Haproxy-Server-State: ", 24);
479 hlen += 24;
480
Willy Tarreauff5ae352013-12-11 20:36:34 +0100481 if (!(s->check.state & CHK_ST_ENABLED))
482 sv_state = 6;
Emeric Brun52a91d32017-08-31 14:41:55 +0200483 else if (s->cur_state != SRV_ST_STOPPED) {
Simon Horman58c32972013-11-25 10:46:38 +0900484 if (s->check.health == s->check.rise + s->check.fall - 1)
Willy Tarreauef781042010-01-27 11:53:01 +0100485 sv_state = 3; /* UP */
486 else
487 sv_state = 2; /* going down */
488
Emeric Brun52a91d32017-08-31 14:41:55 +0200489 if (s->cur_state == SRV_ST_STOPPING)
Willy Tarreauef781042010-01-27 11:53:01 +0100490 sv_state += 2;
491 } else {
Simon Horman125d0992013-02-24 17:23:38 +0900492 if (s->check.health)
Willy Tarreauef781042010-01-27 11:53:01 +0100493 sv_state = 1; /* going up */
494 else
495 sv_state = 0; /* DOWN */
496 }
497
Willy Tarreaua1dab552014-04-14 15:04:54 +0200498 hlen += snprintf(buffer + hlen, size - hlen,
Willy Tarreauef781042010-01-27 11:53:01 +0100499 srv_hlt_st[sv_state],
Emeric Brun52a91d32017-08-31 14:41:55 +0200500 (s->cur_state != SRV_ST_STOPPED) ? (s->check.health - s->check.rise + 1) : (s->check.health),
501 (s->cur_state != SRV_ST_STOPPED) ? (s->check.fall) : (s->check.rise));
Willy Tarreauef781042010-01-27 11:53:01 +0100502
Joseph Lynch514061c2015-01-15 17:52:59 -0800503 addr_to_str(&s->addr, addr, sizeof(addr));
Willy Tarreau04276f32017-01-06 17:41:29 +0100504 if (s->addr.ss_family == AF_INET || s->addr.ss_family == AF_INET6)
505 snprintf(port, sizeof(port), "%u", s->svc_port);
506 else
507 *port = 0;
Joseph Lynch514061c2015-01-15 17:52:59 -0800508
509 hlen += snprintf(buffer + hlen, size - hlen, "; address=%s; port=%s; name=%s/%s; node=%s; weight=%d/%d; scur=%d/%d; qcur=%d",
510 addr, port, s->proxy->id, s->id,
Willy Tarreauef781042010-01-27 11:53:01 +0100511 global.node,
Emeric Brun52a91d32017-08-31 14:41:55 +0200512 (s->cur_eweight * s->proxy->lbprm.wmult + s->proxy->lbprm.wdiv - 1) / s->proxy->lbprm.wdiv,
Willy Tarreauef781042010-01-27 11:53:01 +0100513 (s->proxy->lbprm.tot_weight * s->proxy->lbprm.wmult + s->proxy->lbprm.wdiv - 1) / s->proxy->lbprm.wdiv,
514 s->cur_sess, s->proxy->beconn - s->proxy->nbpend,
515 s->nbpend);
516
Emeric Brun52a91d32017-08-31 14:41:55 +0200517 if ((s->cur_state == SRV_ST_STARTING) &&
Willy Tarreauef781042010-01-27 11:53:01 +0100518 now.tv_sec < s->last_change + s->slowstart &&
519 now.tv_sec >= s->last_change) {
520 ratio = MAX(1, 100 * (now.tv_sec - s->last_change) / s->slowstart);
Willy Tarreaua1dab552014-04-14 15:04:54 +0200521 hlen += snprintf(buffer + hlen, size - hlen, "; throttle=%d%%", ratio);
Willy Tarreauef781042010-01-27 11:53:01 +0100522 }
523
524 buffer[hlen++] = '\r';
525 buffer[hlen++] = '\n';
526
527 return hlen;
528}
529
Willy Tarreau20a18342013-12-05 00:31:46 +0100530/* Check the connection. If an error has already been reported or the socket is
531 * closed, keep errno intact as it is supposed to contain the valid error code.
532 * If no error is reported, check the socket's error queue using getsockopt().
533 * Warning, this must be done only once when returning from poll, and never
534 * after an I/O error was attempted, otherwise the error queue might contain
535 * inconsistent errors. If an error is detected, the CO_FL_ERROR is set on the
536 * socket. Returns non-zero if an error was reported, zero if everything is
537 * clean (including a properly closed socket).
538 */
539static int retrieve_errno_from_socket(struct connection *conn)
540{
541 int skerr;
542 socklen_t lskerr = sizeof(skerr);
543
544 if (conn->flags & CO_FL_ERROR && ((errno && errno != EAGAIN) || !conn->ctrl))
545 return 1;
546
Willy Tarreau3c728722014-01-23 13:50:42 +0100547 if (!conn_ctrl_ready(conn))
Willy Tarreau20a18342013-12-05 00:31:46 +0100548 return 0;
549
Willy Tarreau585744b2017-08-24 14:31:19 +0200550 if (getsockopt(conn->handle.fd, SOL_SOCKET, SO_ERROR, &skerr, &lskerr) == 0)
Willy Tarreau20a18342013-12-05 00:31:46 +0100551 errno = skerr;
552
553 if (errno == EAGAIN)
554 errno = 0;
555
556 if (!errno) {
557 /* we could not retrieve an error, that does not mean there is
558 * none. Just don't change anything and only report the prior
559 * error if any.
560 */
561 if (conn->flags & CO_FL_ERROR)
562 return 1;
563 else
564 return 0;
565 }
566
567 conn->flags |= CO_FL_ERROR | CO_FL_SOCK_WR_SH | CO_FL_SOCK_RD_SH;
568 return 1;
569}
570
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100571/* Try to collect as much information as possible on the connection status,
572 * and adjust the server status accordingly. It may make use of <errno_bck>
573 * if non-null when the caller is absolutely certain of its validity (eg:
574 * checked just after a syscall). If the caller doesn't have a valid errno,
575 * it can pass zero, and retrieve_errno_from_socket() will be called to try
576 * to extract errno from the socket. If no error is reported, it will consider
577 * the <expired> flag. This is intended to be used when a connection error was
578 * reported in conn->flags or when a timeout was reported in <expired>. The
579 * function takes care of not updating a server status which was already set.
580 * All situations where at least one of <expired> or CO_FL_ERROR are set
581 * produce a status.
582 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200583static void chk_report_conn_err(struct check *check, int errno_bck, int expired)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100584{
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200585 struct connection *conn = check->conn;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100586 const char *err_msg;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200587 struct chunk *chk;
Willy Tarreau213c6782014-10-02 14:51:02 +0200588 int step;
Baptiste Assmann22b09d22015-05-01 08:03:04 +0200589 char *comment;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100590
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100591 if (check->result != CHK_RES_UNKNOWN)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100592 return;
593
594 errno = errno_bck;
Willy Tarreau00149122017-10-04 18:05:01 +0200595 if (conn && (!errno || errno == EAGAIN))
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100596 retrieve_errno_from_socket(conn);
597
Willy Tarreau00149122017-10-04 18:05:01 +0200598 if (conn && !(conn->flags & CO_FL_ERROR) && !expired)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100599 return;
600
601 /* we'll try to build a meaningful error message depending on the
602 * context of the error possibly present in conn->err_code, and the
603 * socket error possibly collected above. This is useful to know the
604 * exact step of the L6 layer (eg: SSL handshake).
605 */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200606 chk = get_trash_chunk();
607
608 if (check->type == PR_O2_TCPCHK_CHK) {
Simon Hormane16c1b32015-01-30 11:22:57 +0900609 step = tcpcheck_get_step_id(check);
Willy Tarreau213c6782014-10-02 14:51:02 +0200610 if (!step)
611 chunk_printf(chk, " at initial connection step of tcp-check");
612 else {
613 chunk_printf(chk, " at step %d of tcp-check", step);
614 /* we were looking for a string */
615 if (check->last_started_step && check->last_started_step->action == TCPCHK_ACT_CONNECT) {
616 if (check->last_started_step->port)
617 chunk_appendf(chk, " (connect port %d)" ,check->last_started_step->port);
618 else
619 chunk_appendf(chk, " (connect)");
620 }
621 else if (check->last_started_step && check->last_started_step->action == TCPCHK_ACT_EXPECT) {
622 if (check->last_started_step->string)
Baptiste Assmann96a5c9b2015-05-01 08:09:29 +0200623 chunk_appendf(chk, " (expect string '%s')", check->last_started_step->string);
Willy Tarreau213c6782014-10-02 14:51:02 +0200624 else if (check->last_started_step->expect_regex)
625 chunk_appendf(chk, " (expect regex)");
626 }
627 else if (check->last_started_step && check->last_started_step->action == TCPCHK_ACT_SEND) {
628 chunk_appendf(chk, " (send)");
629 }
Baptiste Assmann22b09d22015-05-01 08:03:04 +0200630
631 comment = tcpcheck_get_step_comment(check, step);
632 if (comment)
633 chunk_appendf(chk, " comment: '%s'", comment);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200634 }
635 }
636
Willy Tarreau00149122017-10-04 18:05:01 +0200637 if (conn && conn->err_code) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100638 if (errno && errno != EAGAIN)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200639 chunk_printf(&trash, "%s (%s)%s", conn_err_code_str(conn), strerror(errno), chk->str);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100640 else
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200641 chunk_printf(&trash, "%s%s", conn_err_code_str(conn), chk->str);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100642 err_msg = trash.str;
643 }
644 else {
645 if (errno && errno != EAGAIN) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200646 chunk_printf(&trash, "%s%s", strerror(errno), chk->str);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100647 err_msg = trash.str;
648 }
649 else {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200650 err_msg = chk->str;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100651 }
652 }
653
Emeric Brun9f0b4582017-10-23 14:39:51 +0200654 SPIN_LOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreau00149122017-10-04 18:05:01 +0200655 if (check->state & CHK_ST_PORT_MISS) {
Baptiste Assmann95db2bc2016-06-13 14:15:41 +0200656 /* NOTE: this is reported after <fall> tries */
657 chunk_printf(chk, "No port available for the TCP connection");
658 set_server_check_status(check, HCHK_STATUS_SOCKERR, err_msg);
659 }
660
Willy Tarreau00149122017-10-04 18:05:01 +0200661 if (!conn) {
662 /* connection allocation error before the connection was established */
663 set_server_check_status(check, HCHK_STATUS_SOCKERR, err_msg);
664 }
665 else if ((conn->flags & (CO_FL_CONNECTED|CO_FL_WAIT_L4_CONN)) == CO_FL_WAIT_L4_CONN) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100666 /* L4 not established (yet) */
667 if (conn->flags & CO_FL_ERROR)
668 set_server_check_status(check, HCHK_STATUS_L4CON, err_msg);
669 else if (expired)
670 set_server_check_status(check, HCHK_STATUS_L4TOUT, err_msg);
Baptiste Assmanna68ca962015-04-14 01:15:08 +0200671
672 /*
673 * might be due to a server IP change.
674 * Let's trigger a DNS resolution if none are currently running.
675 */
Christopher Faulet67957bd2017-09-27 11:00:59 +0200676 dns_trigger_resolution(check->server->dns_requester);
Baptiste Assmanna68ca962015-04-14 01:15:08 +0200677
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100678 }
679 else if ((conn->flags & (CO_FL_CONNECTED|CO_FL_WAIT_L6_CONN)) == CO_FL_WAIT_L6_CONN) {
680 /* L6 not established (yet) */
681 if (conn->flags & CO_FL_ERROR)
682 set_server_check_status(check, HCHK_STATUS_L6RSP, err_msg);
683 else if (expired)
684 set_server_check_status(check, HCHK_STATUS_L6TOUT, err_msg);
685 }
686 else if (conn->flags & CO_FL_ERROR) {
687 /* I/O error after connection was established and before we could diagnose */
688 set_server_check_status(check, HCHK_STATUS_SOCKERR, err_msg);
689 }
690 else if (expired) {
691 /* connection established but expired check */
692 if (check->type == PR_O2_SSL3_CHK)
693 set_server_check_status(check, HCHK_STATUS_L6TOUT, err_msg);
694 else /* HTTP, SMTP, ... */
695 set_server_check_status(check, HCHK_STATUS_L7TOUT, err_msg);
696 }
Emeric Brun9f0b4582017-10-23 14:39:51 +0200697 SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100698
699 return;
700}
701
Willy Tarreaubaaee002006-06-26 02:48:02 +0200702/*
703 * This function is used only for server health-checks. It handles
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200704 * the connection acknowledgement. If the proxy requires L7 health-checks,
705 * it sends the request. In other cases, it calls set_server_check_status()
Simon Horman4a741432013-02-23 15:35:38 +0900706 * to set check->status, check->duration and check->result.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200707 */
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200708static void event_srv_chk_w(struct connection *conn)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200709{
Simon Horman4a741432013-02-23 15:35:38 +0900710 struct check *check = conn->owner;
711 struct server *s = check->server;
Simon Horman4a741432013-02-23 15:35:38 +0900712 struct task *t = check->task;
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200713
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100714 if (unlikely(check->result == CHK_RES_FAILED))
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100715 goto out_wakeup;
716
Willy Tarreau310987a2014-01-22 19:46:33 +0100717 if (conn->flags & CO_FL_HANDSHAKE)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100718 return;
719
Willy Tarreau20a18342013-12-05 00:31:46 +0100720 if (retrieve_errno_from_socket(conn)) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200721 chk_report_conn_err(check, errno, 0);
Olivier Houchard1a0545f2017-09-13 18:30:23 +0200722 __conn_xprt_stop_both(conn);
Willy Tarreau20a18342013-12-05 00:31:46 +0100723 goto out_wakeup;
724 }
Krzysztof Piotr Oledzki6492db52010-01-02 22:03:01 +0100725
Willy Tarreaubbae3f02017-08-30 09:59:52 +0200726 if (conn->flags & CO_FL_SOCK_WR_SH) {
Willy Tarreau20a18342013-12-05 00:31:46 +0100727 /* if the output is closed, we can't do anything */
728 conn->flags |= CO_FL_ERROR;
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200729 chk_report_conn_err(check, 0, 0);
Willy Tarreau20a18342013-12-05 00:31:46 +0100730 goto out_wakeup;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200731 }
Willy Tarreau6996e152007-04-30 14:37:43 +0200732
Willy Tarreau06559ac2013-12-05 01:53:08 +0100733 /* here, we know that the connection is established. That's enough for
734 * a pure TCP check.
735 */
736 if (!check->type)
737 goto out_wakeup;
738
Willy Tarreauc09572f2017-10-04 11:58:22 +0200739 /* wake() will take care of calling tcpcheck_main() */
740 if (check->type == PR_O2_TCPCHK_CHK)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200741 return;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200742
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100743 if (check->bo->o) {
Willy Tarreau1049b1f2014-02-02 01:51:17 +0100744 conn->xprt->snd_buf(conn, check->bo, 0);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100745 if (conn->flags & CO_FL_ERROR) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200746 chk_report_conn_err(check, errno, 0);
Olivier Houchard1a0545f2017-09-13 18:30:23 +0200747 __conn_xprt_stop_both(conn);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100748 goto out_wakeup;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200749 }
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100750 if (check->bo->o)
751 return;
752 }
Willy Tarreau6996e152007-04-30 14:37:43 +0200753
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100754 /* full request sent, we allow up to <timeout.check> if nonzero for a response */
755 if (s->proxy->timeout.check) {
756 t->expire = tick_add_ifset(now_ms, s->proxy->timeout.check);
757 task_queue(t);
Willy Tarreaubaaee002006-06-26 02:48:02 +0200758 }
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100759 goto out_nowake;
760
Willy Tarreau83749182007-04-15 20:56:27 +0200761 out_wakeup:
Willy Tarreaufdccded2008-08-29 18:19:04 +0200762 task_wakeup(t, TASK_WOKEN_IO);
Willy Tarreau83749182007-04-15 20:56:27 +0200763 out_nowake:
Olivier Houchard1a0545f2017-09-13 18:30:23 +0200764 __conn_xprt_stop_send(conn); /* nothing more to write */
Willy Tarreaubaaee002006-06-26 02:48:02 +0200765}
766
Willy Tarreaubaaee002006-06-26 02:48:02 +0200767/*
Willy Tarreauf3c69202006-07-09 16:42:34 +0200768 * This function is used only for server health-checks. It handles the server's
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +0200769 * reply to an HTTP request, SSL HELLO or MySQL client Auth. It calls
Simon Horman4a741432013-02-23 15:35:38 +0900770 * set_server_check_status() to update check->status, check->duration
771 * and check->result.
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200772
773 * The set_server_check_status function is called with HCHK_STATUS_L7OKD if
774 * an HTTP server replies HTTP 2xx or 3xx (valid responses), if an SMTP server
775 * returns 2xx, HCHK_STATUS_L6OK if an SSL server returns at least 5 bytes in
776 * response to an SSL HELLO (the principle is that this is enough to
777 * distinguish between an SSL server and a pure TCP relay). All other cases will
778 * call it with a proper error status like HCHK_STATUS_L7STS, HCHK_STATUS_L6RSP,
779 * etc.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200780 */
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200781static void event_srv_chk_r(struct connection *conn)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200782{
Simon Horman4a741432013-02-23 15:35:38 +0900783 struct check *check = conn->owner;
784 struct server *s = check->server;
785 struct task *t = check->task;
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200786 char *desc;
Willy Tarreau03938182010-03-17 21:52:07 +0100787 int done;
Gabor Lekenyb4c81e42010-09-29 18:17:05 +0200788 unsigned short msglen;
Willy Tarreau83749182007-04-15 20:56:27 +0200789
Emeric Brun9f0b4582017-10-23 14:39:51 +0200790 SPIN_LOCK(SERVER_LOCK, &check->server->lock);
791
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100792 if (unlikely(check->result == CHK_RES_FAILED))
Willy Tarreau83749182007-04-15 20:56:27 +0200793 goto out_wakeup;
Willy Tarreau83749182007-04-15 20:56:27 +0200794
Emeric Brun9f0b4582017-10-23 14:39:51 +0200795 if (conn->flags & CO_FL_HANDSHAKE) {
796 SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200797 return;
Emeric Brun9f0b4582017-10-23 14:39:51 +0200798 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200799
Willy Tarreauc09572f2017-10-04 11:58:22 +0200800 /* wake() will take care of calling tcpcheck_main() */
Emeric Brun9f0b4582017-10-23 14:39:51 +0200801 if (check->type == PR_O2_TCPCHK_CHK) {
802 SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200803 return;
Emeric Brun9f0b4582017-10-23 14:39:51 +0200804 }
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200805
Willy Tarreau83749182007-04-15 20:56:27 +0200806 /* Warning! Linux returns EAGAIN on SO_ERROR if data are still available
807 * but the connection was closed on the remote end. Fortunately, recv still
808 * works correctly and we don't need to do the getsockopt() on linux.
809 */
Nick Chalk57b1bf72010-03-16 15:50:46 +0000810
811 /* Set buffer to point to the end of the data already read, and check
812 * that there is free space remaining. If the buffer is full, proceed
813 * with running the checks without attempting another socket read.
814 */
Nick Chalk57b1bf72010-03-16 15:50:46 +0000815
Willy Tarreau03938182010-03-17 21:52:07 +0100816 done = 0;
Nick Chalk57b1bf72010-03-16 15:50:46 +0000817
Simon Horman4a741432013-02-23 15:35:38 +0900818 conn->xprt->rcv_buf(conn, check->bi, check->bi->size);
Willy Tarreau54e917c2017-08-30 07:35:35 +0200819 if (conn->flags & (CO_FL_ERROR | CO_FL_SOCK_RD_SH)) {
Willy Tarreau03938182010-03-17 21:52:07 +0100820 done = 1;
Simon Horman4a741432013-02-23 15:35:38 +0900821 if ((conn->flags & CO_FL_ERROR) && !check->bi->i) {
Willy Tarreauf1503172012-09-28 19:39:36 +0200822 /* Report network errors only if we got no other data. Otherwise
823 * we'll let the upper layers decide whether the response is OK
824 * or not. It is very common that an RST sent by the server is
825 * reported as an error just after the last data chunk.
826 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200827 chk_report_conn_err(check, errno, 0);
Willy Tarreauc1a07962010-03-16 20:55:43 +0100828 goto out_wakeup;
829 }
Willy Tarreaubaaee002006-06-26 02:48:02 +0200830 }
831
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100832
Willy Tarreau03938182010-03-17 21:52:07 +0100833 /* Intermediate or complete response received.
Simon Horman4a741432013-02-23 15:35:38 +0900834 * Terminate string in check->bi->data buffer.
Willy Tarreau03938182010-03-17 21:52:07 +0100835 */
Simon Horman4a741432013-02-23 15:35:38 +0900836 if (check->bi->i < check->bi->size)
837 check->bi->data[check->bi->i] = '\0';
Willy Tarreau03938182010-03-17 21:52:07 +0100838 else {
Simon Horman4a741432013-02-23 15:35:38 +0900839 check->bi->data[check->bi->i - 1] = '\0';
Willy Tarreau03938182010-03-17 21:52:07 +0100840 done = 1; /* buffer full, don't wait for more data */
841 }
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200842
Nick Chalk57b1bf72010-03-16 15:50:46 +0000843 /* Run the checks... */
Simon Horman4a741432013-02-23 15:35:38 +0900844 switch (check->type) {
Willy Tarreau1620ec32011-08-06 17:05:02 +0200845 case PR_O2_HTTP_CHK:
Simon Horman4a741432013-02-23 15:35:38 +0900846 if (!done && check->bi->i < strlen("HTTP/1.0 000\r"))
Willy Tarreau03938182010-03-17 21:52:07 +0100847 goto wait_more_data;
848
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100849 /* Check if the server speaks HTTP 1.X */
Simon Horman4a741432013-02-23 15:35:38 +0900850 if ((check->bi->i < strlen("HTTP/1.0 000\r")) ||
851 (memcmp(check->bi->data, "HTTP/1.", 7) != 0 ||
852 (*(check->bi->data + 12) != ' ' && *(check->bi->data + 12) != '\r')) ||
853 !isdigit((unsigned char) *(check->bi->data + 9)) || !isdigit((unsigned char) *(check->bi->data + 10)) ||
854 !isdigit((unsigned char) *(check->bi->data + 11))) {
855 cut_crlf(check->bi->data);
856 set_server_check_status(check, HCHK_STATUS_L7RSP, check->bi->data);
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200857
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100858 goto out_wakeup;
859 }
860
Simon Horman4a741432013-02-23 15:35:38 +0900861 check->code = str2uic(check->bi->data + 9);
862 desc = ltrim(check->bi->data + 12, ' ');
Christopher Fauletc2a89a62017-10-23 15:54:24 +0200863
Willy Tarreaubd741542010-03-16 18:46:54 +0100864 if ((s->proxy->options & PR_O_DISABLE404) &&
Emeric Brun52a91d32017-08-31 14:41:55 +0200865 (s->next_state != SRV_ST_STOPPED) && (check->code == 404)) {
Nick Chalk57b1bf72010-03-16 15:50:46 +0000866 /* 404 may be accepted as "stopping" only if the server was up */
867 cut_crlf(desc);
Simon Horman4a741432013-02-23 15:35:38 +0900868 set_server_check_status(check, HCHK_STATUS_L7OKCD, desc);
Nick Chalk57b1bf72010-03-16 15:50:46 +0000869 }
Willy Tarreaubd741542010-03-16 18:46:54 +0100870 else if (s->proxy->options2 & PR_O2_EXP_TYPE) {
871 /* Run content verification check... We know we have at least 13 chars */
872 if (!httpchk_expect(s, done))
873 goto wait_more_data;
874 }
875 /* check the reply : HTTP/1.X 2xx and 3xx are OK */
Simon Horman4a741432013-02-23 15:35:38 +0900876 else if (*(check->bi->data + 9) == '2' || *(check->bi->data + 9) == '3') {
Willy Tarreaubd741542010-03-16 18:46:54 +0100877 cut_crlf(desc);
Simon Horman4a741432013-02-23 15:35:38 +0900878 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Willy Tarreaubd741542010-03-16 18:46:54 +0100879 }
Nick Chalk57b1bf72010-03-16 15:50:46 +0000880 else {
881 cut_crlf(desc);
Simon Horman4a741432013-02-23 15:35:38 +0900882 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Nick Chalk57b1bf72010-03-16 15:50:46 +0000883 }
Willy Tarreau1620ec32011-08-06 17:05:02 +0200884 break;
885
886 case PR_O2_SSL3_CHK:
Simon Horman4a741432013-02-23 15:35:38 +0900887 if (!done && check->bi->i < 5)
Willy Tarreau03938182010-03-17 21:52:07 +0100888 goto wait_more_data;
889
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100890 /* Check for SSLv3 alert or handshake */
Simon Horman4a741432013-02-23 15:35:38 +0900891 if ((check->bi->i >= 5) && (*check->bi->data == 0x15 || *check->bi->data == 0x16))
892 set_server_check_status(check, HCHK_STATUS_L6OK, NULL);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200893 else
Simon Horman4a741432013-02-23 15:35:38 +0900894 set_server_check_status(check, HCHK_STATUS_L6RSP, NULL);
Willy Tarreau1620ec32011-08-06 17:05:02 +0200895 break;
896
897 case PR_O2_SMTP_CHK:
Simon Horman4a741432013-02-23 15:35:38 +0900898 if (!done && check->bi->i < strlen("000\r"))
Willy Tarreau03938182010-03-17 21:52:07 +0100899 goto wait_more_data;
900
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200901 /* Check if the server speaks SMTP */
Simon Horman4a741432013-02-23 15:35:38 +0900902 if ((check->bi->i < strlen("000\r")) ||
903 (*(check->bi->data + 3) != ' ' && *(check->bi->data + 3) != '\r') ||
904 !isdigit((unsigned char) *check->bi->data) || !isdigit((unsigned char) *(check->bi->data + 1)) ||
905 !isdigit((unsigned char) *(check->bi->data + 2))) {
906 cut_crlf(check->bi->data);
907 set_server_check_status(check, HCHK_STATUS_L7RSP, check->bi->data);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200908 goto out_wakeup;
909 }
910
Simon Horman4a741432013-02-23 15:35:38 +0900911 check->code = str2uic(check->bi->data);
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200912
Simon Horman4a741432013-02-23 15:35:38 +0900913 desc = ltrim(check->bi->data + 3, ' ');
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200914 cut_crlf(desc);
915
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100916 /* Check for SMTP code 2xx (should be 250) */
Simon Horman4a741432013-02-23 15:35:38 +0900917 if (*check->bi->data == '2')
918 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200919 else
Simon Horman4a741432013-02-23 15:35:38 +0900920 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Willy Tarreau1620ec32011-08-06 17:05:02 +0200921 break;
922
Simon Hormana2b9dad2013-02-12 10:45:54 +0900923 case PR_O2_LB_AGENT_CHK: {
Willy Tarreau81f5d942013-12-09 20:51:51 +0100924 int status = HCHK_STATUS_CHECKED;
925 const char *hs = NULL; /* health status */
926 const char *as = NULL; /* admin status */
927 const char *ps = NULL; /* performance status */
Nenad Merdanovic174dd372016-04-24 23:10:06 +0200928 const char *cs = NULL; /* maxconn */
Willy Tarreau81f5d942013-12-09 20:51:51 +0100929 const char *err = NULL; /* first error to report */
930 const char *wrn = NULL; /* first warning to report */
931 char *cmd, *p;
Simon Hormana2b9dad2013-02-12 10:45:54 +0900932
Willy Tarreau81f5d942013-12-09 20:51:51 +0100933 /* We're getting an agent check response. The agent could
934 * have been disabled in the mean time with a long check
935 * still pending. It is important that we ignore the whole
936 * response.
937 */
938 if (!(check->server->agent.state & CHK_ST_ENABLED))
939 break;
940
941 /* The agent supports strings made of a single line ended by the
942 * first CR ('\r') or LF ('\n'). This line is composed of words
943 * delimited by spaces (' '), tabs ('\t'), or commas (','). The
944 * line may optionally contained a description of a state change
945 * after a sharp ('#'), which is only considered if a health state
946 * is announced.
947 *
948 * Words may be composed of :
949 * - a numeric weight suffixed by the percent character ('%').
950 * - a health status among "up", "down", "stopped", and "fail".
951 * - an admin status among "ready", "drain", "maint".
952 *
953 * These words may appear in any order. If multiple words of the
954 * same category appear, the last one wins.
955 */
956
Willy Tarreau9809b782013-12-11 21:40:11 +0100957 p = check->bi->data;
958 while (*p && *p != '\n' && *p != '\r')
959 p++;
960
961 if (!*p) {
962 if (!done)
963 goto wait_more_data;
Simon Hormana2b9dad2013-02-12 10:45:54 +0900964
Willy Tarreau9809b782013-12-11 21:40:11 +0100965 /* at least inform the admin that the agent is mis-behaving */
966 set_server_check_status(check, check->status, "Ignoring incomplete line from agent");
967 break;
968 }
Willy Tarreau81f5d942013-12-09 20:51:51 +0100969
Willy Tarreau9809b782013-12-11 21:40:11 +0100970 *p = 0;
Willy Tarreau81f5d942013-12-09 20:51:51 +0100971 cmd = check->bi->data;
Simon Hormana2b9dad2013-02-12 10:45:54 +0900972
Willy Tarreau81f5d942013-12-09 20:51:51 +0100973 while (*cmd) {
974 /* look for next word */
975 if (*cmd == ' ' || *cmd == '\t' || *cmd == ',') {
976 cmd++;
977 continue;
978 }
Simon Horman671b6f02013-11-25 10:46:39 +0900979
Willy Tarreau81f5d942013-12-09 20:51:51 +0100980 if (*cmd == '#') {
981 /* this is the beginning of a health status description,
982 * skip the sharp and blanks.
983 */
984 cmd++;
985 while (*cmd == '\t' || *cmd == ' ')
986 cmd++;
Simon Horman671b6f02013-11-25 10:46:39 +0900987 break;
Simon Hormana2b9dad2013-02-12 10:45:54 +0900988 }
Willy Tarreau81f5d942013-12-09 20:51:51 +0100989
990 /* find the end of the word so that we have a null-terminated
991 * word between <cmd> and <p>.
992 */
993 p = cmd + 1;
994 while (*p && *p != '\t' && *p != ' ' && *p != '\n' && *p != ',')
995 p++;
996 if (*p)
997 *p++ = 0;
998
999 /* first, health statuses */
1000 if (strcasecmp(cmd, "up") == 0) {
1001 check->health = check->rise + check->fall - 1;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001002 status = HCHK_STATUS_L7OKD;
Willy Tarreau81f5d942013-12-09 20:51:51 +01001003 hs = cmd;
1004 }
1005 else if (strcasecmp(cmd, "down") == 0) {
1006 check->health = 0;
1007 status = HCHK_STATUS_L7STS;
1008 hs = cmd;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001009 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001010 else if (strcasecmp(cmd, "stopped") == 0) {
1011 check->health = 0;
1012 status = HCHK_STATUS_L7STS;
1013 hs = cmd;
1014 }
1015 else if (strcasecmp(cmd, "fail") == 0) {
1016 check->health = 0;
1017 status = HCHK_STATUS_L7STS;
1018 hs = cmd;
1019 }
1020 /* admin statuses */
1021 else if (strcasecmp(cmd, "ready") == 0) {
1022 as = cmd;
1023 }
1024 else if (strcasecmp(cmd, "drain") == 0) {
1025 as = cmd;
1026 }
1027 else if (strcasecmp(cmd, "maint") == 0) {
1028 as = cmd;
1029 }
Nenad Merdanovic174dd372016-04-24 23:10:06 +02001030 /* try to parse a weight here and keep the last one */
Willy Tarreau81f5d942013-12-09 20:51:51 +01001031 else if (isdigit((unsigned char)*cmd) && strchr(cmd, '%') != NULL) {
1032 ps = cmd;
1033 }
Nenad Merdanovic174dd372016-04-24 23:10:06 +02001034 /* try to parse a maxconn here */
1035 else if (strncasecmp(cmd, "maxconn:", strlen("maxconn:")) == 0) {
1036 cs = cmd;
1037 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001038 else {
1039 /* keep a copy of the first error */
1040 if (!err)
1041 err = cmd;
1042 }
1043 /* skip to next word */
1044 cmd = p;
1045 }
1046 /* here, cmd points either to \0 or to the beginning of a
1047 * description. Skip possible leading spaces.
1048 */
1049 while (*cmd == ' ' || *cmd == '\n')
1050 cmd++;
1051
1052 /* First, update the admin status so that we avoid sending other
1053 * possibly useless warnings and can also update the health if
1054 * present after going back up.
1055 */
1056 if (as) {
1057 if (strcasecmp(as, "drain") == 0)
1058 srv_adm_set_drain(check->server);
1059 else if (strcasecmp(as, "maint") == 0)
1060 srv_adm_set_maint(check->server);
1061 else
1062 srv_adm_set_ready(check->server);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001063 }
1064
Willy Tarreau81f5d942013-12-09 20:51:51 +01001065 /* now change weights */
1066 if (ps) {
1067 const char *msg;
1068
1069 msg = server_parse_weight_change_request(s, ps);
1070 if (!wrn || !*wrn)
1071 wrn = msg;
1072 }
1073
Nenad Merdanovic174dd372016-04-24 23:10:06 +02001074 if (cs) {
1075 const char *msg;
1076
1077 cs += strlen("maxconn:");
1078
1079 msg = server_parse_maxconn_change_request(s, cs);
1080 if (!wrn || !*wrn)
1081 wrn = msg;
1082 }
1083
Willy Tarreau81f5d942013-12-09 20:51:51 +01001084 /* and finally health status */
1085 if (hs) {
1086 /* We'll report some of the warnings and errors we have
1087 * here. Down reports are critical, we leave them untouched.
1088 * Lack of report, or report of 'UP' leaves the room for
1089 * ERR first, then WARN.
Simon Hormana2b9dad2013-02-12 10:45:54 +09001090 */
Willy Tarreau81f5d942013-12-09 20:51:51 +01001091 const char *msg = cmd;
1092 struct chunk *t;
1093
1094 if (!*msg || status == HCHK_STATUS_L7OKD) {
1095 if (err && *err)
1096 msg = err;
1097 else if (wrn && *wrn)
1098 msg = wrn;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001099 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001100
1101 t = get_trash_chunk();
1102 chunk_printf(t, "via agent : %s%s%s%s",
1103 hs, *msg ? " (" : "",
1104 msg, *msg ? ")" : "");
1105
1106 set_server_check_status(check, status, t->str);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001107 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001108 else if (err && *err) {
1109 /* No status change but we'd like to report something odd.
1110 * Just report the current state and copy the message.
1111 */
1112 chunk_printf(&trash, "agent reports an error : %s", err);
1113 set_server_check_status(check, status/*check->status*/, trash.str);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001114
Willy Tarreau81f5d942013-12-09 20:51:51 +01001115 }
1116 else if (wrn && *wrn) {
1117 /* No status change but we'd like to report something odd.
1118 * Just report the current state and copy the message.
1119 */
1120 chunk_printf(&trash, "agent warns : %s", wrn);
1121 set_server_check_status(check, status/*check->status*/, trash.str);
1122 }
1123 else
1124 set_server_check_status(check, status, NULL);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001125 break;
1126 }
1127
Willy Tarreau1620ec32011-08-06 17:05:02 +02001128 case PR_O2_PGSQL_CHK:
Simon Horman4a741432013-02-23 15:35:38 +09001129 if (!done && check->bi->i < 9)
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001130 goto wait_more_data;
1131
Simon Horman4a741432013-02-23 15:35:38 +09001132 if (check->bi->data[0] == 'R') {
1133 set_server_check_status(check, HCHK_STATUS_L7OKD, "PostgreSQL server is ok");
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001134 }
1135 else {
Simon Horman4a741432013-02-23 15:35:38 +09001136 if ((check->bi->data[0] == 'E') && (check->bi->data[5]!=0) && (check->bi->data[6]!=0))
1137 desc = &check->bi->data[6];
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001138 else
1139 desc = "PostgreSQL unknown error";
1140
Simon Horman4a741432013-02-23 15:35:38 +09001141 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001142 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001143 break;
1144
1145 case PR_O2_REDIS_CHK:
Simon Horman4a741432013-02-23 15:35:38 +09001146 if (!done && check->bi->i < 7)
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02001147 goto wait_more_data;
1148
Simon Horman4a741432013-02-23 15:35:38 +09001149 if (strcmp(check->bi->data, "+PONG\r\n") == 0) {
1150 set_server_check_status(check, HCHK_STATUS_L7OKD, "Redis server is ok");
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02001151 }
1152 else {
Simon Horman4a741432013-02-23 15:35:38 +09001153 set_server_check_status(check, HCHK_STATUS_L7STS, check->bi->data);
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02001154 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001155 break;
1156
1157 case PR_O2_MYSQL_CHK:
Simon Horman4a741432013-02-23 15:35:38 +09001158 if (!done && check->bi->i < 5)
Willy Tarreau03938182010-03-17 21:52:07 +01001159 goto wait_more_data;
1160
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001161 if (s->proxy->check_len == 0) { // old mode
Simon Horman4a741432013-02-23 15:35:38 +09001162 if (*(check->bi->data + 4) != '\xff') {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001163 /* We set the MySQL Version in description for information purpose
1164 * FIXME : it can be cool to use MySQL Version for other purpose,
1165 * like mark as down old MySQL server.
1166 */
Simon Horman4a741432013-02-23 15:35:38 +09001167 if (check->bi->i > 51) {
1168 desc = ltrim(check->bi->data + 5, ' ');
1169 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001170 }
1171 else {
1172 if (!done)
1173 goto wait_more_data;
Emeric Brun9f0b4582017-10-23 14:39:51 +02001174
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001175 /* it seems we have a OK packet but without a valid length,
1176 * it must be a protocol error
1177 */
Simon Horman4a741432013-02-23 15:35:38 +09001178 set_server_check_status(check, HCHK_STATUS_L7RSP, check->bi->data);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001179 }
Hervé COMMOWICK698ae002010-01-12 09:25:13 +01001180 }
1181 else {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001182 /* An error message is attached in the Error packet */
Simon Horman4a741432013-02-23 15:35:38 +09001183 desc = ltrim(check->bi->data + 7, ' ');
1184 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001185 }
1186 } else {
Simon Horman4a741432013-02-23 15:35:38 +09001187 unsigned int first_packet_len = ((unsigned int) *check->bi->data) +
1188 (((unsigned int) *(check->bi->data + 1)) << 8) +
1189 (((unsigned int) *(check->bi->data + 2)) << 16);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001190
Simon Horman4a741432013-02-23 15:35:38 +09001191 if (check->bi->i == first_packet_len + 4) {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001192 /* MySQL Error packet always begin with field_count = 0xff */
Simon Horman4a741432013-02-23 15:35:38 +09001193 if (*(check->bi->data + 4) != '\xff') {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001194 /* We have only one MySQL packet and it is a Handshake Initialization packet
1195 * but we need to have a second packet to know if it is alright
1196 */
Simon Horman4a741432013-02-23 15:35:38 +09001197 if (!done && check->bi->i < first_packet_len + 5)
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001198 goto wait_more_data;
1199 }
1200 else {
1201 /* We have only one packet and it is an Error packet,
1202 * an error message is attached, so we can display it
1203 */
Simon Horman4a741432013-02-23 15:35:38 +09001204 desc = &check->bi->data[7];
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001205 //Warning("onlyoneERR: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001206 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001207 }
Simon Horman4a741432013-02-23 15:35:38 +09001208 } else if (check->bi->i > first_packet_len + 4) {
1209 unsigned int second_packet_len = ((unsigned int) *(check->bi->data + first_packet_len + 4)) +
1210 (((unsigned int) *(check->bi->data + first_packet_len + 5)) << 8) +
1211 (((unsigned int) *(check->bi->data + first_packet_len + 6)) << 16);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001212
Simon Horman4a741432013-02-23 15:35:38 +09001213 if (check->bi->i == first_packet_len + 4 + second_packet_len + 4 ) {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001214 /* We have 2 packets and that's good */
1215 /* Check if the second packet is a MySQL Error packet or not */
Simon Horman4a741432013-02-23 15:35:38 +09001216 if (*(check->bi->data + first_packet_len + 8) != '\xff') {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001217 /* No error packet */
1218 /* We set the MySQL Version in description for information purpose */
Simon Horman4a741432013-02-23 15:35:38 +09001219 desc = &check->bi->data[5];
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001220 //Warning("2packetOK: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001221 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001222 }
1223 else {
1224 /* An error message is attached in the Error packet
1225 * so we can display it ! :)
1226 */
Simon Horman4a741432013-02-23 15:35:38 +09001227 desc = &check->bi->data[first_packet_len+11];
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001228 //Warning("2packetERR: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001229 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001230 }
1231 }
1232 }
1233 else {
Willy Tarreau03938182010-03-17 21:52:07 +01001234 if (!done)
1235 goto wait_more_data;
Emeric Brun9f0b4582017-10-23 14:39:51 +02001236
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001237 /* it seems we have a Handshake Initialization packet but without a valid length,
Hervé COMMOWICK698ae002010-01-12 09:25:13 +01001238 * it must be a protocol error
1239 */
Simon Horman4a741432013-02-23 15:35:38 +09001240 desc = &check->bi->data[5];
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001241 //Warning("protoerr: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001242 set_server_check_status(check, HCHK_STATUS_L7RSP, desc);
Hervé COMMOWICK698ae002010-01-12 09:25:13 +01001243 }
1244 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001245 break;
1246
1247 case PR_O2_LDAP_CHK:
Simon Horman4a741432013-02-23 15:35:38 +09001248 if (!done && check->bi->i < 14)
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001249 goto wait_more_data;
1250
1251 /* Check if the server speaks LDAP (ASN.1/BER)
1252 * http://en.wikipedia.org/wiki/Basic_Encoding_Rules
1253 * http://tools.ietf.org/html/rfc4511
1254 */
1255
1256 /* http://tools.ietf.org/html/rfc4511#section-4.1.1
1257 * LDAPMessage: 0x30: SEQUENCE
1258 */
Simon Horman4a741432013-02-23 15:35:38 +09001259 if ((check->bi->i < 14) || (*(check->bi->data) != '\x30')) {
1260 set_server_check_status(check, HCHK_STATUS_L7RSP, "Not LDAPv3 protocol");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001261 }
1262 else {
1263 /* size of LDAPMessage */
Simon Horman4a741432013-02-23 15:35:38 +09001264 msglen = (*(check->bi->data + 1) & 0x80) ? (*(check->bi->data + 1) & 0x7f) : 0;
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001265
1266 /* http://tools.ietf.org/html/rfc4511#section-4.2.2
1267 * messageID: 0x02 0x01 0x01: INTEGER 1
1268 * protocolOp: 0x61: bindResponse
1269 */
1270 if ((msglen > 2) ||
Simon Horman4a741432013-02-23 15:35:38 +09001271 (memcmp(check->bi->data + 2 + msglen, "\x02\x01\x01\x61", 4) != 0)) {
1272 set_server_check_status(check, HCHK_STATUS_L7RSP, "Not LDAPv3 protocol");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001273 goto out_wakeup;
1274 }
1275
1276 /* size of bindResponse */
Simon Horman4a741432013-02-23 15:35:38 +09001277 msglen += (*(check->bi->data + msglen + 6) & 0x80) ? (*(check->bi->data + msglen + 6) & 0x7f) : 0;
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001278
1279 /* http://tools.ietf.org/html/rfc4511#section-4.1.9
1280 * ldapResult: 0x0a 0x01: ENUMERATION
1281 */
1282 if ((msglen > 4) ||
Simon Horman4a741432013-02-23 15:35:38 +09001283 (memcmp(check->bi->data + 7 + msglen, "\x0a\x01", 2) != 0)) {
1284 set_server_check_status(check, HCHK_STATUS_L7RSP, "Not LDAPv3 protocol");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001285 goto out_wakeup;
1286 }
1287
1288 /* http://tools.ietf.org/html/rfc4511#section-4.1.9
1289 * resultCode
1290 */
Simon Horman4a741432013-02-23 15:35:38 +09001291 check->code = *(check->bi->data + msglen + 9);
1292 if (check->code) {
1293 set_server_check_status(check, HCHK_STATUS_L7STS, "See RFC: http://tools.ietf.org/html/rfc4511#section-4.1.9");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001294 } else {
Simon Horman4a741432013-02-23 15:35:38 +09001295 set_server_check_status(check, HCHK_STATUS_L7OKD, "Success");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001296 }
1297 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001298 break;
1299
Christopher Fauletba7bc162016-11-07 21:07:38 +01001300 case PR_O2_SPOP_CHK: {
1301 unsigned int framesz;
1302 char err[HCHK_DESC_LEN];
1303
1304 if (!done && check->bi->i < 4)
1305 goto wait_more_data;
1306
1307 memcpy(&framesz, check->bi->data, 4);
1308 framesz = ntohl(framesz);
1309
1310 if (!done && check->bi->i < (4+framesz))
1311 goto wait_more_data;
1312
Christopher Faulet8ef75252017-02-20 22:56:03 +01001313 if (!spoe_handle_healthcheck_response(check->bi->data+4, framesz, err, HCHK_DESC_LEN-1))
Christopher Fauletba7bc162016-11-07 21:07:38 +01001314 set_server_check_status(check, HCHK_STATUS_L7OKD, "SPOA server is ok");
1315 else
1316 set_server_check_status(check, HCHK_STATUS_L7STS, err);
1317 break;
1318 }
1319
Willy Tarreau1620ec32011-08-06 17:05:02 +02001320 default:
Willy Tarreau06559ac2013-12-05 01:53:08 +01001321 /* for other checks (eg: pure TCP), delegate to the main task */
Willy Tarreau1620ec32011-08-06 17:05:02 +02001322 break;
1323 } /* switch */
Willy Tarreau83749182007-04-15 20:56:27 +02001324
Emeric Brun9f0b4582017-10-23 14:39:51 +02001325 SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreauc7dd71a2007-11-30 08:33:21 +01001326 out_wakeup:
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001327 /* collect possible new errors */
1328 if (conn->flags & CO_FL_ERROR)
Willy Tarreaub5259bf2017-10-04 14:47:29 +02001329 chk_report_conn_err(check, 0, 0);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001330
Nick Chalk57b1bf72010-03-16 15:50:46 +00001331 /* Reset the check buffer... */
Simon Horman4a741432013-02-23 15:35:38 +09001332 *check->bi->data = '\0';
1333 check->bi->i = 0;
Nick Chalk57b1bf72010-03-16 15:50:46 +00001334
Steven Davidovitz544d4812017-03-08 11:06:20 -08001335 /* Close the connection... We still attempt to nicely close if,
1336 * for instance, SSL needs to send a "close notify." Later, we perform
1337 * a hard close and reset the connection if some data are pending,
1338 * otherwise we end up with many TIME_WAITs and eat all the source port
1339 * range quickly. To avoid sending RSTs all the time, we first try to
1340 * drain pending data.
Willy Tarreaufd29cc52012-11-23 09:18:20 +01001341 */
Olivier Houchard1a0545f2017-09-13 18:30:23 +02001342 __conn_xprt_stop_both(conn);
1343 conn_xprt_shutw(conn);
Willy Tarreau2b57cb82013-06-10 19:56:38 +02001344
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001345 /* OK, let's not stay here forever */
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01001346 if (check->result == CHK_RES_FAILED)
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001347 conn->flags |= CO_FL_ERROR;
1348
Willy Tarreaufdccded2008-08-29 18:19:04 +02001349 task_wakeup(t, TASK_WOKEN_IO);
Willy Tarreau3267d362012-08-17 23:53:56 +02001350 return;
Willy Tarreau03938182010-03-17 21:52:07 +01001351
1352 wait_more_data:
Olivier Houchard1a0545f2017-09-13 18:30:23 +02001353 __conn_xprt_want_recv(conn);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001354}
1355
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001356/*
1357 * This function is used only for server health-checks. It handles connection
1358 * status updates including errors. If necessary, it wakes the check task up.
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001359 * It returns 0 on normal cases, <0 if at least one close() has happened on the
1360 * connection (eg: reconnect).
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001361 */
1362static int wake_srv_chk(struct connection *conn)
Willy Tarreau20bea422012-07-06 12:00:49 +02001363{
Simon Horman4a741432013-02-23 15:35:38 +09001364 struct check *check = conn->owner;
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001365 int ret = 0;
Willy Tarreau20bea422012-07-06 12:00:49 +02001366
Willy Tarreauc09572f2017-10-04 11:58:22 +02001367 /* we may have to make progress on the TCP checks */
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001368 if (check->type == PR_O2_TCPCHK_CHK) {
1369 ret = tcpcheck_main(check);
Willy Tarreau00149122017-10-04 18:05:01 +02001370 conn = check->conn;
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001371 }
Willy Tarreauc09572f2017-10-04 11:58:22 +02001372
Willy Tarreau6c560da2012-11-24 11:14:45 +01001373 if (unlikely(conn->flags & CO_FL_ERROR)) {
Willy Tarreau02b0f582013-12-03 15:42:33 +01001374 /* We may get error reports bypassing the I/O handlers, typically
1375 * the case when sending a pure TCP check which fails, then the I/O
1376 * handlers above are not called. This is completely handled by the
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001377 * main processing task so let's simply wake it up. If we get here,
1378 * we expect errno to still be valid.
1379 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +02001380 chk_report_conn_err(check, errno, 0);
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001381
Olivier Houchard1a0545f2017-09-13 18:30:23 +02001382 __conn_xprt_stop_both(conn);
Willy Tarreau2d351b62013-12-05 02:36:25 +01001383 task_wakeup(check->task, TASK_WOKEN_IO);
1384 }
Olivier Houchard1a0545f2017-09-13 18:30:23 +02001385 else if (!(conn->flags & (CO_FL_XPRT_RD_ENA|CO_FL_XPRT_WR_ENA|CO_FL_HANDSHAKE))) {
Willy Tarreau3be293f2014-02-05 18:31:24 +01001386 /* we may get here if only a connection probe was required : we
1387 * don't have any data to send nor anything expected in response,
1388 * so the completion of the connection establishment is enough.
1389 */
1390 task_wakeup(check->task, TASK_WOKEN_IO);
1391 }
Willy Tarreau2d351b62013-12-05 02:36:25 +01001392
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01001393 if (check->result != CHK_RES_UNKNOWN) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001394 /* We're here because nobody wants to handle the error, so we
1395 * sure want to abort the hard way.
Willy Tarreau02b0f582013-12-03 15:42:33 +01001396 */
Willy Tarreaud85c4852015-03-13 00:40:28 +01001397 conn_sock_drain(conn);
Willy Tarreau402dbc12017-10-05 17:53:13 +02001398 conn_full_close(conn);
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001399 ret = -1;
Willy Tarreau2d351b62013-12-05 02:36:25 +01001400 }
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001401
1402 /* if a connection got replaced, we must absolutely prevent the connection
1403 * handler from touching its fd, and perform the FD polling updates ourselves
1404 */
1405 if (ret < 0)
1406 conn_cond_update_polling(conn);
1407
1408 return ret;
Willy Tarreau20bea422012-07-06 12:00:49 +02001409}
1410
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001411struct data_cb check_conn_cb = {
1412 .recv = event_srv_chk_r,
1413 .send = event_srv_chk_w,
1414 .wake = wake_srv_chk,
Willy Tarreau8e0bb0a2016-11-24 16:58:12 +01001415 .name = "CHCK",
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001416};
1417
Willy Tarreaubaaee002006-06-26 02:48:02 +02001418/*
Willy Tarreau2e993902011-10-31 11:53:20 +01001419 * updates the server's weight during a warmup stage. Once the final weight is
1420 * reached, the task automatically stops. Note that any server status change
1421 * must have updated s->last_change accordingly.
1422 */
1423static struct task *server_warmup(struct task *t)
1424{
1425 struct server *s = t->context;
1426
1427 /* by default, plan on stopping the task */
1428 t->expire = TICK_ETERNITY;
Emeric Brun52a91d32017-08-31 14:41:55 +02001429 if ((s->next_admin & SRV_ADMF_MAINT) ||
1430 (s->next_state != SRV_ST_STARTING))
Willy Tarreau2e993902011-10-31 11:53:20 +01001431 return t;
1432
Willy Tarreau892337c2014-05-13 23:41:20 +02001433 /* recalculate the weights and update the state */
Willy Tarreau004e0452013-11-21 11:22:01 +01001434 server_recalc_eweight(s);
Willy Tarreau2e993902011-10-31 11:53:20 +01001435
1436 /* probably that we can refill this server with a bit more connections */
Willy Tarreau4aac7db2014-05-16 11:48:10 +02001437 pendconn_grab_from_px(s);
Willy Tarreau2e993902011-10-31 11:53:20 +01001438
1439 /* get back there in 1 second or 1/20th of the slowstart interval,
1440 * whichever is greater, resulting in small 5% steps.
1441 */
Emeric Brun52a91d32017-08-31 14:41:55 +02001442 if (s->next_state == SRV_ST_STARTING)
Willy Tarreau2e993902011-10-31 11:53:20 +01001443 t->expire = tick_add(now_ms, MS_TO_TICKS(MAX(1000, s->slowstart / 20)));
1444 return t;
1445}
1446
Willy Tarreau894c6422017-10-04 15:58:52 +02001447/* returns the first NON-COMMENT tcp-check rule from list <list> or NULL if
1448 * none was found.
1449 */
1450static struct tcpcheck_rule *get_first_tcpcheck_rule(struct list *list)
1451{
1452 struct tcpcheck_rule *r;
1453
1454 list_for_each_entry(r, list, list) {
1455 if (r->action != TCPCHK_ACT_COMMENT)
1456 return r;
1457 }
1458 return NULL;
1459}
1460
Willy Tarreau2e993902011-10-31 11:53:20 +01001461/*
Simon Horman98637e52014-06-20 12:30:16 +09001462 * establish a server health-check that makes use of a connection.
Simon Hormanb00d17a2014-06-13 16:18:16 +09001463 *
1464 * It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02001465 * - SF_ERR_NONE if everything's OK and tcpcheck_main() was not called
1466 * - SF_ERR_UP if if everything's OK and tcpcheck_main() was called
1467 * - SF_ERR_SRVTO if there are no more servers
1468 * - SF_ERR_SRVCL if the connection was refused by the server
1469 * - SF_ERR_PRXCOND if the connection has been limited by the proxy (maxconn)
1470 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
1471 * - SF_ERR_INTERNAL for any other purely internal errors
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02001472 * - SF_ERR_CHK_PORT if no port could be found to run a health check on an AF_INET* socket
Tim Düsterhus4896c442016-11-29 02:15:19 +01001473 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Simon Hormanb00d17a2014-06-13 16:18:16 +09001474 * Note that we try to prevent the network stack from sending the ACK during the
1475 * connect() when a pure TCP check is used (without PROXY protocol).
1476 */
Simon Horman98637e52014-06-20 12:30:16 +09001477static int connect_conn_chk(struct task *t)
Simon Hormanb00d17a2014-06-13 16:18:16 +09001478{
1479 struct check *check = t->context;
1480 struct server *s = check->server;
1481 struct connection *conn = check->conn;
1482 struct protocol *proto;
Willy Tarreauf411cce2017-10-04 16:21:19 +02001483 struct tcpcheck_rule *tcp_rule = NULL;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001484 int ret;
Willy Tarreauf3d34822014-12-08 12:11:28 +01001485 int quickack;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001486
Willy Tarreau00149122017-10-04 18:05:01 +02001487 /* we cannot have a connection here */
1488 if (conn)
1489 return SF_ERR_INTERNAL;
1490
Simon Hormanb00d17a2014-06-13 16:18:16 +09001491 /* tcpcheck send/expect initialisation */
Willy Tarreauf411cce2017-10-04 16:21:19 +02001492 if (check->type == PR_O2_TCPCHK_CHK) {
Simon Hormanb00d17a2014-06-13 16:18:16 +09001493 check->current_step = NULL;
Willy Tarreauf411cce2017-10-04 16:21:19 +02001494 tcp_rule = get_first_tcpcheck_rule(check->tcpcheck_rules);
1495 }
Simon Hormanb00d17a2014-06-13 16:18:16 +09001496
1497 /* prepare the check buffer.
1498 * This should not be used if check is the secondary agent check
1499 * of a server as s->proxy->check_req will relate to the
1500 * configuration of the primary check. Similarly, tcp-check uses
1501 * its own strings.
1502 */
1503 if (check->type && check->type != PR_O2_TCPCHK_CHK && !(check->state & CHK_ST_AGENT)) {
1504 bo_putblk(check->bo, s->proxy->check_req, s->proxy->check_len);
1505
1506 /* we want to check if this host replies to HTTP or SSLv3 requests
1507 * so we'll send the request, and won't wake the checker up now.
1508 */
1509 if ((check->type) == PR_O2_SSL3_CHK) {
1510 /* SSL requires that we put Unix time in the request */
1511 int gmt_time = htonl(date.tv_sec);
1512 memcpy(check->bo->data + 11, &gmt_time, 4);
1513 }
1514 else if ((check->type) == PR_O2_HTTP_CHK) {
1515 if (s->proxy->options2 & PR_O2_CHK_SNDST)
1516 bo_putblk(check->bo, trash.str, httpchk_build_status_header(s, trash.str, trash.size));
Cyril Bonté32602d22015-01-30 00:07:07 +01001517 /* prevent HTTP keep-alive when "http-check expect" is used */
1518 if (s->proxy->options2 & PR_O2_EXP_TYPE)
1519 bo_putstr(check->bo, "Connection: close\r\n");
Simon Hormanb00d17a2014-06-13 16:18:16 +09001520 bo_putstr(check->bo, "\r\n");
1521 *check->bo->p = '\0'; /* to make gdb output easier to read */
1522 }
1523 }
1524
James Brown55f9ff12015-10-21 18:19:05 -07001525 if ((check->type & PR_O2_LB_AGENT_CHK) && check->send_string_len) {
1526 bo_putblk(check->bo, check->send_string, check->send_string_len);
1527 }
1528
Willy Tarreauf411cce2017-10-04 16:21:19 +02001529 /* for tcp-checks, the initial connection setup is handled separately as
1530 * it may be sent to a specific port and not to the server's.
1531 */
1532 if (tcp_rule && tcp_rule->action == TCPCHK_ACT_CONNECT) {
1533 tcpcheck_main(check);
1534 return SF_ERR_UP;
1535 }
1536
Simon Hormanb00d17a2014-06-13 16:18:16 +09001537 /* prepare a new connection */
Willy Tarreau00149122017-10-04 18:05:01 +02001538 conn = check->conn = conn_new();
1539 if (!check->conn)
1540 return SF_ERR_RESOURCE;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001541
Simon Horman41f58762015-01-30 11:22:56 +09001542 if (is_addr(&check->addr)) {
Simon Hormanb00d17a2014-06-13 16:18:16 +09001543 /* we'll connect to the check addr specified on the server */
Simon Horman41f58762015-01-30 11:22:56 +09001544 conn->addr.to = check->addr;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001545 }
1546 else {
1547 /* we'll connect to the addr on the server */
1548 conn->addr.to = s->addr;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001549 }
1550
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02001551 if ((conn->addr.to.ss_family == AF_INET) || (conn->addr.to.ss_family == AF_INET6)) {
1552 int i = 0;
1553
1554 i = srv_check_healthcheck_port(check);
1555 if (i == 0) {
1556 conn->owner = check;
1557 return SF_ERR_CHK_PORT;
1558 }
1559
1560 set_host_port(&conn->addr.to, i);
Simon Hormanb00d17a2014-06-13 16:18:16 +09001561 }
1562
Thierry FOURNIERbb2ae642015-01-14 11:31:49 +01001563 proto = protocol_by_family(conn->addr.to.ss_family);
1564
1565 conn_prepare(conn, proto, check->xprt);
Willy Tarreau53a47662017-08-28 10:53:00 +02001566 conn_install_mux(conn, &mux_pt_ops, conn);
Thierry FOURNIERbb2ae642015-01-14 11:31:49 +01001567 conn_attach(conn, check, &check_conn_cb);
1568 conn->target = &s->obj_type;
1569
1570 /* no client address */
1571 clear_addr(&conn->addr.from);
1572
Willy Tarreauf3d34822014-12-08 12:11:28 +01001573 /* only plain tcp-check supports quick ACK */
1574 quickack = check->type == 0 || check->type == PR_O2_TCPCHK_CHK;
1575
Willy Tarreauf411cce2017-10-04 16:21:19 +02001576 if (tcp_rule && tcp_rule->action == TCPCHK_ACT_EXPECT)
1577 quickack = 0;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001578
Willy Tarreaue7dff022015-04-03 01:14:29 +02001579 ret = SF_ERR_INTERNAL;
Olivier Houchardb68fda42017-08-04 18:39:01 +02001580 if (proto && proto->connect)
Willy Tarreauf3d34822014-12-08 12:11:28 +01001581 ret = proto->connect(conn, check->type, quickack ? 2 : 0);
Olivier Houchard9130a962017-10-17 17:33:43 +02001582#ifdef USE_OPENSSL
1583 if (s->check.sni)
1584 ssl_sock_set_servername(conn, s->check.sni);
1585#endif
Willy Tarreauf4949772017-05-06 08:45:28 +02001586 if (s->check.send_proxy && !(check->state & CHK_ST_AGENT)) {
Simon Hormanb00d17a2014-06-13 16:18:16 +09001587 conn->send_proxy_ofs = 1;
1588 conn->flags |= CO_FL_SEND_PROXY;
1589 }
1590
1591 return ret;
1592}
1593
Simon Horman98637e52014-06-20 12:30:16 +09001594static struct list pid_list = LIST_HEAD_INIT(pid_list);
1595static struct pool_head *pool2_pid_list;
Christopher Fauletcfda8472017-10-20 15:40:23 +02001596#ifdef USE_THREAD
1597HA_SPINLOCK_T pid_list_lock;
1598#endif
Simon Horman98637e52014-06-20 12:30:16 +09001599
1600void block_sigchld(void)
1601{
1602 sigset_t set;
1603 sigemptyset(&set);
1604 sigaddset(&set, SIGCHLD);
Willy Tarreauebc92442016-06-21 17:29:46 +02001605 assert(sigprocmask(SIG_BLOCK, &set, NULL) == 0);
Simon Horman98637e52014-06-20 12:30:16 +09001606}
1607
1608void unblock_sigchld(void)
1609{
1610 sigset_t set;
1611 sigemptyset(&set);
Willy Tarreauebc92442016-06-21 17:29:46 +02001612 sigaddset(&set, SIGCHLD);
1613 assert(sigprocmask(SIG_UNBLOCK, &set, NULL) == 0);
Simon Horman98637e52014-06-20 12:30:16 +09001614}
1615
Simon Horman98637e52014-06-20 12:30:16 +09001616static struct pid_list *pid_list_add(pid_t pid, struct task *t)
1617{
1618 struct pid_list *elem;
1619 struct check *check = t->context;
1620
1621 elem = pool_alloc2(pool2_pid_list);
1622 if (!elem)
1623 return NULL;
1624 elem->pid = pid;
1625 elem->t = t;
1626 elem->exited = 0;
1627 check->curpid = elem;
1628 LIST_INIT(&elem->list);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001629
1630 SPIN_LOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001631 LIST_ADD(&pid_list, &elem->list);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001632 SPIN_UNLOCK(PID_LIST_LOCK, &pid_list_lock);
1633
Simon Horman98637e52014-06-20 12:30:16 +09001634 return elem;
1635}
1636
Simon Horman98637e52014-06-20 12:30:16 +09001637static void pid_list_del(struct pid_list *elem)
1638{
1639 struct check *check;
1640
1641 if (!elem)
1642 return;
1643
Christopher Fauletcfda8472017-10-20 15:40:23 +02001644 SPIN_LOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001645 LIST_DEL(&elem->list);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001646 SPIN_UNLOCK(PID_LIST_LOCK, &pid_list_lock);
1647
Simon Horman98637e52014-06-20 12:30:16 +09001648 if (!elem->exited)
1649 kill(elem->pid, SIGTERM);
1650
1651 check = elem->t->context;
1652 check->curpid = NULL;
1653 pool_free2(pool2_pid_list, elem);
1654}
1655
1656/* Called from inside SIGCHLD handler, SIGCHLD is blocked */
1657static void pid_list_expire(pid_t pid, int status)
1658{
1659 struct pid_list *elem;
1660
Christopher Fauletcfda8472017-10-20 15:40:23 +02001661 SPIN_LOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001662 list_for_each_entry(elem, &pid_list, list) {
1663 if (elem->pid == pid) {
1664 elem->t->expire = now_ms;
1665 elem->status = status;
1666 elem->exited = 1;
Cyril Bonté9dbcfab2014-08-07 01:55:39 +02001667 task_wakeup(elem->t, TASK_WOKEN_IO);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001668 break;
Simon Horman98637e52014-06-20 12:30:16 +09001669 }
1670 }
Christopher Fauletcfda8472017-10-20 15:40:23 +02001671 SPIN_UNLOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001672}
1673
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001674static void sigchld_handler(struct sig_handler *sh)
Simon Horman98637e52014-06-20 12:30:16 +09001675{
1676 pid_t pid;
1677 int status;
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001678
Simon Horman98637e52014-06-20 12:30:16 +09001679 while ((pid = waitpid(0, &status, WNOHANG)) > 0)
1680 pid_list_expire(pid, status);
1681}
1682
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001683static int init_pid_list(void)
1684{
Simon Horman98637e52014-06-20 12:30:16 +09001685 if (pool2_pid_list != NULL)
1686 /* Nothing to do */
1687 return 0;
1688
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001689 if (!signal_register_fct(SIGCHLD, sigchld_handler, SIGCHLD)) {
Simon Horman98637e52014-06-20 12:30:16 +09001690 Alert("Failed to set signal handler for external health checks: %s. Aborting.\n",
1691 strerror(errno));
1692 return 1;
1693 }
1694
1695 pool2_pid_list = create_pool("pid_list", sizeof(struct pid_list), MEM_F_SHARED);
1696 if (pool2_pid_list == NULL) {
1697 Alert("Failed to allocate memory pool for external health checks: %s. Aborting.\n",
1698 strerror(errno));
1699 return 1;
1700 }
1701
Christopher Fauletcfda8472017-10-20 15:40:23 +02001702 SPIN_INIT(&pid_list_lock);
1703
Simon Horman98637e52014-06-20 12:30:16 +09001704 return 0;
1705}
1706
Cyril Bontéac92a062014-12-27 22:28:38 +01001707/* helper macro to set an environment variable and jump to a specific label on failure. */
1708#define EXTCHK_SETENV(check, envidx, value, fail) { if (extchk_setenv(check, envidx, value)) goto fail; }
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001709
1710/*
Cyril Bontéac92a062014-12-27 22:28:38 +01001711 * helper function to allocate enough memory to store an environment variable.
1712 * It will also check that the environment variable is updatable, and silently
1713 * fail if not.
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001714 */
Cyril Bontéac92a062014-12-27 22:28:38 +01001715static int extchk_setenv(struct check *check, int idx, const char *value)
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001716{
1717 int len, ret;
Cyril Bontéac92a062014-12-27 22:28:38 +01001718 char *envname;
1719 int vmaxlen;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001720
Cyril Bontéac92a062014-12-27 22:28:38 +01001721 if (idx < 0 || idx >= EXTCHK_SIZE) {
1722 Alert("Illegal environment variable index %d. Aborting.\n", idx);
1723 return 1;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001724 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001725
1726 envname = extcheck_envs[idx].name;
1727 vmaxlen = extcheck_envs[idx].vmaxlen;
1728
1729 /* Check if the environment variable is already set, and silently reject
1730 * the update if this one is not updatable. */
1731 if ((vmaxlen == EXTCHK_SIZE_EVAL_INIT) && (check->envp[idx]))
1732 return 0;
1733
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001734 /* Instead of sending NOT_USED, sending an empty value is preferable */
1735 if (strcmp(value, "NOT_USED") == 0) {
1736 value = "";
1737 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001738
1739 len = strlen(envname) + 1;
1740 if (vmaxlen == EXTCHK_SIZE_EVAL_INIT)
1741 len += strlen(value);
1742 else
1743 len += vmaxlen;
1744
1745 if (!check->envp[idx])
1746 check->envp[idx] = malloc(len + 1);
1747
1748 if (!check->envp[idx]) {
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001749 Alert("Failed to allocate memory for the environment variable '%s'. Aborting.\n", envname);
1750 return 1;
1751 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001752 ret = snprintf(check->envp[idx], len + 1, "%s=%s", envname, value);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001753 if (ret < 0) {
1754 Alert("Failed to store the environment variable '%s'. Reason : %s. Aborting.\n", envname, strerror(errno));
1755 return 1;
1756 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001757 else if (ret > len) {
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001758 Alert("Environment variable '%s' was truncated. Aborting.\n", envname);
1759 return 1;
1760 }
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001761 return 0;
1762}
Simon Horman98637e52014-06-20 12:30:16 +09001763
1764static int prepare_external_check(struct check *check)
1765{
1766 struct server *s = check->server;
1767 struct proxy *px = s->proxy;
1768 struct listener *listener = NULL, *l;
1769 int i;
Simon Horman98637e52014-06-20 12:30:16 +09001770 const char *path = px->check_path ? px->check_path : DEF_CHECK_PATH;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001771 char buf[256];
Simon Horman98637e52014-06-20 12:30:16 +09001772
1773 list_for_each_entry(l, &px->conf.listeners, by_fe)
1774 /* Use the first INET, INET6 or UNIX listener */
1775 if (l->addr.ss_family == AF_INET ||
1776 l->addr.ss_family == AF_INET6 ||
1777 l->addr.ss_family == AF_UNIX) {
1778 listener = l;
1779 break;
1780 }
1781
Simon Horman98637e52014-06-20 12:30:16 +09001782 check->curpid = NULL;
Cyril Bontéac92a062014-12-27 22:28:38 +01001783 check->envp = calloc((EXTCHK_SIZE + 1), sizeof(char *));
1784 if (!check->envp) {
1785 Alert("Failed to allocate memory for environment variables. Aborting\n");
1786 goto err;
1787 }
Simon Horman98637e52014-06-20 12:30:16 +09001788
Cyril Bontéac92a062014-12-27 22:28:38 +01001789 check->argv = calloc(6, sizeof(char *));
1790 if (!check->argv) {
1791 Alert("Starting [%s:%s] check: out of memory.\n", px->id, s->id);
Simon Horman98637e52014-06-20 12:30:16 +09001792 goto err;
Cyril Bontéac92a062014-12-27 22:28:38 +01001793 }
Simon Horman98637e52014-06-20 12:30:16 +09001794
1795 check->argv[0] = px->check_command;
1796
Cyril Bonté777be862014-12-02 21:21:35 +01001797 if (!listener) {
1798 check->argv[1] = strdup("NOT_USED");
1799 check->argv[2] = strdup("NOT_USED");
1800 }
1801 else if (listener->addr.ss_family == AF_INET ||
Simon Horman98637e52014-06-20 12:30:16 +09001802 listener->addr.ss_family == AF_INET6) {
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001803 addr_to_str(&listener->addr, buf, sizeof(buf));
1804 check->argv[1] = strdup(buf);
1805 port_to_str(&listener->addr, buf, sizeof(buf));
1806 check->argv[2] = strdup(buf);
Cyril Bonté777be862014-12-02 21:21:35 +01001807 }
1808 else if (listener->addr.ss_family == AF_UNIX) {
Simon Horman98637e52014-06-20 12:30:16 +09001809 const struct sockaddr_un *un;
1810
1811 un = (struct sockaddr_un *)&listener->addr;
1812 check->argv[1] = strdup(un->sun_path);
1813 check->argv[2] = strdup("NOT_USED");
Cyril Bonté777be862014-12-02 21:21:35 +01001814 }
1815 else {
Cyril Bontéac92a062014-12-27 22:28:38 +01001816 Alert("Starting [%s:%s] check: unsupported address family.\n", px->id, s->id);
Simon Horman98637e52014-06-20 12:30:16 +09001817 goto err;
1818 }
1819
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001820 addr_to_str(&s->addr, buf, sizeof(buf));
1821 check->argv[3] = strdup(buf);
Willy Tarreau04276f32017-01-06 17:41:29 +01001822
1823 if (s->addr.ss_family == AF_INET || s->addr.ss_family == AF_INET6)
1824 snprintf(buf, sizeof(buf), "%u", s->svc_port);
1825 else
1826 *buf = 0;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001827 check->argv[4] = strdup(buf);
Simon Horman98637e52014-06-20 12:30:16 +09001828
Cyril Bontéac92a062014-12-27 22:28:38 +01001829 for (i = 0; i < 5; i++) {
1830 if (!check->argv[i]) {
1831 Alert("Starting [%s:%s] check: out of memory.\n", px->id, s->id);
Simon Horman98637e52014-06-20 12:30:16 +09001832 goto err;
Cyril Bontéac92a062014-12-27 22:28:38 +01001833 }
1834 }
Simon Horman98637e52014-06-20 12:30:16 +09001835
Cyril Bontéac92a062014-12-27 22:28:38 +01001836 EXTCHK_SETENV(check, EXTCHK_PATH, path, err);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001837 /* Add proxy environment variables */
Cyril Bontéac92a062014-12-27 22:28:38 +01001838 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_NAME, px->id, err);
1839 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_ID, ultoa_r(px->uuid, buf, sizeof(buf)), err);
1840 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_ADDR, check->argv[1], err);
1841 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_PORT, check->argv[2], err);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001842 /* Add server environment variables */
Cyril Bontéac92a062014-12-27 22:28:38 +01001843 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_NAME, s->id, err);
1844 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_ID, ultoa_r(s->puid, buf, sizeof(buf)), err);
1845 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_ADDR, check->argv[3], err);
1846 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_PORT, check->argv[4], err);
1847 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_MAXCONN, ultoa_r(s->maxconn, buf, sizeof(buf)), err);
1848 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_CURCONN, ultoa_r(s->cur_sess, buf, sizeof(buf)), err);
1849
1850 /* Ensure that we don't leave any hole in check->envp */
1851 for (i = 0; i < EXTCHK_SIZE; i++)
1852 if (!check->envp[i])
1853 EXTCHK_SETENV(check, i, "", err);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001854
Cyril Bonté99c5bf52014-08-07 01:55:38 +02001855 return 1;
Simon Horman98637e52014-06-20 12:30:16 +09001856err:
1857 if (check->envp) {
Cyril Bontéac92a062014-12-27 22:28:38 +01001858 for (i = 0; i < EXTCHK_SIZE; i++)
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001859 free(check->envp[i]);
Simon Horman98637e52014-06-20 12:30:16 +09001860 free(check->envp);
1861 check->envp = NULL;
1862 }
1863
1864 if (check->argv) {
1865 for (i = 1; i < 5; i++)
1866 free(check->argv[i]);
1867 free(check->argv);
1868 check->argv = NULL;
1869 }
Cyril Bonté99c5bf52014-08-07 01:55:38 +02001870 return 0;
Simon Horman98637e52014-06-20 12:30:16 +09001871}
1872
Simon Hormanb00d17a2014-06-13 16:18:16 +09001873/*
Simon Horman98637e52014-06-20 12:30:16 +09001874 * establish a server health-check that makes use of a process.
1875 *
1876 * It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02001877 * - SF_ERR_NONE if everything's OK
Willy Tarreaue7dff022015-04-03 01:14:29 +02001878 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
Tim Düsterhus4896c442016-11-29 02:15:19 +01001879 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Simon Horman98637e52014-06-20 12:30:16 +09001880 *
1881 * Blocks and then unblocks SIGCHLD
1882 */
1883static int connect_proc_chk(struct task *t)
1884{
Cyril Bontéac92a062014-12-27 22:28:38 +01001885 char buf[256];
Simon Horman98637e52014-06-20 12:30:16 +09001886 struct check *check = t->context;
1887 struct server *s = check->server;
1888 struct proxy *px = s->proxy;
1889 int status;
1890 pid_t pid;
1891
Willy Tarreaue7dff022015-04-03 01:14:29 +02001892 status = SF_ERR_RESOURCE;
Simon Horman98637e52014-06-20 12:30:16 +09001893
1894 block_sigchld();
1895
1896 pid = fork();
1897 if (pid < 0) {
1898 Alert("Failed to fork process for external health check: %s. Aborting.\n",
1899 strerror(errno));
1900 set_server_check_status(check, HCHK_STATUS_SOCKERR, strerror(errno));
1901 goto out;
1902 }
1903 if (pid == 0) {
1904 /* Child */
1905 extern char **environ;
Willy Tarreaub7b24782016-06-21 15:32:29 +02001906 int fd;
1907
1908 /* close all FDs. Keep stdin/stdout/stderr in verbose mode */
1909 fd = (global.mode & (MODE_QUIET|MODE_VERBOSE)) == MODE_QUIET ? 0 : 3;
1910
1911 while (fd < global.rlimit_nofile)
1912 close(fd++);
1913
Simon Horman98637e52014-06-20 12:30:16 +09001914 environ = check->envp;
Cyril Bontéac92a062014-12-27 22:28:38 +01001915 extchk_setenv(check, EXTCHK_HAPROXY_SERVER_CURCONN, ultoa_r(s->cur_sess, buf, sizeof(buf)));
Simon Horman98637e52014-06-20 12:30:16 +09001916 execvp(px->check_command, check->argv);
1917 Alert("Failed to exec process for external health check: %s. Aborting.\n",
1918 strerror(errno));
1919 exit(-1);
1920 }
1921
1922 /* Parent */
1923 if (check->result == CHK_RES_UNKNOWN) {
1924 if (pid_list_add(pid, t) != NULL) {
1925 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
1926
1927 if (px->timeout.check && px->timeout.connect) {
1928 int t_con = tick_add(now_ms, px->timeout.connect);
1929 t->expire = tick_first(t->expire, t_con);
1930 }
Willy Tarreaue7dff022015-04-03 01:14:29 +02001931 status = SF_ERR_NONE;
Simon Horman98637e52014-06-20 12:30:16 +09001932 goto out;
1933 }
1934 else {
1935 set_server_check_status(check, HCHK_STATUS_SOCKERR, strerror(errno));
1936 }
1937 kill(pid, SIGTERM); /* process creation error */
1938 }
1939 else
1940 set_server_check_status(check, HCHK_STATUS_SOCKERR, strerror(errno));
1941
1942out:
1943 unblock_sigchld();
1944 return status;
1945}
1946
1947/*
Willy Tarreau1e62e2a2017-10-04 15:07:02 +02001948 * manages a server health-check that uses an external process. Returns
Willy Tarreaubaaee002006-06-26 02:48:02 +02001949 * the time the task accepts to wait, or TIME_ETERNITY for infinity.
1950 */
Simon Horman98637e52014-06-20 12:30:16 +09001951static struct task *process_chk_proc(struct task *t)
1952{
1953 struct check *check = t->context;
1954 struct server *s = check->server;
Simon Horman98637e52014-06-20 12:30:16 +09001955 int rv;
1956 int ret;
1957 int expired = tick_is_expired(t->expire, now_ms);
1958
1959 if (!(check->state & CHK_ST_INPROGRESS)) {
1960 /* no check currently running */
1961 if (!expired) /* woke up too early */
1962 return t;
1963
1964 /* we don't send any health-checks when the proxy is
1965 * stopped, the server should not be checked or the check
1966 * is disabled.
1967 */
1968 if (((check->state & (CHK_ST_ENABLED | CHK_ST_PAUSED)) != CHK_ST_ENABLED) ||
1969 s->proxy->state == PR_STSTOPPED)
1970 goto reschedule;
1971
1972 /* we'll initiate a new check */
1973 set_server_check_status(check, HCHK_STATUS_START, NULL);
1974
1975 check->state |= CHK_ST_INPROGRESS;
1976
Simon Hormandbf70192015-01-30 11:22:53 +09001977 ret = connect_proc_chk(t);
Willy Tarreaud7c3fbd2017-10-04 15:19:26 +02001978 if (ret == SF_ERR_NONE) {
Willy Tarreau1e62e2a2017-10-04 15:07:02 +02001979 /* the process was forked, we allow up to min(inter,
1980 * timeout.connect) for it to report its status, but
1981 * only when timeout.check is set as it may be to short
1982 * for a full check otherwise.
Simon Horman98637e52014-06-20 12:30:16 +09001983 */
1984 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
1985
1986 if (s->proxy->timeout.check && s->proxy->timeout.connect) {
1987 int t_con = tick_add(now_ms, s->proxy->timeout.connect);
1988 t->expire = tick_first(t->expire, t_con);
1989 }
Christopher Faulet88ce5d12017-10-20 15:41:18 +02001990 task_set_affinity(t, tid_bit);
Simon Horman98637e52014-06-20 12:30:16 +09001991 goto reschedule;
Simon Horman98637e52014-06-20 12:30:16 +09001992 }
1993
Willy Tarreau1e62e2a2017-10-04 15:07:02 +02001994 /* here, we failed to start the check */
Simon Horman98637e52014-06-20 12:30:16 +09001995
1996 check->state &= ~CHK_ST_INPROGRESS;
1997 check_notify_failure(check);
1998
1999 /* we allow up to min(inter, timeout.connect) for a connection
2000 * to establish but only when timeout.check is set
2001 * as it may be to short for a full check otherwise
2002 */
2003 while (tick_is_expired(t->expire, now_ms)) {
2004 int t_con;
2005
2006 t_con = tick_add(t->expire, s->proxy->timeout.connect);
2007 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
2008
2009 if (s->proxy->timeout.check)
2010 t->expire = tick_first(t->expire, t_con);
2011 }
2012 }
2013 else {
2014 /* there was a test running.
2015 * First, let's check whether there was an uncaught error,
2016 * which can happen on connect timeout or error.
2017 */
2018 if (check->result == CHK_RES_UNKNOWN) {
2019 /* good connection is enough for pure TCP check */
2020 struct pid_list *elem = check->curpid;
2021 int status = HCHK_STATUS_UNKNOWN;
2022
2023 if (elem->exited) {
2024 status = elem->status; /* Save in case the process exits between use below */
2025 if (!WIFEXITED(status))
2026 check->code = -1;
2027 else
2028 check->code = WEXITSTATUS(status);
2029 if (!WIFEXITED(status) || WEXITSTATUS(status))
2030 status = HCHK_STATUS_PROCERR;
2031 else
2032 status = HCHK_STATUS_PROCOK;
2033 } else if (expired) {
2034 status = HCHK_STATUS_PROCTOUT;
Willy Tarreaudc3d1902014-07-08 00:56:27 +02002035 Warning("kill %d\n", (int)elem->pid);
Simon Horman98637e52014-06-20 12:30:16 +09002036 kill(elem->pid, SIGTERM);
2037 }
2038 set_server_check_status(check, status, NULL);
2039 }
2040
2041 if (check->result == CHK_RES_FAILED) {
2042 /* a failure or timeout detected */
2043 check_notify_failure(check);
2044 }
2045 else if (check->result == CHK_RES_CONDPASS) {
2046 /* check is OK but asks for stopping mode */
2047 check_notify_stopping(check);
2048 }
2049 else if (check->result == CHK_RES_PASSED) {
2050 /* a success was detected */
2051 check_notify_success(check);
2052 }
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002053 task_set_affinity(t, MAX_THREADS_MASK);
Simon Horman98637e52014-06-20 12:30:16 +09002054 check->state &= ~CHK_ST_INPROGRESS;
2055
2056 pid_list_del(check->curpid);
2057
2058 rv = 0;
2059 if (global.spread_checks > 0) {
2060 rv = srv_getinter(check) * global.spread_checks / 100;
2061 rv -= (int) (2 * rv * (rand() / (RAND_MAX + 1.0)));
2062 }
2063 t->expire = tick_add(now_ms, MS_TO_TICKS(srv_getinter(check) + rv));
2064 }
2065
2066 reschedule:
2067 while (tick_is_expired(t->expire, now_ms))
2068 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
2069 return t;
2070}
2071
2072/*
2073 * manages a server health-check that uses a connection. Returns
2074 * the time the task accepts to wait, or TIME_ETERNITY for infinity.
2075 */
2076static struct task *process_chk_conn(struct task *t)
Willy Tarreaubaaee002006-06-26 02:48:02 +02002077{
Simon Horman4a741432013-02-23 15:35:38 +09002078 struct check *check = t->context;
2079 struct server *s = check->server;
2080 struct connection *conn = check->conn;
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002081 int rv;
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002082 int ret;
Willy Tarreauacbdc7a2012-11-23 14:02:10 +01002083 int expired = tick_is_expired(t->expire, now_ms);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002084
Willy Tarreau2c115e52013-12-11 19:41:16 +01002085 if (!(check->state & CHK_ST_INPROGRESS)) {
Willy Tarreau5a78f362012-11-23 12:47:05 +01002086 /* no check currently running */
Willy Tarreauacbdc7a2012-11-23 14:02:10 +01002087 if (!expired) /* woke up too early */
Willy Tarreau26c25062009-03-08 09:38:41 +01002088 return t;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002089
Simon Horman671b6f02013-11-25 10:46:39 +09002090 /* we don't send any health-checks when the proxy is
2091 * stopped, the server should not be checked or the check
2092 * is disabled.
Willy Tarreaubaaee002006-06-26 02:48:02 +02002093 */
Willy Tarreau0d924cc2013-12-11 21:26:24 +01002094 if (((check->state & (CHK_ST_ENABLED | CHK_ST_PAUSED)) != CHK_ST_ENABLED) ||
Willy Tarreau33a08db2013-12-11 21:03:31 +01002095 s->proxy->state == PR_STSTOPPED)
Willy Tarreau5a78f362012-11-23 12:47:05 +01002096 goto reschedule;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002097
2098 /* we'll initiate a new check */
Simon Horman4a741432013-02-23 15:35:38 +09002099 set_server_check_status(check, HCHK_STATUS_START, NULL);
Willy Tarreau1ae1b7b2012-09-28 15:28:30 +02002100
Willy Tarreau2c115e52013-12-11 19:41:16 +01002101 check->state |= CHK_ST_INPROGRESS;
Simon Horman4a741432013-02-23 15:35:38 +09002102 check->bi->p = check->bi->data;
2103 check->bi->i = 0;
2104 check->bo->p = check->bo->data;
2105 check->bo->o = 0;
Willy Tarreau1ae1b7b2012-09-28 15:28:30 +02002106
Simon Hormandbf70192015-01-30 11:22:53 +09002107 ret = connect_conn_chk(t);
Willy Tarreau00149122017-10-04 18:05:01 +02002108 conn = check->conn;
2109
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002110 switch (ret) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002111 case SF_ERR_UP:
Simon Hormanb00d17a2014-06-13 16:18:16 +09002112 return t;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002113 case SF_ERR_NONE:
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002114 /* we allow up to min(inter, timeout.connect) for a connection
2115 * to establish but only when timeout.check is set
2116 * as it may be to short for a full check otherwise
2117 */
Simon Horman4a741432013-02-23 15:35:38 +09002118 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002119
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002120 if (s->proxy->timeout.check && s->proxy->timeout.connect) {
2121 int t_con = tick_add(now_ms, s->proxy->timeout.connect);
2122 t->expire = tick_first(t->expire, t_con);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002123 }
Willy Tarreau06559ac2013-12-05 01:53:08 +01002124
2125 if (check->type)
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002126 conn_xprt_want_recv(conn); /* prepare for reading a possible reply */
Willy Tarreau06559ac2013-12-05 01:53:08 +01002127
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002128 task_set_affinity(t, tid_bit);
Willy Tarreau5a78f362012-11-23 12:47:05 +01002129 goto reschedule;
2130
Willy Tarreaue7dff022015-04-03 01:14:29 +02002131 case SF_ERR_SRVTO: /* ETIMEDOUT */
2132 case SF_ERR_SRVCL: /* ECONNREFUSED, ENETUNREACH, ... */
Willy Tarreau00149122017-10-04 18:05:01 +02002133 if (conn)
2134 conn->flags |= CO_FL_ERROR;
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002135 chk_report_conn_err(check, errno, 0);
Willy Tarreau5a78f362012-11-23 12:47:05 +01002136 break;
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02002137 /* should share same code than cases below */
2138 case SF_ERR_CHK_PORT:
2139 check->state |= CHK_ST_PORT_MISS;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002140 case SF_ERR_PRXCOND:
2141 case SF_ERR_RESOURCE:
2142 case SF_ERR_INTERNAL:
Willy Tarreau00149122017-10-04 18:05:01 +02002143 if (conn)
2144 conn->flags |= CO_FL_ERROR;
2145 chk_report_conn_err(check, conn ? 0 : ENOMEM, 0);
Willy Tarreau5a78f362012-11-23 12:47:05 +01002146 break;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002147 }
2148
Willy Tarreau5a78f362012-11-23 12:47:05 +01002149 /* here, we have seen a synchronous error, no fd was allocated */
Olivier Houchard390485a2017-10-24 19:03:30 +02002150 if (conn) {
2151 conn_free(conn);
2152 check->conn = conn = NULL;
2153 }
Willy Tarreau6b0a8502012-11-23 08:51:32 +01002154
Willy Tarreau2c115e52013-12-11 19:41:16 +01002155 check->state &= ~CHK_ST_INPROGRESS;
Willy Tarreau4eec5472014-05-20 22:32:27 +02002156 check_notify_failure(check);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002157
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002158 /* we allow up to min(inter, timeout.connect) for a connection
2159 * to establish but only when timeout.check is set
2160 * as it may be to short for a full check otherwise
2161 */
Willy Tarreau0c303ee2008-07-07 00:09:58 +02002162 while (tick_is_expired(t->expire, now_ms)) {
2163 int t_con;
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002164
Willy Tarreau0c303ee2008-07-07 00:09:58 +02002165 t_con = tick_add(t->expire, s->proxy->timeout.connect);
Simon Horman4a741432013-02-23 15:35:38 +09002166 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002167
Willy Tarreau0c303ee2008-07-07 00:09:58 +02002168 if (s->proxy->timeout.check)
2169 t->expire = tick_first(t->expire, t_con);
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002170 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02002171 }
2172 else {
Willy Tarreauf1503172012-09-28 19:39:36 +02002173 /* there was a test running.
2174 * First, let's check whether there was an uncaught error,
2175 * which can happen on connect timeout or error.
2176 */
Simon Hormanccaabcd2014-06-20 12:29:47 +09002177 if (check->result == CHK_RES_UNKNOWN) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +01002178 /* good connection is enough for pure TCP check */
2179 if ((conn->flags & CO_FL_CONNECTED) && !check->type) {
Simon Horman4a741432013-02-23 15:35:38 +09002180 if (check->use_ssl)
2181 set_server_check_status(check, HCHK_STATUS_L6OK, NULL);
Willy Tarreauf1503172012-09-28 19:39:36 +02002182 else
Simon Horman4a741432013-02-23 15:35:38 +09002183 set_server_check_status(check, HCHK_STATUS_L4OK, NULL);
Willy Tarreauacbdc7a2012-11-23 14:02:10 +01002184 }
Willy Tarreau25e2ab52013-12-04 11:17:05 +01002185 else if ((conn->flags & CO_FL_ERROR) || expired) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002186 chk_report_conn_err(check, 0, expired);
Willy Tarreauf1503172012-09-28 19:39:36 +02002187 }
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002188 else
2189 goto out_wait; /* timeout not reached, wait again */
Willy Tarreauf1503172012-09-28 19:39:36 +02002190 }
2191
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002192 /* check complete or aborted */
Willy Tarreau00149122017-10-04 18:05:01 +02002193 if (conn && conn->xprt) {
Willy Tarreau5ba04f62013-02-12 15:23:12 +01002194 /* The check was aborted and the connection was not yet closed.
2195 * This can happen upon timeout, or when an external event such
2196 * as a failed response coupled with "observe layer7" caused the
2197 * server state to be suddenly changed.
2198 */
Willy Tarreaud85c4852015-03-13 00:40:28 +01002199 conn_sock_drain(conn);
Willy Tarreau402dbc12017-10-05 17:53:13 +02002200 conn_full_close(conn);
Willy Tarreau5ba04f62013-02-12 15:23:12 +01002201 }
2202
Willy Tarreau00149122017-10-04 18:05:01 +02002203 if (conn) {
2204 conn_free(conn);
2205 check->conn = conn = NULL;
2206 }
2207
Willy Tarreauaf549582014-05-16 17:37:50 +02002208 if (check->result == CHK_RES_FAILED) {
2209 /* a failure or timeout detected */
Willy Tarreau4eec5472014-05-20 22:32:27 +02002210 check_notify_failure(check);
Willy Tarreauaf549582014-05-16 17:37:50 +02002211 }
Willy Tarreaudb58b792014-05-21 13:57:23 +02002212 else if (check->result == CHK_RES_CONDPASS) {
2213 /* check is OK but asks for stopping mode */
2214 check_notify_stopping(check);
Willy Tarreauaf549582014-05-16 17:37:50 +02002215 }
Willy Tarreau3e048382014-05-21 10:30:54 +02002216 else if (check->result == CHK_RES_PASSED) {
2217 /* a success was detected */
2218 check_notify_success(check);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002219 }
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002220 task_set_affinity(t, MAX_THREADS_MASK);
Willy Tarreau2c115e52013-12-11 19:41:16 +01002221 check->state &= ~CHK_ST_INPROGRESS;
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002222
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002223 rv = 0;
2224 if (global.spread_checks > 0) {
Simon Horman4a741432013-02-23 15:35:38 +09002225 rv = srv_getinter(check) * global.spread_checks / 100;
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002226 rv -= (int) (2 * rv * (rand() / (RAND_MAX + 1.0)));
Willy Tarreaubaaee002006-06-26 02:48:02 +02002227 }
Simon Horman4a741432013-02-23 15:35:38 +09002228 t->expire = tick_add(now_ms, MS_TO_TICKS(srv_getinter(check) + rv));
Willy Tarreaubaaee002006-06-26 02:48:02 +02002229 }
Willy Tarreau5a78f362012-11-23 12:47:05 +01002230
2231 reschedule:
2232 while (tick_is_expired(t->expire, now_ms))
Simon Horman4a741432013-02-23 15:35:38 +09002233 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002234 out_wait:
Willy Tarreau26c25062009-03-08 09:38:41 +01002235 return t;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002236}
2237
Simon Horman98637e52014-06-20 12:30:16 +09002238/*
2239 * manages a server health-check. Returns
2240 * the time the task accepts to wait, or TIME_ETERNITY for infinity.
2241 */
2242static struct task *process_chk(struct task *t)
2243{
2244 struct check *check = t->context;
2245
2246 if (check->type == PR_O2_EXT_CHK)
2247 return process_chk_proc(t);
2248 return process_chk_conn(t);
Baptiste Assmanna68ca962015-04-14 01:15:08 +02002249
Simon Horman98637e52014-06-20 12:30:16 +09002250}
2251
Simon Horman5c942422013-11-25 10:46:32 +09002252static int start_check_task(struct check *check, int mininter,
2253 int nbcheck, int srvpos)
2254{
2255 struct task *t;
2256 /* task for the check */
Emeric Brunc60def82017-09-27 14:59:38 +02002257 if ((t = task_new(MAX_THREADS_MASK)) == NULL) {
Simon Horman5c942422013-11-25 10:46:32 +09002258 Alert("Starting [%s:%s] check: out of memory.\n",
2259 check->server->proxy->id, check->server->id);
2260 return 0;
2261 }
2262
2263 check->task = t;
2264 t->process = process_chk;
2265 t->context = check;
2266
Willy Tarreau1746eec2014-04-25 10:46:47 +02002267 if (mininter < srv_getinter(check))
2268 mininter = srv_getinter(check);
2269
2270 if (global.max_spread_checks && mininter > global.max_spread_checks)
2271 mininter = global.max_spread_checks;
2272
Simon Horman5c942422013-11-25 10:46:32 +09002273 /* check this every ms */
Willy Tarreau1746eec2014-04-25 10:46:47 +02002274 t->expire = tick_add(now_ms, MS_TO_TICKS(mininter * srvpos / nbcheck));
Simon Horman5c942422013-11-25 10:46:32 +09002275 check->start = now;
2276 task_queue(t);
2277
2278 return 1;
2279}
2280
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002281/*
2282 * Start health-check.
Willy Tarreau865c5142016-12-21 20:04:48 +01002283 * Returns 0 if OK, ERR_FATAL on error, and prints the error in this case.
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002284 */
Willy Tarreau865c5142016-12-21 20:04:48 +01002285static int start_checks()
2286{
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002287
2288 struct proxy *px;
2289 struct server *s;
2290 struct task *t;
Simon Horman4a741432013-02-23 15:35:38 +09002291 int nbcheck=0, mininter=0, srvpos=0;
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002292
Willy Tarreau2c43a1e2007-10-14 23:05:39 +02002293 /* 1- count the checkers to run simultaneously.
2294 * We also determine the minimum interval among all of those which
2295 * have an interval larger than SRV_CHK_INTER_THRES. This interval
2296 * will be used to spread their start-up date. Those which have
Jamie Gloudon801a0a32012-08-25 00:18:33 -04002297 * a shorter interval will start independently and will not dictate
Willy Tarreau2c43a1e2007-10-14 23:05:39 +02002298 * too short an interval for all others.
2299 */
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002300 for (px = proxy; px; px = px->next) {
2301 for (s = px->srv; s; s = s->next) {
Willy Tarreaue7b73482013-11-21 11:50:50 +01002302 if (s->slowstart) {
Emeric Brunc60def82017-09-27 14:59:38 +02002303 if ((t = task_new(MAX_THREADS_MASK)) == NULL) {
Willy Tarreaue7b73482013-11-21 11:50:50 +01002304 Alert("Starting [%s:%s] check: out of memory.\n", px->id, s->id);
Willy Tarreau865c5142016-12-21 20:04:48 +01002305 return ERR_ALERT | ERR_FATAL;
Willy Tarreaue7b73482013-11-21 11:50:50 +01002306 }
2307 /* We need a warmup task that will be called when the server
2308 * state switches from down to up.
2309 */
2310 s->warmup = t;
2311 t->process = server_warmup;
2312 t->context = s;
Baptiste Assmann6076d1c2015-09-17 22:53:59 +02002313 /* server can be in this state only because of */
Emeric Brun52a91d32017-08-31 14:41:55 +02002314 if (s->next_state == SRV_ST_STARTING)
Baptiste Assmann6076d1c2015-09-17 22:53:59 +02002315 task_schedule(s->warmup, tick_add(now_ms, MS_TO_TICKS(MAX(1000, (now.tv_sec - s->last_change)) / 20)));
Willy Tarreaue7b73482013-11-21 11:50:50 +01002316 }
2317
Willy Tarreaud8514a22013-12-11 21:10:14 +01002318 if (s->check.state & CHK_ST_CONFIGURED) {
2319 nbcheck++;
2320 if ((srv_getinter(&s->check) >= SRV_CHK_INTER_THRES) &&
2321 (!mininter || mininter > srv_getinter(&s->check)))
2322 mininter = srv_getinter(&s->check);
2323 }
Willy Tarreau15f39102013-12-11 20:41:18 +01002324
Willy Tarreaud8514a22013-12-11 21:10:14 +01002325 if (s->agent.state & CHK_ST_CONFIGURED) {
2326 nbcheck++;
2327 if ((srv_getinter(&s->agent) >= SRV_CHK_INTER_THRES) &&
2328 (!mininter || mininter > srv_getinter(&s->agent)))
2329 mininter = srv_getinter(&s->agent);
2330 }
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002331 }
2332 }
2333
Simon Horman4a741432013-02-23 15:35:38 +09002334 if (!nbcheck)
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002335 return 0;
2336
2337 srand((unsigned)time(NULL));
2338
2339 /*
2340 * 2- start them as far as possible from each others. For this, we will
2341 * start them after their interval set to the min interval divided by
2342 * the number of servers, weighted by the server's position in the list.
2343 */
2344 for (px = proxy; px; px = px->next) {
Simon Horman98637e52014-06-20 12:30:16 +09002345 if ((px->options2 & PR_O2_CHK_ANY) == PR_O2_EXT_CHK) {
2346 if (init_pid_list()) {
2347 Alert("Starting [%s] check: out of memory.\n", px->id);
Willy Tarreau865c5142016-12-21 20:04:48 +01002348 return ERR_ALERT | ERR_FATAL;
Simon Horman98637e52014-06-20 12:30:16 +09002349 }
2350 }
2351
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002352 for (s = px->srv; s; s = s->next) {
Simon Hormand60d6912013-11-25 10:46:36 +09002353 /* A task for the main check */
Willy Tarreauff5ae352013-12-11 20:36:34 +01002354 if (s->check.state & CHK_ST_CONFIGURED) {
Cyril Bonté99c5bf52014-08-07 01:55:38 +02002355 if (s->check.type == PR_O2_EXT_CHK) {
2356 if (!prepare_external_check(&s->check))
Willy Tarreau865c5142016-12-21 20:04:48 +01002357 return ERR_ALERT | ERR_FATAL;
Cyril Bonté99c5bf52014-08-07 01:55:38 +02002358 }
Simon Hormand60d6912013-11-25 10:46:36 +09002359 if (!start_check_task(&s->check, mininter, nbcheck, srvpos))
Willy Tarreau865c5142016-12-21 20:04:48 +01002360 return ERR_ALERT | ERR_FATAL;
Simon Hormand60d6912013-11-25 10:46:36 +09002361 srvpos++;
2362 }
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002363
Simon Hormand60d6912013-11-25 10:46:36 +09002364 /* A task for a auxiliary agent check */
Willy Tarreauff5ae352013-12-11 20:36:34 +01002365 if (s->agent.state & CHK_ST_CONFIGURED) {
Simon Hormand60d6912013-11-25 10:46:36 +09002366 if (!start_check_task(&s->agent, mininter, nbcheck, srvpos)) {
Willy Tarreau865c5142016-12-21 20:04:48 +01002367 return ERR_ALERT | ERR_FATAL;
Simon Hormand60d6912013-11-25 10:46:36 +09002368 }
2369 srvpos++;
2370 }
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002371 }
2372 }
2373 return 0;
2374}
Willy Tarreaubaaee002006-06-26 02:48:02 +02002375
2376/*
Willy Tarreau5b3a2022012-09-28 15:01:02 +02002377 * Perform content verification check on data in s->check.buffer buffer.
Willy Tarreaubd741542010-03-16 18:46:54 +01002378 * The buffer MUST be terminated by a null byte before calling this function.
2379 * Sets server status appropriately. The caller is responsible for ensuring
2380 * that the buffer contains at least 13 characters. If <done> is zero, we may
2381 * return 0 to indicate that data is required to decide of a match.
2382 */
2383static int httpchk_expect(struct server *s, int done)
2384{
Christopher Faulet1bc04c72017-10-29 20:14:08 +01002385 static THREAD_LOCAL char status_msg[] = "HTTP status check returned code <000>";
Willy Tarreaubd741542010-03-16 18:46:54 +01002386 char status_code[] = "000";
2387 char *contentptr;
2388 int crlf;
2389 int ret;
2390
2391 switch (s->proxy->options2 & PR_O2_EXP_TYPE) {
2392 case PR_O2_EXP_STS:
2393 case PR_O2_EXP_RSTS:
Willy Tarreau1ae1b7b2012-09-28 15:28:30 +02002394 memcpy(status_code, s->check.bi->data + 9, 3);
2395 memcpy(status_msg + strlen(status_msg) - 4, s->check.bi->data + 9, 3);
Willy Tarreaubd741542010-03-16 18:46:54 +01002396
2397 if ((s->proxy->options2 & PR_O2_EXP_TYPE) == PR_O2_EXP_STS)
2398 ret = strncmp(s->proxy->expect_str, status_code, 3) == 0;
2399 else
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02002400 ret = regex_exec(s->proxy->expect_regex, status_code);
Willy Tarreaubd741542010-03-16 18:46:54 +01002401
2402 /* we necessarily have the response, so there are no partial failures */
2403 if (s->proxy->options2 & PR_O2_EXP_INV)
2404 ret = !ret;
2405
Simon Horman4a741432013-02-23 15:35:38 +09002406 set_server_check_status(&s->check, ret ? HCHK_STATUS_L7OKD : HCHK_STATUS_L7STS, status_msg);
Willy Tarreaubd741542010-03-16 18:46:54 +01002407 break;
2408
2409 case PR_O2_EXP_STR:
2410 case PR_O2_EXP_RSTR:
2411 /* very simple response parser: ignore CR and only count consecutive LFs,
2412 * stop with contentptr pointing to first char after the double CRLF or
2413 * to '\0' if crlf < 2.
2414 */
2415 crlf = 0;
Willy Tarreau1ae1b7b2012-09-28 15:28:30 +02002416 for (contentptr = s->check.bi->data; *contentptr; contentptr++) {
Willy Tarreaubd741542010-03-16 18:46:54 +01002417 if (crlf >= 2)
2418 break;
2419 if (*contentptr == '\r')
2420 continue;
2421 else if (*contentptr == '\n')
2422 crlf++;
2423 else
2424 crlf = 0;
2425 }
2426
2427 /* Check that response contains a body... */
2428 if (crlf < 2) {
2429 if (!done)
2430 return 0;
2431
Simon Horman4a741432013-02-23 15:35:38 +09002432 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002433 "HTTP content check could not find a response body");
2434 return 1;
2435 }
2436
2437 /* Check that response body is not empty... */
2438 if (*contentptr == '\0') {
Willy Tarreaua164fb52011-04-13 09:32:41 +02002439 if (!done)
2440 return 0;
2441
Simon Horman4a741432013-02-23 15:35:38 +09002442 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002443 "HTTP content check found empty response body");
2444 return 1;
2445 }
2446
2447 /* Check the response content against the supplied string
2448 * or regex... */
2449 if ((s->proxy->options2 & PR_O2_EXP_TYPE) == PR_O2_EXP_STR)
2450 ret = strstr(contentptr, s->proxy->expect_str) != NULL;
2451 else
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02002452 ret = regex_exec(s->proxy->expect_regex, contentptr);
Willy Tarreaubd741542010-03-16 18:46:54 +01002453
2454 /* if we don't match, we may need to wait more */
2455 if (!ret && !done)
2456 return 0;
2457
2458 if (ret) {
2459 /* content matched */
2460 if (s->proxy->options2 & PR_O2_EXP_INV)
Simon Horman4a741432013-02-23 15:35:38 +09002461 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002462 "HTTP check matched unwanted content");
2463 else
Simon Horman4a741432013-02-23 15:35:38 +09002464 set_server_check_status(&s->check, HCHK_STATUS_L7OKD,
Willy Tarreaubd741542010-03-16 18:46:54 +01002465 "HTTP content check matched");
2466 }
2467 else {
2468 if (s->proxy->options2 & PR_O2_EXP_INV)
Simon Horman4a741432013-02-23 15:35:38 +09002469 set_server_check_status(&s->check, HCHK_STATUS_L7OKD,
Willy Tarreaubd741542010-03-16 18:46:54 +01002470 "HTTP check did not match unwanted content");
2471 else
Simon Horman4a741432013-02-23 15:35:38 +09002472 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002473 "HTTP content check did not match");
2474 }
2475 break;
2476 }
2477 return 1;
2478}
2479
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002480/*
2481 * return the id of a step in a send/expect session
2482 */
Simon Hormane16c1b32015-01-30 11:22:57 +09002483static int tcpcheck_get_step_id(struct check *check)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002484{
2485 struct tcpcheck_rule *cur = NULL, *next = NULL;
2486 int i = 0;
2487
Willy Tarreau213c6782014-10-02 14:51:02 +02002488 /* not even started anything yet => step 0 = initial connect */
Baptiste Assmannf95bc8e2015-04-25 16:03:06 +02002489 if (!check->current_step)
Willy Tarreau213c6782014-10-02 14:51:02 +02002490 return 0;
2491
Simon Hormane16c1b32015-01-30 11:22:57 +09002492 cur = check->last_started_step;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002493
2494 /* no step => first step */
2495 if (cur == NULL)
2496 return 1;
2497
2498 /* increment i until current step */
Simon Hormane16c1b32015-01-30 11:22:57 +09002499 list_for_each_entry(next, check->tcpcheck_rules, list) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002500 if (next->list.p == &cur->list)
2501 break;
2502 ++i;
2503 }
2504
2505 return i;
2506}
2507
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002508/*
2509 * return the latest known comment before (including) the given stepid
2510 * returns NULL if no comment found
2511 */
2512static char * tcpcheck_get_step_comment(struct check *check, int stepid)
2513{
2514 struct tcpcheck_rule *cur = NULL;
2515 char *ret = NULL;
2516 int i = 0;
2517
2518 /* not even started anything yet, return latest comment found before any action */
2519 if (!check->current_step) {
2520 list_for_each_entry(cur, check->tcpcheck_rules, list) {
2521 if (cur->action == TCPCHK_ACT_COMMENT)
2522 ret = cur->comment;
2523 else
2524 goto return_comment;
2525 }
2526 }
2527
2528 i = 1;
2529 list_for_each_entry(cur, check->tcpcheck_rules, list) {
2530 if (cur->comment)
2531 ret = cur->comment;
2532
2533 if (i >= stepid)
2534 goto return_comment;
2535
2536 ++i;
2537 }
2538
2539 return_comment:
2540 return ret;
2541}
2542
Willy Tarreaube74b882017-10-04 16:22:49 +02002543/* proceed with next steps for the TCP checks <check>. Note that this is called
2544 * both from the connection's wake() callback and from the check scheduling task.
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002545 * It returns 0 on normal cases, or <0 if a close() has happened on an existing
2546 * connection, presenting the risk of an fd replacement.
Willy Tarreaube74b882017-10-04 16:22:49 +02002547 */
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002548static int tcpcheck_main(struct check *check)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002549{
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002550 char *contentptr, *comment;
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002551 struct tcpcheck_rule *next;
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002552 int done = 0, ret = 0, step = 0;
Willy Tarreaube74b882017-10-04 16:22:49 +02002553 struct connection *conn = check->conn;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002554 struct server *s = check->server;
2555 struct task *t = check->task;
Simon Hormane16c1b32015-01-30 11:22:57 +09002556 struct list *head = check->tcpcheck_rules;
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002557 int retcode = 0;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002558
Willy Tarreauef953952014-10-02 14:30:14 +02002559 /* here, we know that the check is complete or that it failed */
2560 if (check->result != CHK_RES_UNKNOWN)
2561 goto out_end_tcpcheck;
2562
2563 /* We have 4 possibilities here :
2564 * 1. we've not yet attempted step 1, and step 1 is a connect, so no
Willy Tarreau00149122017-10-04 18:05:01 +02002565 * connection attempt was made yet ; conn==NULL;current_step==NULL.
Willy Tarreauef953952014-10-02 14:30:14 +02002566 * 2. we've not yet attempted step 1, and step 1 is a not connect or
2567 * does not exist (no rule), so a connection attempt was made
Willy Tarreau00149122017-10-04 18:05:01 +02002568 * before coming here, conn!=NULL.
Willy Tarreauef953952014-10-02 14:30:14 +02002569 * 3. we're coming back after having started with step 1, so we may
Willy Tarreau00149122017-10-04 18:05:01 +02002570 * be waiting for a connection attempt to complete. conn!=NULL.
2571 * 4. the connection + handshake are complete. conn!=NULL.
Willy Tarreauef953952014-10-02 14:30:14 +02002572 *
2573 * #2 and #3 are quite similar, we want both the connection and the
2574 * handshake to complete before going any further. Thus we must always
2575 * wait for a connection to complete unless we're before and existing
2576 * step 1.
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002577 */
Willy Tarreau449f9522015-05-13 15:39:48 +02002578
2579 /* find first rule and skip comments */
2580 next = LIST_NEXT(head, struct tcpcheck_rule *, list);
2581 while (&next->list != head && next->action == TCPCHK_ACT_COMMENT)
2582 next = LIST_NEXT(&next->list, struct tcpcheck_rule *, list);
2583
Willy Tarreau00149122017-10-04 18:05:01 +02002584 if ((check->current_step || &next->list == head) &&
2585 (!(conn->flags & CO_FL_CONNECTED) || (conn->flags & CO_FL_HANDSHAKE))) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002586 /* we allow up to min(inter, timeout.connect) for a connection
2587 * to establish but only when timeout.check is set
2588 * as it may be to short for a full check otherwise
2589 */
2590 while (tick_is_expired(t->expire, now_ms)) {
2591 int t_con;
2592
2593 t_con = tick_add(t->expire, s->proxy->timeout.connect);
2594 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
2595
2596 if (s->proxy->timeout.check)
2597 t->expire = tick_first(t->expire, t_con);
2598 }
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002599 return retcode;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002600 }
2601
Willy Tarreauef953952014-10-02 14:30:14 +02002602 /* special case: option tcp-check with no rule, a connect is enough */
Willy Tarreau449f9522015-05-13 15:39:48 +02002603 if (&next->list == head) {
Willy Tarreauef953952014-10-02 14:30:14 +02002604 set_server_check_status(check, HCHK_STATUS_L4OK, NULL);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002605 goto out_end_tcpcheck;
Willy Tarreauef953952014-10-02 14:30:14 +02002606 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002607
Willy Tarreau213c6782014-10-02 14:51:02 +02002608 /* no step means first step initialisation */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002609 if (check->current_step == NULL) {
Willy Tarreau213c6782014-10-02 14:51:02 +02002610 check->last_started_step = NULL;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002611 check->bo->p = check->bo->data;
2612 check->bo->o = 0;
2613 check->bi->p = check->bi->data;
2614 check->bi->i = 0;
Willy Tarreau449f9522015-05-13 15:39:48 +02002615 check->current_step = next;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002616 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
2617 if (s->proxy->timeout.check)
2618 t->expire = tick_add_ifset(now_ms, s->proxy->timeout.check);
2619 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002620
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002621 /* It's only the rules which will enable send/recv */
Willy Tarreau00149122017-10-04 18:05:01 +02002622 if (conn)
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002623 __conn_xprt_stop_both(conn);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002624
Willy Tarreauabca5b62013-12-06 14:19:25 +01002625 while (1) {
Willy Tarreau263013d2015-05-13 11:59:14 +02002626 /* We have to try to flush the output buffer before reading, at
2627 * the end, or if we're about to send a string that does not fit
2628 * in the remaining space. That explains why we break out of the
Willy Tarreau00149122017-10-04 18:05:01 +02002629 * loop after this control. If we have data, conn is valid.
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002630 */
2631 if (check->bo->o &&
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002632 (&check->current_step->list == head ||
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002633 check->current_step->action != TCPCHK_ACT_SEND ||
2634 check->current_step->string_len >= buffer_total_space(check->bo))) {
2635
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002636 __conn_xprt_want_send(conn);
Willy Tarreau1049b1f2014-02-02 01:51:17 +01002637 if (conn->xprt->snd_buf(conn, check->bo, 0) <= 0) {
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002638 if (conn->flags & CO_FL_ERROR) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002639 chk_report_conn_err(check, errno, 0);
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002640 __conn_xprt_stop_both(conn);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002641 goto out_end_tcpcheck;
2642 }
Willy Tarreau263013d2015-05-13 11:59:14 +02002643 break;
Willy Tarreauabca5b62013-12-06 14:19:25 +01002644 }
Willy Tarreauabca5b62013-12-06 14:19:25 +01002645 }
2646
Willy Tarreau263013d2015-05-13 11:59:14 +02002647 if (&check->current_step->list == head)
Willy Tarreauabca5b62013-12-06 14:19:25 +01002648 break;
2649
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002650 /* have 'next' point to the next rule or NULL if we're on the
2651 * last one, connect() needs this.
2652 */
Willy Tarreau5581c272015-05-13 12:24:53 +02002653 next = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002654
2655 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002656 while (&next->list != head && next->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002657 next = LIST_NEXT(&next->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002658
2659 /* NULL if we're on the last rule */
Willy Tarreauf3d34822014-12-08 12:11:28 +01002660 if (&next->list == head)
2661 next = NULL;
2662
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002663 if (check->current_step->action == TCPCHK_ACT_CONNECT) {
2664 struct protocol *proto;
2665 struct xprt_ops *xprt;
2666
Willy Tarreau00149122017-10-04 18:05:01 +02002667 /* For a connect action we'll create a new connection.
2668 * We may also have to kill a previous one. But we don't
2669 * want to leave *without* a connection if we came here
2670 * from the connection layer, hence with a connection.
2671 * Thus we'll proceed in the following order :
2672 * 1: close but not release previous connection
2673 * 2: try to get a new connection
2674 * 3: release and replace the old one on success
2675 */
2676 if (check->conn) {
Willy Tarreau402dbc12017-10-05 17:53:13 +02002677 conn_full_close(check->conn);
Willy Tarreau00149122017-10-04 18:05:01 +02002678 retcode = -1; /* do not reuse the fd! */
2679 }
2680
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002681 /* mark the step as started */
2682 check->last_started_step = check->current_step;
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002683
2684 /* prepare new connection */
Willy Tarreau00149122017-10-04 18:05:01 +02002685 conn = conn_new();
2686 if (!conn) {
2687 step = tcpcheck_get_step_id(check);
2688 chunk_printf(&trash, "TCPCHK error allocating connection at step %d", step);
2689 comment = tcpcheck_get_step_comment(check, step);
2690 if (comment)
2691 chunk_appendf(&trash, " comment: '%s'", comment);
2692 set_server_check_status(check, HCHK_STATUS_SOCKERR, trash.str);
2693 check->current_step = NULL;
2694 return retcode;
2695 }
2696
2697 if (check->conn)
2698 conn_free(check->conn);
2699 check->conn = conn;
2700
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002701 conn_attach(conn, check, &check_conn_cb);
2702 conn->target = &s->obj_type;
2703
2704 /* no client address */
2705 clear_addr(&conn->addr.from);
2706
Simon Horman41f58762015-01-30 11:22:56 +09002707 if (is_addr(&check->addr)) {
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002708 /* we'll connect to the check addr specified on the server */
Simon Horman41f58762015-01-30 11:22:56 +09002709 conn->addr.to = check->addr;
Willy Tarreau640556c2014-05-09 23:38:15 +02002710 }
2711 else {
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002712 /* we'll connect to the addr on the server */
2713 conn->addr.to = s->addr;
Willy Tarreau640556c2014-05-09 23:38:15 +02002714 }
Thierry FOURNIERbb2ae642015-01-14 11:31:49 +01002715 proto = protocol_by_family(conn->addr.to.ss_family);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002716
2717 /* port */
2718 if (check->current_step->port)
2719 set_host_port(&conn->addr.to, check->current_step->port);
2720 else if (check->port)
2721 set_host_port(&conn->addr.to, check->port);
2722
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002723 if (check->current_step->conn_opts & TCPCHK_OPT_SSL) {
Willy Tarreaua261e9b2016-12-22 20:44:00 +01002724 xprt = xprt_get(XPRT_SSL);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002725 }
2726 else {
Willy Tarreaua261e9b2016-12-22 20:44:00 +01002727 xprt = xprt_get(XPRT_RAW);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002728 }
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002729 conn_prepare(conn, proto, xprt);
Willy Tarreau53a47662017-08-28 10:53:00 +02002730 conn_install_mux(conn, &mux_pt_ops, conn);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002731
Willy Tarreaue7dff022015-04-03 01:14:29 +02002732 ret = SF_ERR_INTERNAL;
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002733 if (proto->connect)
Willy Tarreauf3d34822014-12-08 12:11:28 +01002734 ret = proto->connect(conn,
2735 1 /* I/O polling is always needed */,
2736 (next && next->action == TCPCHK_ACT_EXPECT) ? 0 : 2);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002737 if (check->current_step->conn_opts & TCPCHK_OPT_SEND_PROXY) {
2738 conn->send_proxy_ofs = 1;
2739 conn->flags |= CO_FL_SEND_PROXY;
2740 }
2741
2742 /* It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02002743 * - SF_ERR_NONE if everything's OK
2744 * - SF_ERR_SRVTO if there are no more servers
2745 * - SF_ERR_SRVCL if the connection was refused by the server
2746 * - SF_ERR_PRXCOND if the connection has been limited by the proxy (maxconn)
2747 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
2748 * - SF_ERR_INTERNAL for any other purely internal errors
Tim Düsterhus4896c442016-11-29 02:15:19 +01002749 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002750 * Note that we try to prevent the network stack from sending the ACK during the
2751 * connect() when a pure TCP check is used (without PROXY protocol).
2752 */
2753 switch (ret) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002754 case SF_ERR_NONE:
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002755 /* we allow up to min(inter, timeout.connect) for a connection
2756 * to establish but only when timeout.check is set
2757 * as it may be to short for a full check otherwise
2758 */
2759 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
2760
2761 if (s->proxy->timeout.check && s->proxy->timeout.connect) {
2762 int t_con = tick_add(now_ms, s->proxy->timeout.connect);
2763 t->expire = tick_first(t->expire, t_con);
2764 }
2765 break;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002766 case SF_ERR_SRVTO: /* ETIMEDOUT */
2767 case SF_ERR_SRVCL: /* ECONNREFUSED, ENETUNREACH, ... */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002768 step = tcpcheck_get_step_id(check);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002769 chunk_printf(&trash, "TCPCHK error establishing connection at step %d: %s",
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002770 step, strerror(errno));
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002771 comment = tcpcheck_get_step_comment(check, step);
2772 if (comment)
2773 chunk_appendf(&trash, " comment: '%s'", comment);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002774 set_server_check_status(check, HCHK_STATUS_L4CON, trash.str);
2775 goto out_end_tcpcheck;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002776 case SF_ERR_PRXCOND:
2777 case SF_ERR_RESOURCE:
2778 case SF_ERR_INTERNAL:
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002779 step = tcpcheck_get_step_id(check);
2780 chunk_printf(&trash, "TCPCHK error establishing connection at step %d", step);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002781 comment = tcpcheck_get_step_comment(check, step);
2782 if (comment)
2783 chunk_appendf(&trash, " comment: '%s'", comment);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002784 set_server_check_status(check, HCHK_STATUS_SOCKERR, trash.str);
2785 goto out_end_tcpcheck;
2786 }
2787
2788 /* allow next rule */
Willy Tarreau5581c272015-05-13 12:24:53 +02002789 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002790
2791 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002792 while (&check->current_step->list != head &&
2793 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002794 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002795
Willy Tarreauf2c87352015-05-13 12:08:21 +02002796 if (&check->current_step->list == head)
2797 break;
2798
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002799 /* don't do anything until the connection is established */
2800 if (!(conn->flags & CO_FL_CONNECTED)) {
2801 /* update expire time, should be done by process_chk */
2802 /* we allow up to min(inter, timeout.connect) for a connection
2803 * to establish but only when timeout.check is set
2804 * as it may be to short for a full check otherwise
2805 */
2806 while (tick_is_expired(t->expire, now_ms)) {
2807 int t_con;
2808
2809 t_con = tick_add(t->expire, s->proxy->timeout.connect);
2810 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
2811
2812 if (s->proxy->timeout.check)
2813 t->expire = tick_first(t->expire, t_con);
2814 }
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002815 return retcode;
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002816 }
2817
2818 } /* end 'connect' */
2819 else if (check->current_step->action == TCPCHK_ACT_SEND) {
2820 /* mark the step as started */
2821 check->last_started_step = check->current_step;
2822
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002823 /* reset the read buffer */
2824 if (*check->bi->data != '\0') {
2825 *check->bi->data = '\0';
2826 check->bi->i = 0;
2827 }
2828
Willy Tarreaubbae3f02017-08-30 09:59:52 +02002829 if (conn->flags & CO_FL_SOCK_WR_SH) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002830 conn->flags |= CO_FL_ERROR;
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002831 chk_report_conn_err(check, 0, 0);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002832 goto out_end_tcpcheck;
2833 }
2834
Willy Tarreauabca5b62013-12-06 14:19:25 +01002835 if (check->current_step->string_len >= check->bo->size) {
2836 chunk_printf(&trash, "tcp-check send : string too large (%d) for buffer size (%d) at step %d",
2837 check->current_step->string_len, check->bo->size,
Simon Hormane16c1b32015-01-30 11:22:57 +09002838 tcpcheck_get_step_id(check));
Willy Tarreauabca5b62013-12-06 14:19:25 +01002839 set_server_check_status(check, HCHK_STATUS_L7RSP, trash.str);
2840 goto out_end_tcpcheck;
2841 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002842
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002843 /* do not try to send if there is no space */
2844 if (check->current_step->string_len >= buffer_total_space(check->bo))
2845 continue;
2846
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002847 bo_putblk(check->bo, check->current_step->string, check->current_step->string_len);
2848 *check->bo->p = '\0'; /* to make gdb output easier to read */
2849
Willy Tarreauabca5b62013-12-06 14:19:25 +01002850 /* go to next rule and try to send */
Willy Tarreau5581c272015-05-13 12:24:53 +02002851 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002852
2853 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002854 while (&check->current_step->list != head &&
2855 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002856 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Willy Tarreauf2c87352015-05-13 12:08:21 +02002857
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002858 } /* end 'send' */
Willy Tarreau98aec9f2013-12-06 16:16:41 +01002859 else if (check->current_step->action == TCPCHK_ACT_EXPECT) {
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01002860 if (unlikely(check->result == CHK_RES_FAILED))
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002861 goto out_end_tcpcheck;
2862
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002863 __conn_xprt_want_recv(conn);
Willy Tarreau310987a2014-01-22 19:46:33 +01002864 if (conn->xprt->rcv_buf(conn, check->bi, check->bi->size) <= 0) {
Willy Tarreau54e917c2017-08-30 07:35:35 +02002865 if (conn->flags & (CO_FL_ERROR | CO_FL_SOCK_RD_SH)) {
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002866 done = 1;
2867 if ((conn->flags & CO_FL_ERROR) && !check->bi->i) {
2868 /* Report network errors only if we got no other data. Otherwise
2869 * we'll let the upper layers decide whether the response is OK
2870 * or not. It is very common that an RST sent by the server is
2871 * reported as an error just after the last data chunk.
2872 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002873 chk_report_conn_err(check, errno, 0);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002874 goto out_end_tcpcheck;
2875 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002876 }
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002877 else
Willy Tarreau263013d2015-05-13 11:59:14 +02002878 break;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002879 }
2880
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002881 /* mark the step as started */
2882 check->last_started_step = check->current_step;
2883
2884
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002885 /* Intermediate or complete response received.
2886 * Terminate string in check->bi->data buffer.
2887 */
2888 if (check->bi->i < check->bi->size) {
2889 check->bi->data[check->bi->i] = '\0';
2890 }
2891 else {
2892 check->bi->data[check->bi->i - 1] = '\0';
2893 done = 1; /* buffer full, don't wait for more data */
2894 }
2895
2896 contentptr = check->bi->data;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002897
2898 /* Check that response body is not empty... */
Willy Tarreauec6b0122014-05-13 17:57:29 +02002899 if (!check->bi->i) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002900 if (!done)
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002901 continue;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002902
2903 /* empty response */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002904 step = tcpcheck_get_step_id(check);
2905 chunk_printf(&trash, "TCPCHK got an empty response at step %d", step);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002906 comment = tcpcheck_get_step_comment(check, step);
2907 if (comment)
2908 chunk_appendf(&trash, " comment: '%s'", comment);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002909 set_server_check_status(check, HCHK_STATUS_L7RSP, trash.str);
2910
2911 goto out_end_tcpcheck;
2912 }
2913
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002914 if (!done && (check->current_step->string != NULL) && (check->bi->i < check->current_step->string_len) )
Willy Tarreaua970c282013-12-06 12:47:19 +01002915 continue; /* try to read more */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002916
Willy Tarreaua970c282013-12-06 12:47:19 +01002917 tcpcheck_expect:
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002918 if (check->current_step->string != NULL)
2919 ret = my_memmem(contentptr, check->bi->i, check->current_step->string, check->current_step->string_len) != NULL;
2920 else if (check->current_step->expect_regex != NULL)
2921 ret = regex_exec(check->current_step->expect_regex, contentptr);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002922
2923 if (!ret && !done)
Willy Tarreaua970c282013-12-06 12:47:19 +01002924 continue; /* try to read more */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002925
2926 /* matched */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002927 step = tcpcheck_get_step_id(check);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002928 if (ret) {
2929 /* matched but we did not want to => ERROR */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002930 if (check->current_step->inverse) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002931 /* we were looking for a string */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002932 if (check->current_step->string != NULL) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002933 chunk_printf(&trash, "TCPCHK matched unwanted content '%s' at step %d",
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002934 check->current_step->string, step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002935 }
2936 else {
2937 /* we were looking for a regex */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002938 chunk_printf(&trash, "TCPCHK matched unwanted content (regex) at step %d", step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002939 }
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002940 comment = tcpcheck_get_step_comment(check, step);
2941 if (comment)
2942 chunk_appendf(&trash, " comment: '%s'", comment);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002943 set_server_check_status(check, HCHK_STATUS_L7RSP, trash.str);
2944 goto out_end_tcpcheck;
2945 }
2946 /* matched and was supposed to => OK, next step */
2947 else {
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002948 /* allow next rule */
Willy Tarreau5581c272015-05-13 12:24:53 +02002949 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002950
2951 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002952 while (&check->current_step->list != head &&
2953 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002954 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002955
Willy Tarreauf2c87352015-05-13 12:08:21 +02002956 if (&check->current_step->list == head)
2957 break;
2958
Willy Tarreau98aec9f2013-12-06 16:16:41 +01002959 if (check->current_step->action == TCPCHK_ACT_EXPECT)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002960 goto tcpcheck_expect;
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002961 __conn_xprt_stop_recv(conn);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002962 }
2963 }
2964 else {
2965 /* not matched */
2966 /* not matched and was not supposed to => OK, next step */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002967 if (check->current_step->inverse) {
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002968 /* allow next rule */
Willy Tarreau5581c272015-05-13 12:24:53 +02002969 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002970
2971 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002972 while (&check->current_step->list != head &&
2973 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002974 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002975
Willy Tarreauf2c87352015-05-13 12:08:21 +02002976 if (&check->current_step->list == head)
2977 break;
2978
Willy Tarreau98aec9f2013-12-06 16:16:41 +01002979 if (check->current_step->action == TCPCHK_ACT_EXPECT)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002980 goto tcpcheck_expect;
Olivier Houchard1a0545f2017-09-13 18:30:23 +02002981 __conn_xprt_stop_recv(conn);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002982 }
2983 /* not matched but was supposed to => ERROR */
2984 else {
2985 /* we were looking for a string */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002986 if (check->current_step->string != NULL) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002987 chunk_printf(&trash, "TCPCHK did not match content '%s' at step %d",
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002988 check->current_step->string, step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002989 }
2990 else {
2991 /* we were looking for a regex */
2992 chunk_printf(&trash, "TCPCHK did not match content (regex) at step %d",
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002993 step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002994 }
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002995 comment = tcpcheck_get_step_comment(check, step);
2996 if (comment)
2997 chunk_appendf(&trash, " comment: '%s'", comment);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002998 set_server_check_status(check, HCHK_STATUS_L7RSP, trash.str);
2999 goto out_end_tcpcheck;
3000 }
3001 }
3002 } /* end expect */
3003 } /* end loop over double chained step list */
3004
Willy Tarreau263013d2015-05-13 11:59:14 +02003005 /* We're waiting for some I/O to complete, we've reached the end of the
3006 * rules, or both. Do what we have to do, otherwise we're done.
3007 */
3008 if (&check->current_step->list == head && !check->bo->o) {
3009 set_server_check_status(check, HCHK_STATUS_L7OKD, "(tcp-check)");
3010 goto out_end_tcpcheck;
3011 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003012
Willy Tarreau53c5a042015-05-13 11:38:17 +02003013 /* warning, current_step may now point to the head */
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01003014 if (check->bo->o)
Olivier Houchard1a0545f2017-09-13 18:30:23 +02003015 __conn_xprt_want_send(conn);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01003016
Willy Tarreau53c5a042015-05-13 11:38:17 +02003017 if (&check->current_step->list != head &&
3018 check->current_step->action == TCPCHK_ACT_EXPECT)
Olivier Houchard1a0545f2017-09-13 18:30:23 +02003019 __conn_xprt_want_recv(conn);
Willy Tarreau6bdcab02017-10-04 18:41:00 +02003020 return retcode;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003021
3022 out_end_tcpcheck:
3023 /* collect possible new errors */
3024 if (conn->flags & CO_FL_ERROR)
Willy Tarreaub5259bf2017-10-04 14:47:29 +02003025 chk_report_conn_err(check, 0, 0);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003026
Baptiste Assmann69e273f2013-12-11 00:52:19 +01003027 /* cleanup before leaving */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003028 check->current_step = NULL;
3029
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01003030 if (check->result == CHK_RES_FAILED)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003031 conn->flags |= CO_FL_ERROR;
3032
Olivier Houchard1a0545f2017-09-13 18:30:23 +02003033 __conn_xprt_stop_both(conn);
Willy Tarreau6bdcab02017-10-04 18:41:00 +02003034 return retcode;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003035}
3036
Simon Hormanb1900d52015-01-30 11:22:54 +09003037const char *init_check(struct check *check, int type)
3038{
3039 check->type = type;
3040
3041 /* Allocate buffer for requests... */
3042 if ((check->bi = calloc(sizeof(struct buffer) + global.tune.chksize, sizeof(char))) == NULL) {
3043 return "out of memory while allocating check buffer";
3044 }
3045 check->bi->size = global.tune.chksize;
3046
3047 /* Allocate buffer for responses... */
3048 if ((check->bo = calloc(sizeof(struct buffer) + global.tune.chksize, sizeof(char))) == NULL) {
3049 return "out of memory while allocating check buffer";
3050 }
3051 check->bo->size = global.tune.chksize;
3052
Simon Hormanb1900d52015-01-30 11:22:54 +09003053 return NULL;
3054}
3055
Simon Hormanbfb5d332015-01-30 11:22:55 +09003056void free_check(struct check *check)
3057{
3058 free(check->bi);
Frédéric Lécaille6e0843c2017-03-21 16:39:15 +01003059 check->bi = NULL;
Simon Hormanbfb5d332015-01-30 11:22:55 +09003060 free(check->bo);
Frédéric Lécaille6e0843c2017-03-21 16:39:15 +01003061 check->bo = NULL;
Simon Hormanbfb5d332015-01-30 11:22:55 +09003062 free(check->conn);
Frédéric Lécaille6e0843c2017-03-21 16:39:15 +01003063 check->conn = NULL;
Simon Hormanbfb5d332015-01-30 11:22:55 +09003064}
3065
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003066void email_alert_free(struct email_alert *alert)
3067{
3068 struct tcpcheck_rule *rule, *back;
3069
3070 if (!alert)
3071 return;
3072
Christopher Fauletde1a75b2017-10-23 15:38:19 +02003073 list_for_each_entry_safe(rule, back, &alert->tcpcheck_rules, list) {
3074 LIST_DEL(&rule->list);
3075 free(rule->comment);
3076 free(rule->string);
3077 if (rule->expect_regex)
3078 regex_free(rule->expect_regex);
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003079 pool_free2(pool2_tcpcheck_rule, rule);
Christopher Fauletde1a75b2017-10-23 15:38:19 +02003080 }
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003081 pool_free2(pool2_email_alert, alert);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003082}
3083
3084static struct task *process_email_alert(struct task *t)
3085{
Christopher Faulet0108bb32017-10-20 21:34:32 +02003086 struct check *check = t->context;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003087 struct email_alertq *q;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003088 struct email_alert *alert;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003089
3090 q = container_of(check, typeof(*q), check);
3091
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003092 SPIN_LOCK(EMAIL_ALERTS_LOCK, &q->lock);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003093 while (1) {
3094 if (!(check->state & CHK_ST_ENABLED)) {
3095 if (LIST_ISEMPTY(&q->email_alerts)) {
3096 /* All alerts processed, queue the task */
3097 t->expire = TICK_ETERNITY;
3098 task_queue(t);
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003099 goto end;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003100 }
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003101
3102 alert = LIST_NEXT(&q->email_alerts, typeof(alert), list);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003103 LIST_DEL(&alert->list);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003104 t->expire = now_ms;
3105 check->server = alert->srv;
3106 check->tcpcheck_rules = &alert->tcpcheck_rules;
3107 check->status = HCHK_STATUS_INI;
3108 check->state |= CHK_ST_ENABLED;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003109 }
3110
Christopher Faulet0108bb32017-10-20 21:34:32 +02003111 process_chk(t);
3112 if (check->state & CHK_ST_INPROGRESS)
3113 break;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003114
3115 alert = container_of(check->tcpcheck_rules, typeof(*alert), tcpcheck_rules);
3116 email_alert_free(alert);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003117 check->tcpcheck_rules = NULL;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003118 check->server = NULL;
3119 check->state &= ~CHK_ST_ENABLED;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003120 }
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003121 end:
3122 SPIN_UNLOCK(EMAIL_ALERTS_LOCK, &q->lock);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003123 return t;
3124}
3125
Christopher Faulet0108bb32017-10-20 21:34:32 +02003126/* Initializes mailer alerts for the proxy <p> using <mls> parameters.
3127 *
3128 * The function returns 1 in success case, otherwise, it returns 0 and err is
3129 * filled.
3130 */
3131int init_email_alert(struct mailers *mls, struct proxy *p, char **err)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003132{
Christopher Faulet0108bb32017-10-20 21:34:32 +02003133 struct mailer *mailer;
3134 struct email_alertq *queues;
3135 const char *err_str;
3136 int i = 0;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003137
Christopher Faulet0108bb32017-10-20 21:34:32 +02003138 if ((queues = calloc(mls->count, sizeof(*queues))) == NULL) {
3139 memprintf(err, "out of memory while allocating mailer alerts queues");
3140 goto error;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003141 }
3142
Christopher Faulet0108bb32017-10-20 21:34:32 +02003143 for (mailer = mls->mailer_list; mailer; i++, mailer = mailer->next) {
3144 struct email_alertq *q = &queues[i];
3145 struct check *check = &q->check;
3146 struct task *t;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003147
3148 LIST_INIT(&q->email_alerts);
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003149 SPIN_INIT(&q->lock);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003150 check->inter = mls->timeout.mail;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003151 check->rise = DEF_AGENT_RISETIME;
3152 check->fall = DEF_AGENT_FALLTIME;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003153 if ((err_str = init_check(check, PR_O2_TCPCHK_CHK))) {
3154 memprintf(err, "%s", err_str);
3155 goto error;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003156 }
3157
3158 check->xprt = mailer->xprt;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003159 check->addr = mailer->addr;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003160 if (!get_host_port(&mailer->addr))
3161 /* Default to submission port */
3162 check->port = 587;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003163 //check->server = s;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003164
Emeric Brunc60def82017-09-27 14:59:38 +02003165 if ((t = task_new(MAX_THREADS_MASK)) == NULL) {
Christopher Faulet0108bb32017-10-20 21:34:32 +02003166 memprintf(err, "out of memory while allocating mailer alerts task");
3167 goto error;
3168 }
3169
3170 check->task = t;
3171 t->process = process_email_alert;
3172 t->context = check;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003173
Christopher Faulet0108bb32017-10-20 21:34:32 +02003174 /* check this in one ms */
3175 t->expire = TICK_ETERNITY;
3176 check->start = now;
3177 task_queue(t);
3178 }
3179
3180 mls->users++;
3181 free(p->email_alert.mailers.name);
3182 p->email_alert.mailers.m = mls;
3183 p->email_alert.queues = queues;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003184 return 0;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003185
3186 error:
3187 for (i = 0; i < mls->count; i++) {
3188 struct email_alertq *q = &queues[i];
3189 struct check *check = &q->check;
3190
3191 if (check->task) {
3192 task_delete(check->task);
3193 task_free(check->task);
3194 check->task = NULL;
3195 }
3196 free_check(check);
3197 }
3198 free(queues);
3199 return 1;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003200}
3201
3202
3203static int add_tcpcheck_expect_str(struct list *list, const char *str)
3204{
3205 struct tcpcheck_rule *tcpcheck;
3206
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003207 if ((tcpcheck = pool_alloc2(pool2_tcpcheck_rule)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003208 return 0;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003209 memset(tcpcheck, 0, sizeof(*tcpcheck));
3210 tcpcheck->action = TCPCHK_ACT_EXPECT;
3211 tcpcheck->string = strdup(str);
3212 tcpcheck->expect_regex = NULL;
3213 tcpcheck->comment = NULL;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003214 if (!tcpcheck->string) {
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003215 pool_free2(pool2_tcpcheck_rule, tcpcheck);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003216 return 0;
3217 }
3218
3219 LIST_ADDQ(list, &tcpcheck->list);
3220 return 1;
3221}
3222
3223static int add_tcpcheck_send_strs(struct list *list, const char * const *strs)
3224{
3225 struct tcpcheck_rule *tcpcheck;
Willy Tarreau64345aa2016-08-10 19:29:09 +02003226 const char *in;
3227 char *dst;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003228 int i;
3229
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003230 if ((tcpcheck = pool_alloc2(pool2_tcpcheck_rule)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003231 return 0;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003232 memset(tcpcheck, 0, sizeof(*tcpcheck));
3233 tcpcheck->action = TCPCHK_ACT_SEND;
3234 tcpcheck->expect_regex = NULL;
3235 tcpcheck->comment = NULL;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003236 tcpcheck->string_len = 0;
3237 for (i = 0; strs[i]; i++)
3238 tcpcheck->string_len += strlen(strs[i]);
3239
3240 tcpcheck->string = malloc(tcpcheck->string_len + 1);
3241 if (!tcpcheck->string) {
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003242 pool_free2(pool2_tcpcheck_rule, tcpcheck);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003243 return 0;
3244 }
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003245
Willy Tarreau64345aa2016-08-10 19:29:09 +02003246 dst = tcpcheck->string;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003247 for (i = 0; strs[i]; i++)
Willy Tarreau64345aa2016-08-10 19:29:09 +02003248 for (in = strs[i]; (*dst = *in++); dst++);
3249 *dst = 0;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003250
3251 LIST_ADDQ(list, &tcpcheck->list);
3252 return 1;
3253}
3254
Christopher Faulet0108bb32017-10-20 21:34:32 +02003255static int enqueue_one_email_alert(struct proxy *p, struct server *s,
3256 struct email_alertq *q, const char *msg)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003257{
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003258 struct email_alert *alert;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003259 struct tcpcheck_rule *tcpcheck;
3260 struct check *check = &q->check;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003261
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003262 if ((alert = pool_alloc2(pool2_email_alert)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003263 goto error;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003264 LIST_INIT(&alert->list);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003265 LIST_INIT(&alert->tcpcheck_rules);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003266 alert->srv = s;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003267
3268 if ((tcpcheck = pool_alloc2(pool2_tcpcheck_rule)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003269 goto error;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003270 memset(tcpcheck, 0, sizeof(*tcpcheck));
3271 tcpcheck->action = TCPCHK_ACT_CONNECT;
3272 tcpcheck->comment = NULL;
3273 tcpcheck->string = NULL;
3274 tcpcheck->expect_regex = NULL;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003275 LIST_ADDQ(&alert->tcpcheck_rules, &tcpcheck->list);
3276
3277 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "220 "))
3278 goto error;
3279
3280 {
3281 const char * const strs[4] = { "EHLO ", p->email_alert.myhostname, "\r\n" };
3282 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3283 goto error;
3284 }
3285
3286 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3287 goto error;
3288
3289 {
3290 const char * const strs[4] = { "MAIL FROM:<", p->email_alert.from, ">\r\n" };
3291 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3292 goto error;
3293 }
3294
3295 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3296 goto error;
3297
3298 {
3299 const char * const strs[4] = { "RCPT TO:<", p->email_alert.to, ">\r\n" };
3300 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3301 goto error;
3302 }
3303
3304 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3305 goto error;
3306
3307 {
3308 const char * const strs[2] = { "DATA\r\n" };
3309 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3310 goto error;
3311 }
3312
3313 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "354 "))
3314 goto error;
3315
3316 {
3317 struct tm tm;
3318 char datestr[48];
3319 const char * const strs[18] = {
Pieter Baauw5e0964e2016-02-13 16:27:35 +01003320 "From: ", p->email_alert.from, "\r\n",
3321 "To: ", p->email_alert.to, "\r\n",
3322 "Date: ", datestr, "\r\n",
3323 "Subject: [HAproxy Alert] ", msg, "\r\n",
3324 "\r\n",
3325 msg, "\r\n",
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003326 "\r\n",
Pieter Baauwed35c372015-07-22 19:51:54 +02003327 ".\r\n",
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003328 NULL
3329 };
3330
3331 get_localtime(date.tv_sec, &tm);
3332
3333 if (strftime(datestr, sizeof(datestr), "%a, %d %b %Y %T %z (%Z)", &tm) == 0) {
3334 goto error;
3335 }
3336
3337 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3338 goto error;
3339 }
3340
3341 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3342 goto error;
3343
3344 {
3345 const char * const strs[2] = { "QUIT\r\n" };
3346 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3347 goto error;
3348 }
3349
3350 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "221 "))
3351 goto error;
3352
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003353 SPIN_LOCK(EMAIL_ALERTS_LOCK, &q->lock);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003354 task_wakeup(check->task, TASK_WOKEN_MSG);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003355 LIST_ADDQ(&q->email_alerts, &alert->list);
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003356 SPIN_UNLOCK(EMAIL_ALERTS_LOCK, &q->lock);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003357 return 1;
3358
3359error:
3360 email_alert_free(alert);
3361 return 0;
3362}
3363
Christopher Faulet0108bb32017-10-20 21:34:32 +02003364static void enqueue_email_alert(struct proxy *p, struct server *s, const char *msg)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003365{
3366 int i;
3367 struct mailer *mailer;
3368
3369 for (i = 0, mailer = p->email_alert.mailers.m->mailer_list;
3370 i < p->email_alert.mailers.m->count; i++, mailer = mailer->next) {
Christopher Faulet0108bb32017-10-20 21:34:32 +02003371 if (!enqueue_one_email_alert(p, s, &p->email_alert.queues[i], msg)) {
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003372 Alert("Email alert [%s] could not be enqueued: out of memory\n", p->id);
3373 return;
3374 }
3375 }
3376
3377 return;
3378}
3379
3380/*
3381 * Send email alert if configured.
3382 */
Simon Horman64e34162015-02-06 11:11:57 +09003383void send_email_alert(struct server *s, int level, const char *format, ...)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003384{
3385 va_list argp;
3386 char buf[1024];
3387 int len;
3388 struct proxy *p = s->proxy;
3389
Christopher Faulet0108bb32017-10-20 21:34:32 +02003390 if (!p->email_alert.mailers.m || level > p->email_alert.level || format == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003391 return;
3392
3393 va_start(argp, format);
3394 len = vsnprintf(buf, sizeof(buf), format, argp);
3395 va_end(argp);
3396
Thierry FOURNIER62c8a212017-02-09 12:19:27 +01003397 if (len < 0 || len >= sizeof(buf)) {
Cyril Bontéb65e0332015-12-04 03:07:08 +01003398 Alert("Email alert [%s] could not format message\n", p->id);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003399 return;
3400 }
3401
Christopher Faulet0108bb32017-10-20 21:34:32 +02003402 enqueue_email_alert(p, s, buf);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003403}
3404
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003405/*
3406 * Return value:
3407 * the port to be used for the health check
3408 * 0 in case no port could be found for the check
3409 */
3410int srv_check_healthcheck_port(struct check *chk)
3411{
3412 int i = 0;
3413 struct server *srv = NULL;
3414
3415 srv = chk->server;
3416
3417 /* If neither a port nor an addr was specified and no check transport
3418 * layer is forced, then the transport layer used by the checks is the
3419 * same as for the production traffic. Otherwise we use raw_sock by
3420 * default, unless one is specified.
3421 */
3422 if (!chk->port && !is_addr(&chk->addr)) {
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003423 chk->use_ssl |= (srv->use_ssl || (srv->proxy->options & PR_O_TCPCHK_SSL));
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003424 chk->send_proxy |= (srv->pp_opts);
3425 }
3426
3427 /* by default, we use the health check port ocnfigured */
3428 if (chk->port > 0)
3429 return chk->port;
3430
3431 /* try to get the port from check_core.addr if check.port not set */
3432 i = get_host_port(&chk->addr);
3433 if (i > 0)
3434 return i;
3435
3436 /* try to get the port from server address */
3437 /* prevent MAPPORTS from working at this point, since checks could
3438 * not be performed in such case (MAPPORTS impose a relative ports
3439 * based on live traffic)
3440 */
3441 if (srv->flags & SRV_F_MAPPORTS)
3442 return 0;
Willy Tarreau04276f32017-01-06 17:41:29 +01003443
3444 i = srv->svc_port; /* by default */
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003445 if (i > 0)
3446 return i;
3447
3448 return 0;
3449}
3450
Willy Tarreau865c5142016-12-21 20:04:48 +01003451__attribute__((constructor))
3452static void __check_init(void)
3453{
3454 hap_register_post_check(start_checks);
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003455
3456 pool2_email_alert = create_pool("email_alert", sizeof(struct email_alert), MEM_F_SHARED);
3457 pool2_tcpcheck_rule = create_pool("tcpcheck_rule", sizeof(struct tcpcheck_rule), MEM_F_SHARED);
Willy Tarreau865c5142016-12-21 20:04:48 +01003458}
3459
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003460
Willy Tarreaubd741542010-03-16 18:46:54 +01003461/*
Willy Tarreaubaaee002006-06-26 02:48:02 +02003462 * Local variables:
3463 * c-indent-level: 8
3464 * c-basic-offset: 8
3465 * End:
3466 */