blob: 7ad100b5501105e691ef00ff3d5a721bdd67f85a [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 *);
Olivier Houchard910b2bc2018-07-17 18:49:38 +020072static void __event_srv_chk_w(struct conn_stream *cs);
Willy Tarreaubd741542010-03-16 18:46:54 +010073
Willy Tarreaubafbe012017-11-24 17:34:44 +010074static struct pool_head *pool_head_email_alert = NULL;
75static struct pool_head *pool_head_tcpcheck_rule = NULL;
Christopher Faulet31dff9b2017-10-23 15:45:20 +020076
77
Simon Horman63a4a822012-03-19 07:24:41 +090078static const struct check_status check_statuses[HCHK_STATUS_SIZE] = {
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010079 [HCHK_STATUS_UNKNOWN] = { CHK_RES_UNKNOWN, "UNK", "Unknown" },
80 [HCHK_STATUS_INI] = { CHK_RES_UNKNOWN, "INI", "Initializing" },
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +020081 [HCHK_STATUS_START] = { /* SPECIAL STATUS*/ },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020082
Willy Tarreau23964182014-05-20 20:56:30 +020083 /* Below we have finished checks */
84 [HCHK_STATUS_CHECKED] = { CHK_RES_NEUTRAL, "CHECKED", "No status change" },
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010085 [HCHK_STATUS_HANA] = { CHK_RES_FAILED, "HANA", "Health analyze" },
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010086
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010087 [HCHK_STATUS_SOCKERR] = { CHK_RES_FAILED, "SOCKERR", "Socket error" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020088
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010089 [HCHK_STATUS_L4OK] = { CHK_RES_PASSED, "L4OK", "Layer4 check passed" },
90 [HCHK_STATUS_L4TOUT] = { CHK_RES_FAILED, "L4TOUT", "Layer4 timeout" },
91 [HCHK_STATUS_L4CON] = { CHK_RES_FAILED, "L4CON", "Layer4 connection problem" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020092
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010093 [HCHK_STATUS_L6OK] = { CHK_RES_PASSED, "L6OK", "Layer6 check passed" },
94 [HCHK_STATUS_L6TOUT] = { CHK_RES_FAILED, "L6TOUT", "Layer6 timeout" },
95 [HCHK_STATUS_L6RSP] = { CHK_RES_FAILED, "L6RSP", "Layer6 invalid response" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020096
Willy Tarreau6aaa1b82013-12-11 17:09:34 +010097 [HCHK_STATUS_L7TOUT] = { CHK_RES_FAILED, "L7TOUT", "Layer7 timeout" },
98 [HCHK_STATUS_L7RSP] = { CHK_RES_FAILED, "L7RSP", "Layer7 invalid response" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +020099
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200100 [HCHK_STATUS_L57DATA] = { /* DUMMY STATUS */ },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200101
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100102 [HCHK_STATUS_L7OKD] = { CHK_RES_PASSED, "L7OK", "Layer7 check passed" },
103 [HCHK_STATUS_L7OKCD] = { CHK_RES_CONDPASS, "L7OKC", "Layer7 check conditionally passed" },
104 [HCHK_STATUS_L7STS] = { CHK_RES_FAILED, "L7STS", "Layer7 wrong status" },
Simon Horman98637e52014-06-20 12:30:16 +0900105
106 [HCHK_STATUS_PROCERR] = { CHK_RES_FAILED, "PROCERR", "External check error" },
107 [HCHK_STATUS_PROCTOUT] = { CHK_RES_FAILED, "PROCTOUT", "External check timeout" },
Cyril Bonté77010d82014-08-07 01:55:37 +0200108 [HCHK_STATUS_PROCOK] = { CHK_RES_PASSED, "PROCOK", "External check passed" },
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200109};
110
Cyril Bontéac92a062014-12-27 22:28:38 +0100111const struct extcheck_env extcheck_envs[EXTCHK_SIZE] = {
112 [EXTCHK_PATH] = { "PATH", EXTCHK_SIZE_EVAL_INIT },
113 [EXTCHK_HAPROXY_PROXY_NAME] = { "HAPROXY_PROXY_NAME", EXTCHK_SIZE_EVAL_INIT },
114 [EXTCHK_HAPROXY_PROXY_ID] = { "HAPROXY_PROXY_ID", EXTCHK_SIZE_EVAL_INIT },
115 [EXTCHK_HAPROXY_PROXY_ADDR] = { "HAPROXY_PROXY_ADDR", EXTCHK_SIZE_EVAL_INIT },
116 [EXTCHK_HAPROXY_PROXY_PORT] = { "HAPROXY_PROXY_PORT", EXTCHK_SIZE_EVAL_INIT },
117 [EXTCHK_HAPROXY_SERVER_NAME] = { "HAPROXY_SERVER_NAME", EXTCHK_SIZE_EVAL_INIT },
118 [EXTCHK_HAPROXY_SERVER_ID] = { "HAPROXY_SERVER_ID", EXTCHK_SIZE_EVAL_INIT },
119 [EXTCHK_HAPROXY_SERVER_ADDR] = { "HAPROXY_SERVER_ADDR", EXTCHK_SIZE_EVAL_INIT },
120 [EXTCHK_HAPROXY_SERVER_PORT] = { "HAPROXY_SERVER_PORT", EXTCHK_SIZE_EVAL_INIT },
121 [EXTCHK_HAPROXY_SERVER_MAXCONN] = { "HAPROXY_SERVER_MAXCONN", EXTCHK_SIZE_EVAL_INIT },
122 [EXTCHK_HAPROXY_SERVER_CURCONN] = { "HAPROXY_SERVER_CURCONN", EXTCHK_SIZE_ULONG },
123};
124
Simon Horman63a4a822012-03-19 07:24:41 +0900125static const struct analyze_status analyze_statuses[HANA_STATUS_SIZE] = { /* 0: ignore, 1: error, 2: OK */
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100126 [HANA_STATUS_UNKNOWN] = { "Unknown", { 0, 0 }},
127
128 [HANA_STATUS_L4_OK] = { "L4 successful connection", { 2, 0 }},
129 [HANA_STATUS_L4_ERR] = { "L4 unsuccessful connection", { 1, 1 }},
130
131 [HANA_STATUS_HTTP_OK] = { "Correct http response", { 0, 2 }},
132 [HANA_STATUS_HTTP_STS] = { "Wrong http response", { 0, 1 }},
133 [HANA_STATUS_HTTP_HDRRSP] = { "Invalid http response (headers)", { 0, 1 }},
134 [HANA_STATUS_HTTP_RSP] = { "Invalid http response", { 0, 1 }},
135
136 [HANA_STATUS_HTTP_READ_ERROR] = { "Read error (http)", { 0, 1 }},
137 [HANA_STATUS_HTTP_READ_TIMEOUT] = { "Read timeout (http)", { 0, 1 }},
138 [HANA_STATUS_HTTP_BROKEN_PIPE] = { "Close from server (http)", { 0, 1 }},
139};
140
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200141/*
142 * Convert check_status code to description
143 */
144const char *get_check_status_description(short check_status) {
145
146 const char *desc;
147
148 if (check_status < HCHK_STATUS_SIZE)
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200149 desc = check_statuses[check_status].desc;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200150 else
151 desc = NULL;
152
153 if (desc && *desc)
154 return desc;
155 else
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200156 return check_statuses[HCHK_STATUS_UNKNOWN].desc;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200157}
158
159/*
160 * Convert check_status code to short info
161 */
162const char *get_check_status_info(short check_status) {
163
164 const char *info;
165
166 if (check_status < HCHK_STATUS_SIZE)
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200167 info = check_statuses[check_status].info;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200168 else
169 info = NULL;
170
171 if (info && *info)
172 return info;
173 else
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200174 return check_statuses[HCHK_STATUS_UNKNOWN].info;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200175}
176
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100177const char *get_analyze_status(short analyze_status) {
178
179 const char *desc;
180
181 if (analyze_status < HANA_STATUS_SIZE)
182 desc = analyze_statuses[analyze_status].desc;
183 else
184 desc = NULL;
185
186 if (desc && *desc)
187 return desc;
188 else
189 return analyze_statuses[HANA_STATUS_UNKNOWN].desc;
190}
191
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200192/*
Simon Horman4a741432013-02-23 15:35:38 +0900193 * Set check->status, update check->duration and fill check->result with
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200194 * an adequate CHK_RES_* value. The new check->health is computed based
195 * on the result.
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200196 *
197 * Show information in logs about failed health check if server is UP
198 * or succeeded health checks if server is DOWN.
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200199 */
Simon Horman4a741432013-02-23 15:35:38 +0900200static void set_server_check_status(struct check *check, short status, const char *desc)
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100201{
Simon Horman4a741432013-02-23 15:35:38 +0900202 struct server *s = check->server;
Willy Tarreaubef1b322014-05-13 21:01:39 +0200203 short prev_status = check->status;
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200204 int report = 0;
Simon Horman4a741432013-02-23 15:35:38 +0900205
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200206 if (status == HCHK_STATUS_START) {
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100207 check->result = CHK_RES_UNKNOWN; /* no result yet */
Simon Horman4a741432013-02-23 15:35:38 +0900208 check->desc[0] = '\0';
209 check->start = now;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200210 return;
211 }
212
Simon Horman4a741432013-02-23 15:35:38 +0900213 if (!check->status)
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200214 return;
215
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200216 if (desc && *desc) {
Simon Horman4a741432013-02-23 15:35:38 +0900217 strncpy(check->desc, desc, HCHK_DESC_LEN-1);
218 check->desc[HCHK_DESC_LEN-1] = '\0';
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200219 } else
Simon Horman4a741432013-02-23 15:35:38 +0900220 check->desc[0] = '\0';
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200221
Simon Horman4a741432013-02-23 15:35:38 +0900222 check->status = status;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200223 if (check_statuses[status].result)
Simon Horman4a741432013-02-23 15:35:38 +0900224 check->result = check_statuses[status].result;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200225
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100226 if (status == HCHK_STATUS_HANA)
Simon Horman4a741432013-02-23 15:35:38 +0900227 check->duration = -1;
228 else if (!tv_iszero(&check->start)) {
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200229 /* set_server_check_status() may be called more than once */
Simon Horman4a741432013-02-23 15:35:38 +0900230 check->duration = tv_ms_elapsed(&check->start, &now);
231 tv_zero(&check->start);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200232 }
233
Willy Tarreau23964182014-05-20 20:56:30 +0200234 /* no change is expected if no state change occurred */
235 if (check->result == CHK_RES_NEUTRAL)
236 return;
237
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200238 report = 0;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200239
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200240 switch (check->result) {
241 case CHK_RES_FAILED:
Willy Tarreau12634e12014-05-23 11:32:36 +0200242 /* Failure to connect to the agent as a secondary check should not
243 * cause the server to be marked down.
244 */
245 if ((!(check->state & CHK_ST_AGENT) ||
Simon Hormaneaabd522015-02-26 11:26:17 +0900246 (check->status >= HCHK_STATUS_L57DATA)) &&
Christopher Fauletb119a792018-05-02 12:12:45 +0200247 (check->health > 0)) {
Christopher Faulet29f77e82017-06-08 14:04:45 +0200248 HA_ATOMIC_ADD(&s->counters.failed_checks, 1);
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200249 report = 1;
250 check->health--;
251 if (check->health < check->rise)
252 check->health = 0;
253 }
254 break;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200255
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200256 case CHK_RES_PASSED:
257 case CHK_RES_CONDPASS: /* "condpass" cannot make the first step but it OK after a "passed" */
258 if ((check->health < check->rise + check->fall - 1) &&
259 (check->result == CHK_RES_PASSED || check->health > 0)) {
260 report = 1;
261 check->health++;
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200262
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200263 if (check->health >= check->rise)
264 check->health = check->rise + check->fall - 1; /* OK now */
265 }
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200266
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200267 /* clear consecutive_errors if observing is enabled */
268 if (s->onerror)
269 s->consecutive_errors = 0;
270 break;
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100271
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200272 default:
273 break;
274 }
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200275
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200276 if (s->proxy->options2 & PR_O2_LOGHCHKS &&
277 (status != prev_status || report)) {
278 chunk_printf(&trash,
Willy Tarreau12634e12014-05-23 11:32:36 +0200279 "%s check for %sserver %s/%s %s%s",
280 (check->state & CHK_ST_AGENT) ? "Agent" : "Health",
Willy Tarreauc93cd162014-05-13 15:54:22 +0200281 s->flags & SRV_F_BACKUP ? "backup " : "",
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100282 s->proxy->id, s->id,
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100283 (check->result == CHK_RES_CONDPASS) ? "conditionally ":"",
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200284 (check->result >= CHK_RES_PASSED) ? "succeeded" : "failed");
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200285
Emeric Brun5a133512017-10-19 14:42:30 +0200286 srv_append_status(&trash, s, check, -1, 0);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200287
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100288 chunk_appendf(&trash, ", status: %d/%d %s",
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200289 (check->health >= check->rise) ? check->health - check->rise + 1 : check->health,
290 (check->health >= check->rise) ? check->fall : check->rise,
291 (check->health >= check->rise) ? (s->uweight ? "UP" : "DRAIN") : "DOWN");
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200292
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200293 ha_warning("%s.\n", trash.area);
294 send_log(s->proxy, LOG_NOTICE, "%s.\n", trash.area);
295 send_email_alert(s, LOG_INFO, "%s", trash.area);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200296 }
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200297}
298
Willy Tarreau4eec5472014-05-20 22:32:27 +0200299/* Marks the check <check>'s server down if the current check is already failed
300 * and the server is not down yet nor in maintenance.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200301 */
Willy Tarreau4eec5472014-05-20 22:32:27 +0200302static void check_notify_failure(struct check *check)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200303{
Simon Horman4a741432013-02-23 15:35:38 +0900304 struct server *s = check->server;
Simon Hormane0d1bfb2011-06-21 14:34:58 +0900305
Willy Tarreau7b1d47c2014-05-20 14:55:13 +0200306 /* The agent secondary check should only cause a server to be marked
307 * as down if check->status is HCHK_STATUS_L7STS, which indicates
308 * that the agent returned "fail", "stopped" or "down".
309 * The implication here is that failure to connect to the agent
310 * as a secondary check should not cause the server to be marked
311 * down. */
312 if ((check->state & CHK_ST_AGENT) && check->status != HCHK_STATUS_L7STS)
313 return;
314
Willy Tarreau4eec5472014-05-20 22:32:27 +0200315 if (check->health > 0)
316 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100317
Willy Tarreau4eec5472014-05-20 22:32:27 +0200318 /* We only report a reason for the check if we did not do so previously */
Emeric Brun5a133512017-10-19 14:42:30 +0200319 srv_set_stopped(s, NULL, (!s->track && !(s->proxy->options2 & PR_O2_LOGHCHKS)) ? check : NULL);
Willy Tarreaubaaee002006-06-26 02:48:02 +0200320}
321
Willy Tarreauaf549582014-05-16 17:37:50 +0200322/* Marks the check <check> as valid and tries to set its server up, provided
Willy Tarreau3e048382014-05-21 10:30:54 +0200323 * it isn't in maintenance, it is not tracking a down server and other checks
324 * comply. The rule is simple : by default, a server is up, unless any of the
325 * following conditions is true :
326 * - health check failed (check->health < rise)
327 * - agent check failed (agent->health < rise)
328 * - the server tracks a down server (track && track->state == STOPPED)
329 * Note that if the server has a slowstart, it will switch to STARTING instead
330 * of RUNNING. Also, only the health checks support the nolb mode, so the
331 * agent's success may not take the server out of this mode.
Willy Tarreauaf549582014-05-16 17:37:50 +0200332 */
Willy Tarreau3e048382014-05-21 10:30:54 +0200333static void check_notify_success(struct check *check)
Willy Tarreauaf549582014-05-16 17:37:50 +0200334{
Simon Horman4a741432013-02-23 15:35:38 +0900335 struct server *s = check->server;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100336
Emeric Brun52a91d32017-08-31 14:41:55 +0200337 if (s->next_admin & SRV_ADMF_MAINT)
Willy Tarreauaf549582014-05-16 17:37:50 +0200338 return;
Cyril Bontécd19e512010-01-31 22:34:03 +0100339
Emeric Brun52a91d32017-08-31 14:41:55 +0200340 if (s->track && s->track->next_state == SRV_ST_STOPPED)
Willy Tarreauaf549582014-05-16 17:37:50 +0200341 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100342
Willy Tarreau3e048382014-05-21 10:30:54 +0200343 if ((s->check.state & CHK_ST_ENABLED) && (s->check.health < s->check.rise))
344 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100345
Willy Tarreau3e048382014-05-21 10:30:54 +0200346 if ((s->agent.state & CHK_ST_ENABLED) && (s->agent.health < s->agent.rise))
347 return;
Willy Tarreauaf549582014-05-16 17:37:50 +0200348
Emeric Brun52a91d32017-08-31 14:41:55 +0200349 if ((check->state & CHK_ST_AGENT) && s->next_state == SRV_ST_STOPPING)
Willy Tarreau3e048382014-05-21 10:30:54 +0200350 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100351
Emeric Brun5a133512017-10-19 14:42:30 +0200352 srv_set_running(s, NULL, (!s->track && !(s->proxy->options2 & PR_O2_LOGHCHKS)) ? check : NULL);
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100353}
354
Willy Tarreaudb58b792014-05-21 13:57:23 +0200355/* Marks the check <check> as valid and tries to set its server into stopping mode
356 * if it was running or starting, and provided it isn't in maintenance and other
357 * checks comply. The conditions for the server to be marked in stopping mode are
358 * the same as for it to be turned up. Also, only the health checks support the
359 * nolb mode.
Willy Tarreauaf549582014-05-16 17:37:50 +0200360 */
Willy Tarreaudb58b792014-05-21 13:57:23 +0200361static void check_notify_stopping(struct check *check)
Willy Tarreauaf549582014-05-16 17:37:50 +0200362{
Simon Horman4a741432013-02-23 15:35:38 +0900363 struct server *s = check->server;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100364
Emeric Brun52a91d32017-08-31 14:41:55 +0200365 if (s->next_admin & SRV_ADMF_MAINT)
Willy Tarreauaf549582014-05-16 17:37:50 +0200366 return;
367
Willy Tarreaudb58b792014-05-21 13:57:23 +0200368 if (check->state & CHK_ST_AGENT)
369 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100370
Emeric Brun52a91d32017-08-31 14:41:55 +0200371 if (s->track && s->track->next_state == SRV_ST_STOPPED)
Willy Tarreaudb58b792014-05-21 13:57:23 +0200372 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100373
Willy Tarreaudb58b792014-05-21 13:57:23 +0200374 if ((s->check.state & CHK_ST_ENABLED) && (s->check.health < s->check.rise))
375 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100376
Willy Tarreaudb58b792014-05-21 13:57:23 +0200377 if ((s->agent.state & CHK_ST_ENABLED) && (s->agent.health < s->agent.rise))
378 return;
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100379
Willy Tarreaub26881a2017-12-23 11:16:49 +0100380 srv_set_stopping(s, NULL, (!s->track && !(s->proxy->options2 & PR_O2_LOGHCHKS)) ? check : NULL);
Krzysztof Piotr Oledzkic8b16fc2008-02-18 01:26:35 +0100381}
Willy Tarreaubaaee002006-06-26 02:48:02 +0200382
Willy Tarreau9fe7aae2013-12-31 23:47:37 +0100383/* note: use health_adjust() only, which first checks that the observe mode is
384 * enabled.
385 */
386void __health_adjust(struct server *s, short status)
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100387{
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100388 int failed;
389 int expire;
390
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100391 if (s->observe >= HANA_OBS_SIZE)
392 return;
393
Willy Tarreaubb956662013-01-24 00:37:39 +0100394 if (status >= HANA_STATUS_SIZE || !analyze_statuses[status].desc)
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100395 return;
396
397 switch (analyze_statuses[status].lr[s->observe - 1]) {
398 case 1:
399 failed = 1;
400 break;
401
402 case 2:
403 failed = 0;
404 break;
405
406 default:
407 return;
408 }
409
410 if (!failed) {
411 /* good: clear consecutive_errors */
412 s->consecutive_errors = 0;
413 return;
414 }
415
Christopher Faulet29f77e82017-06-08 14:04:45 +0200416 HA_ATOMIC_ADD(&s->consecutive_errors, 1);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100417
418 if (s->consecutive_errors < s->consecutive_errors_limit)
419 return;
420
Willy Tarreau19d14ef2012-10-29 16:51:55 +0100421 chunk_printf(&trash, "Detected %d consecutive errors, last one was: %s",
422 s->consecutive_errors, get_analyze_status(status));
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100423
424 switch (s->onerror) {
425 case HANA_ONERR_FASTINTER:
426 /* force fastinter - nothing to do here as all modes force it */
427 break;
428
429 case HANA_ONERR_SUDDTH:
430 /* simulate a pre-fatal failed health check */
Simon Horman58c32972013-11-25 10:46:38 +0900431 if (s->check.health > s->check.rise)
432 s->check.health = s->check.rise + 1;
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100433
434 /* no break - fall through */
435
436 case HANA_ONERR_FAILCHK:
437 /* simulate a failed health check */
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200438 set_server_check_status(&s->check, HCHK_STATUS_HANA,
439 trash.area);
Willy Tarreau4eec5472014-05-20 22:32:27 +0200440 check_notify_failure(&s->check);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100441 break;
442
443 case HANA_ONERR_MARKDWN:
444 /* mark server down */
Simon Horman58c32972013-11-25 10:46:38 +0900445 s->check.health = s->check.rise;
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200446 set_server_check_status(&s->check, HCHK_STATUS_HANA,
447 trash.area);
Willy Tarreau4eec5472014-05-20 22:32:27 +0200448 check_notify_failure(&s->check);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100449 break;
450
451 default:
452 /* write a warning? */
453 break;
454 }
455
456 s->consecutive_errors = 0;
Christopher Faulet29f77e82017-06-08 14:04:45 +0200457 HA_ATOMIC_ADD(&s->counters.failed_hana, 1);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100458
Simon Horman66183002013-02-23 10:16:43 +0900459 if (s->check.fastinter) {
460 expire = tick_add(now_ms, MS_TO_TICKS(s->check.fastinter));
Sergiy Prykhodko1d57e502013-09-21 12:05:00 +0300461 if (s->check.task->expire > expire) {
Willy Tarreau5b3a2022012-09-28 15:01:02 +0200462 s->check.task->expire = expire;
Sergiy Prykhodko1d57e502013-09-21 12:05:00 +0300463 /* requeue check task with new expire */
464 task_queue(s->check.task);
465 }
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100466 }
467}
468
Willy Tarreaua1dab552014-04-14 15:04:54 +0200469static int httpchk_build_status_header(struct server *s, char *buffer, int size)
Willy Tarreauef781042010-01-27 11:53:01 +0100470{
471 int sv_state;
472 int ratio;
473 int hlen = 0;
Joseph Lynch514061c2015-01-15 17:52:59 -0800474 char addr[46];
475 char port[6];
Willy Tarreauef781042010-01-27 11:53:01 +0100476 const char *srv_hlt_st[7] = { "DOWN", "DOWN %d/%d",
477 "UP %d/%d", "UP",
478 "NOLB %d/%d", "NOLB",
479 "no check" };
480
481 memcpy(buffer + hlen, "X-Haproxy-Server-State: ", 24);
482 hlen += 24;
483
Willy Tarreauff5ae352013-12-11 20:36:34 +0100484 if (!(s->check.state & CHK_ST_ENABLED))
485 sv_state = 6;
Emeric Brun52a91d32017-08-31 14:41:55 +0200486 else if (s->cur_state != SRV_ST_STOPPED) {
Simon Horman58c32972013-11-25 10:46:38 +0900487 if (s->check.health == s->check.rise + s->check.fall - 1)
Willy Tarreauef781042010-01-27 11:53:01 +0100488 sv_state = 3; /* UP */
489 else
490 sv_state = 2; /* going down */
491
Emeric Brun52a91d32017-08-31 14:41:55 +0200492 if (s->cur_state == SRV_ST_STOPPING)
Willy Tarreauef781042010-01-27 11:53:01 +0100493 sv_state += 2;
494 } else {
Simon Horman125d0992013-02-24 17:23:38 +0900495 if (s->check.health)
Willy Tarreauef781042010-01-27 11:53:01 +0100496 sv_state = 1; /* going up */
497 else
498 sv_state = 0; /* DOWN */
499 }
500
Willy Tarreaua1dab552014-04-14 15:04:54 +0200501 hlen += snprintf(buffer + hlen, size - hlen,
Willy Tarreauef781042010-01-27 11:53:01 +0100502 srv_hlt_st[sv_state],
Emeric Brun52a91d32017-08-31 14:41:55 +0200503 (s->cur_state != SRV_ST_STOPPED) ? (s->check.health - s->check.rise + 1) : (s->check.health),
504 (s->cur_state != SRV_ST_STOPPED) ? (s->check.fall) : (s->check.rise));
Willy Tarreauef781042010-01-27 11:53:01 +0100505
Joseph Lynch514061c2015-01-15 17:52:59 -0800506 addr_to_str(&s->addr, addr, sizeof(addr));
Willy Tarreau04276f32017-01-06 17:41:29 +0100507 if (s->addr.ss_family == AF_INET || s->addr.ss_family == AF_INET6)
508 snprintf(port, sizeof(port), "%u", s->svc_port);
509 else
510 *port = 0;
Joseph Lynch514061c2015-01-15 17:52:59 -0800511
512 hlen += snprintf(buffer + hlen, size - hlen, "; address=%s; port=%s; name=%s/%s; node=%s; weight=%d/%d; scur=%d/%d; qcur=%d",
513 addr, port, s->proxy->id, s->id,
Willy Tarreauef781042010-01-27 11:53:01 +0100514 global.node,
Emeric Brun52a91d32017-08-31 14:41:55 +0200515 (s->cur_eweight * s->proxy->lbprm.wmult + s->proxy->lbprm.wdiv - 1) / s->proxy->lbprm.wdiv,
Willy Tarreauef781042010-01-27 11:53:01 +0100516 (s->proxy->lbprm.tot_weight * s->proxy->lbprm.wmult + s->proxy->lbprm.wdiv - 1) / s->proxy->lbprm.wdiv,
517 s->cur_sess, s->proxy->beconn - s->proxy->nbpend,
518 s->nbpend);
519
Emeric Brun52a91d32017-08-31 14:41:55 +0200520 if ((s->cur_state == SRV_ST_STARTING) &&
Willy Tarreauef781042010-01-27 11:53:01 +0100521 now.tv_sec < s->last_change + s->slowstart &&
522 now.tv_sec >= s->last_change) {
523 ratio = MAX(1, 100 * (now.tv_sec - s->last_change) / s->slowstart);
Willy Tarreaua1dab552014-04-14 15:04:54 +0200524 hlen += snprintf(buffer + hlen, size - hlen, "; throttle=%d%%", ratio);
Willy Tarreauef781042010-01-27 11:53:01 +0100525 }
526
527 buffer[hlen++] = '\r';
528 buffer[hlen++] = '\n';
529
530 return hlen;
531}
532
Willy Tarreau20a18342013-12-05 00:31:46 +0100533/* Check the connection. If an error has already been reported or the socket is
534 * closed, keep errno intact as it is supposed to contain the valid error code.
535 * If no error is reported, check the socket's error queue using getsockopt().
536 * Warning, this must be done only once when returning from poll, and never
537 * after an I/O error was attempted, otherwise the error queue might contain
538 * inconsistent errors. If an error is detected, the CO_FL_ERROR is set on the
539 * socket. Returns non-zero if an error was reported, zero if everything is
540 * clean (including a properly closed socket).
541 */
542static int retrieve_errno_from_socket(struct connection *conn)
543{
544 int skerr;
545 socklen_t lskerr = sizeof(skerr);
546
547 if (conn->flags & CO_FL_ERROR && ((errno && errno != EAGAIN) || !conn->ctrl))
548 return 1;
549
Willy Tarreau3c728722014-01-23 13:50:42 +0100550 if (!conn_ctrl_ready(conn))
Willy Tarreau20a18342013-12-05 00:31:46 +0100551 return 0;
552
Willy Tarreau585744b2017-08-24 14:31:19 +0200553 if (getsockopt(conn->handle.fd, SOL_SOCKET, SO_ERROR, &skerr, &lskerr) == 0)
Willy Tarreau20a18342013-12-05 00:31:46 +0100554 errno = skerr;
555
556 if (errno == EAGAIN)
557 errno = 0;
558
559 if (!errno) {
560 /* we could not retrieve an error, that does not mean there is
561 * none. Just don't change anything and only report the prior
562 * error if any.
563 */
564 if (conn->flags & CO_FL_ERROR)
565 return 1;
566 else
567 return 0;
568 }
569
570 conn->flags |= CO_FL_ERROR | CO_FL_SOCK_WR_SH | CO_FL_SOCK_RD_SH;
571 return 1;
572}
573
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100574/* Try to collect as much information as possible on the connection status,
575 * and adjust the server status accordingly. It may make use of <errno_bck>
576 * if non-null when the caller is absolutely certain of its validity (eg:
577 * checked just after a syscall). If the caller doesn't have a valid errno,
578 * it can pass zero, and retrieve_errno_from_socket() will be called to try
579 * to extract errno from the socket. If no error is reported, it will consider
580 * the <expired> flag. This is intended to be used when a connection error was
581 * reported in conn->flags or when a timeout was reported in <expired>. The
582 * function takes care of not updating a server status which was already set.
583 * All situations where at least one of <expired> or CO_FL_ERROR are set
584 * produce a status.
585 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200586static void chk_report_conn_err(struct check *check, int errno_bck, int expired)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100587{
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200588 struct conn_stream *cs = check->cs;
589 struct connection *conn = cs_conn(cs);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100590 const char *err_msg;
Willy Tarreau83061a82018-07-13 11:56:34 +0200591 struct buffer *chk;
Willy Tarreau213c6782014-10-02 14:51:02 +0200592 int step;
Baptiste Assmann22b09d22015-05-01 08:03:04 +0200593 char *comment;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100594
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100595 if (check->result != CHK_RES_UNKNOWN)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100596 return;
597
598 errno = errno_bck;
Willy Tarreau00149122017-10-04 18:05:01 +0200599 if (conn && (!errno || errno == EAGAIN))
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100600 retrieve_errno_from_socket(conn);
601
Willy Tarreau4ff3b892017-10-16 15:17:17 +0200602 if (conn && !(conn->flags & CO_FL_ERROR) &&
603 !(cs->flags & CS_FL_ERROR) && !expired)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100604 return;
605
606 /* we'll try to build a meaningful error message depending on the
607 * context of the error possibly present in conn->err_code, and the
608 * socket error possibly collected above. This is useful to know the
609 * exact step of the L6 layer (eg: SSL handshake).
610 */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200611 chk = get_trash_chunk();
612
613 if (check->type == PR_O2_TCPCHK_CHK) {
Simon Hormane16c1b32015-01-30 11:22:57 +0900614 step = tcpcheck_get_step_id(check);
Willy Tarreau213c6782014-10-02 14:51:02 +0200615 if (!step)
616 chunk_printf(chk, " at initial connection step of tcp-check");
617 else {
618 chunk_printf(chk, " at step %d of tcp-check", step);
619 /* we were looking for a string */
620 if (check->last_started_step && check->last_started_step->action == TCPCHK_ACT_CONNECT) {
621 if (check->last_started_step->port)
622 chunk_appendf(chk, " (connect port %d)" ,check->last_started_step->port);
623 else
624 chunk_appendf(chk, " (connect)");
625 }
626 else if (check->last_started_step && check->last_started_step->action == TCPCHK_ACT_EXPECT) {
627 if (check->last_started_step->string)
Baptiste Assmann96a5c9b2015-05-01 08:09:29 +0200628 chunk_appendf(chk, " (expect string '%s')", check->last_started_step->string);
Willy Tarreau213c6782014-10-02 14:51:02 +0200629 else if (check->last_started_step->expect_regex)
630 chunk_appendf(chk, " (expect regex)");
631 }
632 else if (check->last_started_step && check->last_started_step->action == TCPCHK_ACT_SEND) {
633 chunk_appendf(chk, " (send)");
634 }
Baptiste Assmann22b09d22015-05-01 08:03:04 +0200635
636 comment = tcpcheck_get_step_comment(check, step);
637 if (comment)
638 chunk_appendf(chk, " comment: '%s'", comment);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200639 }
640 }
641
Willy Tarreau00149122017-10-04 18:05:01 +0200642 if (conn && conn->err_code) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100643 if (errno && errno != EAGAIN)
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200644 chunk_printf(&trash, "%s (%s)%s", conn_err_code_str(conn), strerror(errno),
645 chk->area);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100646 else
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200647 chunk_printf(&trash, "%s%s", conn_err_code_str(conn),
648 chk->area);
649 err_msg = trash.area;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100650 }
651 else {
652 if (errno && errno != EAGAIN) {
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200653 chunk_printf(&trash, "%s%s", strerror(errno),
654 chk->area);
655 err_msg = trash.area;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100656 }
657 else {
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200658 err_msg = chk->area;
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100659 }
660 }
661
Willy Tarreau00149122017-10-04 18:05:01 +0200662 if (check->state & CHK_ST_PORT_MISS) {
Baptiste Assmann95db2bc2016-06-13 14:15:41 +0200663 /* NOTE: this is reported after <fall> tries */
664 chunk_printf(chk, "No port available for the TCP connection");
665 set_server_check_status(check, HCHK_STATUS_SOCKERR, err_msg);
666 }
667
Willy Tarreau00149122017-10-04 18:05:01 +0200668 if (!conn) {
669 /* connection allocation error before the connection was established */
670 set_server_check_status(check, HCHK_STATUS_SOCKERR, err_msg);
671 }
672 else if ((conn->flags & (CO_FL_CONNECTED|CO_FL_WAIT_L4_CONN)) == CO_FL_WAIT_L4_CONN) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100673 /* L4 not established (yet) */
Willy Tarreau4ff3b892017-10-16 15:17:17 +0200674 if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100675 set_server_check_status(check, HCHK_STATUS_L4CON, err_msg);
676 else if (expired)
677 set_server_check_status(check, HCHK_STATUS_L4TOUT, err_msg);
Baptiste Assmanna68ca962015-04-14 01:15:08 +0200678
679 /*
680 * might be due to a server IP change.
681 * Let's trigger a DNS resolution if none are currently running.
682 */
Christopher Faulet67957bd2017-09-27 11:00:59 +0200683 dns_trigger_resolution(check->server->dns_requester);
Baptiste Assmanna68ca962015-04-14 01:15:08 +0200684
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100685 }
686 else if ((conn->flags & (CO_FL_CONNECTED|CO_FL_WAIT_L6_CONN)) == CO_FL_WAIT_L6_CONN) {
687 /* L6 not established (yet) */
Willy Tarreau4ff3b892017-10-16 15:17:17 +0200688 if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR)
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100689 set_server_check_status(check, HCHK_STATUS_L6RSP, err_msg);
690 else if (expired)
691 set_server_check_status(check, HCHK_STATUS_L6TOUT, err_msg);
692 }
Willy Tarreau4ff3b892017-10-16 15:17:17 +0200693 else if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100694 /* I/O error after connection was established and before we could diagnose */
695 set_server_check_status(check, HCHK_STATUS_SOCKERR, err_msg);
696 }
697 else if (expired) {
698 /* connection established but expired check */
699 if (check->type == PR_O2_SSL3_CHK)
700 set_server_check_status(check, HCHK_STATUS_L6TOUT, err_msg);
701 else /* HTTP, SMTP, ... */
702 set_server_check_status(check, HCHK_STATUS_L7TOUT, err_msg);
703 }
704
705 return;
706}
707
Olivier Houchard5c110b92018-08-14 17:04:58 +0200708/* This function checks if any I/O is wanted, and if so, attempts to do so */
709static struct task *event_srv_chk_io(struct task *t, void *ctx, unsigned short state)
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200710{
711 struct conn_stream *cs = ctx;
Olivier Houchard5c110b92018-08-14 17:04:58 +0200712 struct check *check = cs->data;
713 if (!(cs->wait_list.wait_reason & SUB_CAN_SEND)) {
714 HA_SPIN_LOCK(SERVER_LOCK, &check->server->lock);
715 __event_srv_chk_w(cs);
716 HA_SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
717 }
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200718 return NULL;
719}
720
721/* same as above but protected by the server lock.
Willy Tarreau62ac84f2017-11-05 10:11:13 +0100722 *
723 * Please do NOT place any return statement in this function and only leave
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200724 * via the out label. NOTE THAT THIS FUNCTION DOESN'T LOCK, YOU PROBABLY WANT
725 * TO USE event_srv_chk_w() instead.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200726 */
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200727static void __event_srv_chk_w(struct conn_stream *cs)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200728{
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200729 struct connection *conn = cs->conn;
730 struct check *check = cs->data;
Simon Horman4a741432013-02-23 15:35:38 +0900731 struct server *s = check->server;
Simon Horman4a741432013-02-23 15:35:38 +0900732 struct task *t = check->task;
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200733
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100734 if (unlikely(check->result == CHK_RES_FAILED))
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100735 goto out_wakeup;
736
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200737 if (conn->flags & CO_FL_HANDSHAKE) {
Olivier Houchard5c110b92018-08-14 17:04:58 +0200738 cs->conn->mux->subscribe(cs, SUB_CAN_SEND, &cs->wait_list);
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200739 goto out;
740 }
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100741
Willy Tarreau20a18342013-12-05 00:31:46 +0100742 if (retrieve_errno_from_socket(conn)) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200743 chk_report_conn_err(check, errno, 0);
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200744 __cs_stop_both(cs);
Willy Tarreau20a18342013-12-05 00:31:46 +0100745 goto out_wakeup;
746 }
Krzysztof Piotr Oledzki6492db52010-01-02 22:03:01 +0100747
Willy Tarreaubbae3f02017-08-30 09:59:52 +0200748 if (conn->flags & CO_FL_SOCK_WR_SH) {
Willy Tarreau20a18342013-12-05 00:31:46 +0100749 /* if the output is closed, we can't do anything */
750 conn->flags |= CO_FL_ERROR;
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200751 chk_report_conn_err(check, 0, 0);
Willy Tarreau20a18342013-12-05 00:31:46 +0100752 goto out_wakeup;
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200753 }
Willy Tarreau6996e152007-04-30 14:37:43 +0200754
Willy Tarreau06559ac2013-12-05 01:53:08 +0100755 /* here, we know that the connection is established. That's enough for
756 * a pure TCP check.
757 */
758 if (!check->type)
759 goto out_wakeup;
760
Willy Tarreauc09572f2017-10-04 11:58:22 +0200761 /* wake() will take care of calling tcpcheck_main() */
Willy Tarreau62ac84f2017-11-05 10:11:13 +0100762 if (check->type == PR_O2_TCPCHK_CHK)
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200763 goto out;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200764
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200765 if (b_data(&check->bo)) {
Olivier Houcharded0f2072018-08-16 15:41:52 +0200766 cs->conn->mux->snd_buf(cs, &check->bo, b_data(&check->bo), 0);
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200767 b_realign_if_empty(&check->bo);
Willy Tarreau4ff3b892017-10-16 15:17:17 +0200768 if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200769 chk_report_conn_err(check, errno, 0);
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200770 __cs_stop_both(cs);
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100771 goto out_wakeup;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200772 }
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200773 if (b_data(&check->bo)) {
Olivier Houchard5c110b92018-08-14 17:04:58 +0200774 conn->mux->subscribe(cs, SUB_CAN_SEND, &cs->wait_list);
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200775 goto out;
776 }
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100777 }
Willy Tarreau6996e152007-04-30 14:37:43 +0200778
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100779 /* full request sent, we allow up to <timeout.check> if nonzero for a response */
780 if (s->proxy->timeout.check) {
781 t->expire = tick_add_ifset(now_ms, s->proxy->timeout.check);
782 task_queue(t);
Willy Tarreaubaaee002006-06-26 02:48:02 +0200783 }
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100784 goto out_nowake;
785
Willy Tarreau83749182007-04-15 20:56:27 +0200786 out_wakeup:
Willy Tarreaufdccded2008-08-29 18:19:04 +0200787 task_wakeup(t, TASK_WOKEN_IO);
Willy Tarreau83749182007-04-15 20:56:27 +0200788 out_nowake:
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200789 __cs_stop_send(cs); /* nothing more to write */
Olivier Houchard910b2bc2018-07-17 18:49:38 +0200790 out:
791 return;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200792}
793
Willy Tarreaubaaee002006-06-26 02:48:02 +0200794/*
Willy Tarreauf3c69202006-07-09 16:42:34 +0200795 * This function is used only for server health-checks. It handles the server's
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +0200796 * reply to an HTTP request, SSL HELLO or MySQL client Auth. It calls
Simon Horman4a741432013-02-23 15:35:38 +0900797 * set_server_check_status() to update check->status, check->duration
798 * and check->result.
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200799
800 * The set_server_check_status function is called with HCHK_STATUS_L7OKD if
801 * an HTTP server replies HTTP 2xx or 3xx (valid responses), if an SMTP server
802 * returns 2xx, HCHK_STATUS_L6OK if an SSL server returns at least 5 bytes in
803 * response to an SSL HELLO (the principle is that this is enough to
804 * distinguish between an SSL server and a pure TCP relay). All other cases will
805 * call it with a proper error status like HCHK_STATUS_L7STS, HCHK_STATUS_L6RSP,
806 * etc.
Willy Tarreau62ac84f2017-11-05 10:11:13 +0100807 *
808 * Please do NOT place any return statement in this function and only leave
809 * via the out_unlock label.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200810 */
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200811static void event_srv_chk_r(struct conn_stream *cs)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200812{
Olivier Houchard9aaf7782017-09-13 18:30:23 +0200813 struct connection *conn = cs->conn;
814 struct check *check = cs->data;
Simon Horman4a741432013-02-23 15:35:38 +0900815 struct server *s = check->server;
816 struct task *t = check->task;
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200817 char *desc;
Willy Tarreau03938182010-03-17 21:52:07 +0100818 int done;
Gabor Lekenyb4c81e42010-09-29 18:17:05 +0200819 unsigned short msglen;
Willy Tarreau83749182007-04-15 20:56:27 +0200820
Christopher Faulet2a944ee2017-11-07 10:42:54 +0100821 HA_SPIN_LOCK(SERVER_LOCK, &check->server->lock);
Emeric Brun9f0b4582017-10-23 14:39:51 +0200822
Willy Tarreau6aaa1b82013-12-11 17:09:34 +0100823 if (unlikely(check->result == CHK_RES_FAILED))
Willy Tarreau83749182007-04-15 20:56:27 +0200824 goto out_wakeup;
Willy Tarreau83749182007-04-15 20:56:27 +0200825
Willy Tarreau62ac84f2017-11-05 10:11:13 +0100826 if (conn->flags & CO_FL_HANDSHAKE)
827 goto out_unlock;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +0200828
Willy Tarreauc09572f2017-10-04 11:58:22 +0200829 /* wake() will take care of calling tcpcheck_main() */
Willy Tarreau62ac84f2017-11-05 10:11:13 +0100830 if (check->type == PR_O2_TCPCHK_CHK)
831 goto out_unlock;
Willy Tarreaufb56aab2012-09-28 14:40:02 +0200832
Willy Tarreau83749182007-04-15 20:56:27 +0200833 /* Warning! Linux returns EAGAIN on SO_ERROR if data are still available
834 * but the connection was closed on the remote end. Fortunately, recv still
835 * works correctly and we don't need to do the getsockopt() on linux.
836 */
Nick Chalk57b1bf72010-03-16 15:50:46 +0000837
838 /* Set buffer to point to the end of the data already read, and check
839 * that there is free space remaining. If the buffer is full, proceed
840 * with running the checks without attempting another socket read.
841 */
Nick Chalk57b1bf72010-03-16 15:50:46 +0000842
Willy Tarreau03938182010-03-17 21:52:07 +0100843 done = 0;
Nick Chalk57b1bf72010-03-16 15:50:46 +0000844
Olivier Houchard511efea2018-08-16 15:30:32 +0200845 cs->conn->mux->rcv_buf(cs, &check->bi, b_size(&check->bi), 0);
Willy Tarreau4ff3b892017-10-16 15:17:17 +0200846 if (conn->flags & (CO_FL_ERROR | CO_FL_SOCK_RD_SH) || cs->flags & CS_FL_ERROR) {
Willy Tarreau03938182010-03-17 21:52:07 +0100847 done = 1;
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200848 if ((conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR) && !b_data(&check->bi)) {
Willy Tarreauf1503172012-09-28 19:39:36 +0200849 /* Report network errors only if we got no other data. Otherwise
850 * we'll let the upper layers decide whether the response is OK
851 * or not. It is very common that an RST sent by the server is
852 * reported as an error just after the last data chunk.
853 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +0200854 chk_report_conn_err(check, errno, 0);
Willy Tarreauc1a07962010-03-16 20:55:43 +0100855 goto out_wakeup;
856 }
Willy Tarreaubaaee002006-06-26 02:48:02 +0200857 }
858
Willy Tarreau25e2ab52013-12-04 11:17:05 +0100859
Willy Tarreau03938182010-03-17 21:52:07 +0100860 /* Intermediate or complete response received.
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200861 * Terminate string in b_head(&check->bi) buffer.
Willy Tarreau03938182010-03-17 21:52:07 +0100862 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200863 if (b_data(&check->bi) < b_size(&check->bi))
864 b_head(&check->bi)[b_data(&check->bi)] = '\0';
Willy Tarreau03938182010-03-17 21:52:07 +0100865 else {
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200866 b_head(&check->bi)[b_data(&check->bi) - 1] = '\0';
Willy Tarreau03938182010-03-17 21:52:07 +0100867 done = 1; /* buffer full, don't wait for more data */
868 }
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200869
Nick Chalk57b1bf72010-03-16 15:50:46 +0000870 /* Run the checks... */
Simon Horman4a741432013-02-23 15:35:38 +0900871 switch (check->type) {
Willy Tarreau1620ec32011-08-06 17:05:02 +0200872 case PR_O2_HTTP_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200873 if (!done && b_data(&check->bi) < strlen("HTTP/1.0 000\r"))
Willy Tarreau03938182010-03-17 21:52:07 +0100874 goto wait_more_data;
875
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100876 /* Check if the server speaks HTTP 1.X */
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200877 if ((b_data(&check->bi) < strlen("HTTP/1.0 000\r")) ||
878 (memcmp(b_head(&check->bi), "HTTP/1.", 7) != 0 ||
879 (*(b_head(&check->bi) + 12) != ' ' && *(b_head(&check->bi) + 12) != '\r')) ||
880 !isdigit((unsigned char) *(b_head(&check->bi) + 9)) || !isdigit((unsigned char) *(b_head(&check->bi) + 10)) ||
881 !isdigit((unsigned char) *(b_head(&check->bi) + 11))) {
882 cut_crlf(b_head(&check->bi));
883 set_server_check_status(check, HCHK_STATUS_L7RSP, b_head(&check->bi));
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200884
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100885 goto out_wakeup;
886 }
887
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200888 check->code = str2uic(b_head(&check->bi) + 9);
889 desc = ltrim(b_head(&check->bi) + 12, ' ');
Christopher Fauletc2a89a62017-10-23 15:54:24 +0200890
Willy Tarreaubd741542010-03-16 18:46:54 +0100891 if ((s->proxy->options & PR_O_DISABLE404) &&
Emeric Brun52a91d32017-08-31 14:41:55 +0200892 (s->next_state != SRV_ST_STOPPED) && (check->code == 404)) {
Nick Chalk57b1bf72010-03-16 15:50:46 +0000893 /* 404 may be accepted as "stopping" only if the server was up */
894 cut_crlf(desc);
Simon Horman4a741432013-02-23 15:35:38 +0900895 set_server_check_status(check, HCHK_STATUS_L7OKCD, desc);
Nick Chalk57b1bf72010-03-16 15:50:46 +0000896 }
Willy Tarreaubd741542010-03-16 18:46:54 +0100897 else if (s->proxy->options2 & PR_O2_EXP_TYPE) {
898 /* Run content verification check... We know we have at least 13 chars */
899 if (!httpchk_expect(s, done))
900 goto wait_more_data;
901 }
902 /* check the reply : HTTP/1.X 2xx and 3xx are OK */
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200903 else if (*(b_head(&check->bi) + 9) == '2' || *(b_head(&check->bi) + 9) == '3') {
Willy Tarreaubd741542010-03-16 18:46:54 +0100904 cut_crlf(desc);
Simon Horman4a741432013-02-23 15:35:38 +0900905 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Willy Tarreaubd741542010-03-16 18:46:54 +0100906 }
Nick Chalk57b1bf72010-03-16 15:50:46 +0000907 else {
908 cut_crlf(desc);
Simon Horman4a741432013-02-23 15:35:38 +0900909 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Nick Chalk57b1bf72010-03-16 15:50:46 +0000910 }
Willy Tarreau1620ec32011-08-06 17:05:02 +0200911 break;
912
913 case PR_O2_SSL3_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200914 if (!done && b_data(&check->bi) < 5)
Willy Tarreau03938182010-03-17 21:52:07 +0100915 goto wait_more_data;
916
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100917 /* Check for SSLv3 alert or handshake */
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200918 if ((b_data(&check->bi) >= 5) && (*b_head(&check->bi) == 0x15 || *b_head(&check->bi) == 0x16))
Simon Horman4a741432013-02-23 15:35:38 +0900919 set_server_check_status(check, HCHK_STATUS_L6OK, NULL);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200920 else
Simon Horman4a741432013-02-23 15:35:38 +0900921 set_server_check_status(check, HCHK_STATUS_L6RSP, NULL);
Willy Tarreau1620ec32011-08-06 17:05:02 +0200922 break;
923
924 case PR_O2_SMTP_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200925 if (!done && b_data(&check->bi) < strlen("000\r"))
Willy Tarreau03938182010-03-17 21:52:07 +0100926 goto wait_more_data;
927
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200928 /* Check if the server speaks SMTP */
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200929 if ((b_data(&check->bi) < strlen("000\r")) ||
930 (*(b_head(&check->bi) + 3) != ' ' && *(b_head(&check->bi) + 3) != '\r') ||
931 !isdigit((unsigned char) *b_head(&check->bi)) || !isdigit((unsigned char) *(b_head(&check->bi) + 1)) ||
932 !isdigit((unsigned char) *(b_head(&check->bi) + 2))) {
933 cut_crlf(b_head(&check->bi));
934 set_server_check_status(check, HCHK_STATUS_L7RSP, b_head(&check->bi));
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200935 goto out_wakeup;
936 }
937
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200938 check->code = str2uic(b_head(&check->bi));
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +0200939
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200940 desc = ltrim(b_head(&check->bi) + 3, ' ');
Krzysztof Piotr Oledzkif7089f52009-10-10 21:06:49 +0200941 cut_crlf(desc);
942
Willy Tarreauc7dd71a2007-11-30 08:33:21 +0100943 /* Check for SMTP code 2xx (should be 250) */
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200944 if (*b_head(&check->bi) == '2')
Simon Horman4a741432013-02-23 15:35:38 +0900945 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Krzysztof Piotr Oledzki213014e2009-09-27 15:50:02 +0200946 else
Simon Horman4a741432013-02-23 15:35:38 +0900947 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Willy Tarreau1620ec32011-08-06 17:05:02 +0200948 break;
949
Simon Hormana2b9dad2013-02-12 10:45:54 +0900950 case PR_O2_LB_AGENT_CHK: {
Willy Tarreau81f5d942013-12-09 20:51:51 +0100951 int status = HCHK_STATUS_CHECKED;
952 const char *hs = NULL; /* health status */
953 const char *as = NULL; /* admin status */
954 const char *ps = NULL; /* performance status */
Nenad Merdanovic174dd372016-04-24 23:10:06 +0200955 const char *cs = NULL; /* maxconn */
Willy Tarreau81f5d942013-12-09 20:51:51 +0100956 const char *err = NULL; /* first error to report */
957 const char *wrn = NULL; /* first warning to report */
958 char *cmd, *p;
Simon Hormana2b9dad2013-02-12 10:45:54 +0900959
Willy Tarreau81f5d942013-12-09 20:51:51 +0100960 /* We're getting an agent check response. The agent could
961 * have been disabled in the mean time with a long check
962 * still pending. It is important that we ignore the whole
963 * response.
964 */
965 if (!(check->server->agent.state & CHK_ST_ENABLED))
966 break;
967
968 /* The agent supports strings made of a single line ended by the
969 * first CR ('\r') or LF ('\n'). This line is composed of words
970 * delimited by spaces (' '), tabs ('\t'), or commas (','). The
971 * line may optionally contained a description of a state change
972 * after a sharp ('#'), which is only considered if a health state
973 * is announced.
974 *
975 * Words may be composed of :
976 * - a numeric weight suffixed by the percent character ('%').
977 * - a health status among "up", "down", "stopped", and "fail".
978 * - an admin status among "ready", "drain", "maint".
979 *
980 * These words may appear in any order. If multiple words of the
981 * same category appear, the last one wins.
982 */
983
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200984 p = b_head(&check->bi);
Willy Tarreau9809b782013-12-11 21:40:11 +0100985 while (*p && *p != '\n' && *p != '\r')
986 p++;
987
988 if (!*p) {
989 if (!done)
990 goto wait_more_data;
Simon Hormana2b9dad2013-02-12 10:45:54 +0900991
Willy Tarreau9809b782013-12-11 21:40:11 +0100992 /* at least inform the admin that the agent is mis-behaving */
993 set_server_check_status(check, check->status, "Ignoring incomplete line from agent");
994 break;
995 }
Willy Tarreau81f5d942013-12-09 20:51:51 +0100996
Willy Tarreau9809b782013-12-11 21:40:11 +0100997 *p = 0;
Willy Tarreauc9fa0482018-07-10 17:43:27 +0200998 cmd = b_head(&check->bi);
Simon Hormana2b9dad2013-02-12 10:45:54 +0900999
Willy Tarreau81f5d942013-12-09 20:51:51 +01001000 while (*cmd) {
1001 /* look for next word */
1002 if (*cmd == ' ' || *cmd == '\t' || *cmd == ',') {
1003 cmd++;
1004 continue;
1005 }
Simon Horman671b6f02013-11-25 10:46:39 +09001006
Willy Tarreau81f5d942013-12-09 20:51:51 +01001007 if (*cmd == '#') {
1008 /* this is the beginning of a health status description,
1009 * skip the sharp and blanks.
1010 */
1011 cmd++;
1012 while (*cmd == '\t' || *cmd == ' ')
1013 cmd++;
Simon Horman671b6f02013-11-25 10:46:39 +09001014 break;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001015 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001016
1017 /* find the end of the word so that we have a null-terminated
1018 * word between <cmd> and <p>.
1019 */
1020 p = cmd + 1;
1021 while (*p && *p != '\t' && *p != ' ' && *p != '\n' && *p != ',')
1022 p++;
1023 if (*p)
1024 *p++ = 0;
1025
1026 /* first, health statuses */
1027 if (strcasecmp(cmd, "up") == 0) {
1028 check->health = check->rise + check->fall - 1;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001029 status = HCHK_STATUS_L7OKD;
Willy Tarreau81f5d942013-12-09 20:51:51 +01001030 hs = cmd;
1031 }
1032 else if (strcasecmp(cmd, "down") == 0) {
1033 check->health = 0;
1034 status = HCHK_STATUS_L7STS;
1035 hs = cmd;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001036 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001037 else if (strcasecmp(cmd, "stopped") == 0) {
1038 check->health = 0;
1039 status = HCHK_STATUS_L7STS;
1040 hs = cmd;
1041 }
1042 else if (strcasecmp(cmd, "fail") == 0) {
1043 check->health = 0;
1044 status = HCHK_STATUS_L7STS;
1045 hs = cmd;
1046 }
1047 /* admin statuses */
1048 else if (strcasecmp(cmd, "ready") == 0) {
1049 as = cmd;
1050 }
1051 else if (strcasecmp(cmd, "drain") == 0) {
1052 as = cmd;
1053 }
1054 else if (strcasecmp(cmd, "maint") == 0) {
1055 as = cmd;
1056 }
Nenad Merdanovic174dd372016-04-24 23:10:06 +02001057 /* try to parse a weight here and keep the last one */
Willy Tarreau81f5d942013-12-09 20:51:51 +01001058 else if (isdigit((unsigned char)*cmd) && strchr(cmd, '%') != NULL) {
1059 ps = cmd;
1060 }
Nenad Merdanovic174dd372016-04-24 23:10:06 +02001061 /* try to parse a maxconn here */
1062 else if (strncasecmp(cmd, "maxconn:", strlen("maxconn:")) == 0) {
1063 cs = cmd;
1064 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001065 else {
1066 /* keep a copy of the first error */
1067 if (!err)
1068 err = cmd;
1069 }
1070 /* skip to next word */
1071 cmd = p;
1072 }
1073 /* here, cmd points either to \0 or to the beginning of a
1074 * description. Skip possible leading spaces.
1075 */
1076 while (*cmd == ' ' || *cmd == '\n')
1077 cmd++;
1078
1079 /* First, update the admin status so that we avoid sending other
1080 * possibly useless warnings and can also update the health if
1081 * present after going back up.
1082 */
1083 if (as) {
1084 if (strcasecmp(as, "drain") == 0)
1085 srv_adm_set_drain(check->server);
1086 else if (strcasecmp(as, "maint") == 0)
1087 srv_adm_set_maint(check->server);
1088 else
1089 srv_adm_set_ready(check->server);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001090 }
1091
Willy Tarreau81f5d942013-12-09 20:51:51 +01001092 /* now change weights */
1093 if (ps) {
1094 const char *msg;
1095
1096 msg = server_parse_weight_change_request(s, ps);
1097 if (!wrn || !*wrn)
1098 wrn = msg;
1099 }
1100
Nenad Merdanovic174dd372016-04-24 23:10:06 +02001101 if (cs) {
1102 const char *msg;
1103
1104 cs += strlen("maxconn:");
1105
1106 msg = server_parse_maxconn_change_request(s, cs);
1107 if (!wrn || !*wrn)
1108 wrn = msg;
1109 }
1110
Willy Tarreau81f5d942013-12-09 20:51:51 +01001111 /* and finally health status */
1112 if (hs) {
1113 /* We'll report some of the warnings and errors we have
1114 * here. Down reports are critical, we leave them untouched.
1115 * Lack of report, or report of 'UP' leaves the room for
1116 * ERR first, then WARN.
Simon Hormana2b9dad2013-02-12 10:45:54 +09001117 */
Willy Tarreau81f5d942013-12-09 20:51:51 +01001118 const char *msg = cmd;
Willy Tarreau83061a82018-07-13 11:56:34 +02001119 struct buffer *t;
Willy Tarreau81f5d942013-12-09 20:51:51 +01001120
1121 if (!*msg || status == HCHK_STATUS_L7OKD) {
1122 if (err && *err)
1123 msg = err;
1124 else if (wrn && *wrn)
1125 msg = wrn;
Simon Hormana2b9dad2013-02-12 10:45:54 +09001126 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001127
1128 t = get_trash_chunk();
1129 chunk_printf(t, "via agent : %s%s%s%s",
1130 hs, *msg ? " (" : "",
1131 msg, *msg ? ")" : "");
1132
Willy Tarreau843b7cb2018-07-13 10:54:26 +02001133 set_server_check_status(check, status, t->area);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001134 }
Willy Tarreau81f5d942013-12-09 20:51:51 +01001135 else if (err && *err) {
1136 /* No status change but we'd like to report something odd.
1137 * Just report the current state and copy the message.
1138 */
1139 chunk_printf(&trash, "agent reports an error : %s", err);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02001140 set_server_check_status(check, status/*check->status*/,
1141 trash.area);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001142
Willy Tarreau81f5d942013-12-09 20:51:51 +01001143 }
1144 else if (wrn && *wrn) {
1145 /* No status change but we'd like to report something odd.
1146 * Just report the current state and copy the message.
1147 */
1148 chunk_printf(&trash, "agent warns : %s", wrn);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02001149 set_server_check_status(check, status/*check->status*/,
1150 trash.area);
Willy Tarreau81f5d942013-12-09 20:51:51 +01001151 }
1152 else
1153 set_server_check_status(check, status, NULL);
Simon Hormana2b9dad2013-02-12 10:45:54 +09001154 break;
1155 }
1156
Willy Tarreau1620ec32011-08-06 17:05:02 +02001157 case PR_O2_PGSQL_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001158 if (!done && b_data(&check->bi) < 9)
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001159 goto wait_more_data;
1160
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001161 if (b_head(&check->bi)[0] == 'R') {
Simon Horman4a741432013-02-23 15:35:38 +09001162 set_server_check_status(check, HCHK_STATUS_L7OKD, "PostgreSQL server is ok");
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001163 }
1164 else {
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001165 if ((b_head(&check->bi)[0] == 'E') && (b_head(&check->bi)[5]!=0) && (b_head(&check->bi)[6]!=0))
1166 desc = &b_head(&check->bi)[6];
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001167 else
1168 desc = "PostgreSQL unknown error";
1169
Simon Horman4a741432013-02-23 15:35:38 +09001170 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Rauf Kuliyev38b41562011-01-04 15:14:13 +01001171 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001172 break;
1173
1174 case PR_O2_REDIS_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001175 if (!done && b_data(&check->bi) < 7)
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02001176 goto wait_more_data;
1177
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001178 if (strcmp(b_head(&check->bi), "+PONG\r\n") == 0) {
Simon Horman4a741432013-02-23 15:35:38 +09001179 set_server_check_status(check, HCHK_STATUS_L7OKD, "Redis server is ok");
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02001180 }
1181 else {
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001182 set_server_check_status(check, HCHK_STATUS_L7STS, b_head(&check->bi));
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02001183 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001184 break;
1185
1186 case PR_O2_MYSQL_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001187 if (!done && b_data(&check->bi) < 5)
Willy Tarreau03938182010-03-17 21:52:07 +01001188 goto wait_more_data;
1189
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001190 if (s->proxy->check_len == 0) { // old mode
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001191 if (*(b_head(&check->bi) + 4) != '\xff') {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001192 /* We set the MySQL Version in description for information purpose
1193 * FIXME : it can be cool to use MySQL Version for other purpose,
1194 * like mark as down old MySQL server.
1195 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001196 if (b_data(&check->bi) > 51) {
1197 desc = ltrim(b_head(&check->bi) + 5, ' ');
Simon Horman4a741432013-02-23 15:35:38 +09001198 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001199 }
1200 else {
1201 if (!done)
1202 goto wait_more_data;
Emeric Brun9f0b4582017-10-23 14:39:51 +02001203
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001204 /* it seems we have a OK packet but without a valid length,
1205 * it must be a protocol error
1206 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001207 set_server_check_status(check, HCHK_STATUS_L7RSP, b_head(&check->bi));
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001208 }
Hervé COMMOWICK698ae002010-01-12 09:25:13 +01001209 }
1210 else {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001211 /* An error message is attached in the Error packet */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001212 desc = ltrim(b_head(&check->bi) + 7, ' ');
Simon Horman4a741432013-02-23 15:35:38 +09001213 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001214 }
1215 } else {
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001216 unsigned int first_packet_len = ((unsigned int) *b_head(&check->bi)) +
1217 (((unsigned int) *(b_head(&check->bi) + 1)) << 8) +
1218 (((unsigned int) *(b_head(&check->bi) + 2)) << 16);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001219
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001220 if (b_data(&check->bi) == first_packet_len + 4) {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001221 /* MySQL Error packet always begin with field_count = 0xff */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001222 if (*(b_head(&check->bi) + 4) != '\xff') {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001223 /* We have only one MySQL packet and it is a Handshake Initialization packet
1224 * but we need to have a second packet to know if it is alright
1225 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001226 if (!done && b_data(&check->bi) < first_packet_len + 5)
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001227 goto wait_more_data;
1228 }
1229 else {
1230 /* We have only one packet and it is an Error packet,
1231 * an error message is attached, so we can display it
1232 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001233 desc = &b_head(&check->bi)[7];
Christopher Faulet767a84b2017-11-24 16:50:31 +01001234 //ha_warning("onlyoneERR: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001235 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001236 }
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001237 } else if (b_data(&check->bi) > first_packet_len + 4) {
1238 unsigned int second_packet_len = ((unsigned int) *(b_head(&check->bi) + first_packet_len + 4)) +
1239 (((unsigned int) *(b_head(&check->bi) + first_packet_len + 5)) << 8) +
1240 (((unsigned int) *(b_head(&check->bi) + first_packet_len + 6)) << 16);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001241
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001242 if (b_data(&check->bi) == first_packet_len + 4 + second_packet_len + 4 ) {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001243 /* We have 2 packets and that's good */
1244 /* Check if the second packet is a MySQL Error packet or not */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001245 if (*(b_head(&check->bi) + first_packet_len + 8) != '\xff') {
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001246 /* No error packet */
1247 /* We set the MySQL Version in description for information purpose */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001248 desc = &b_head(&check->bi)[5];
Christopher Faulet767a84b2017-11-24 16:50:31 +01001249 //ha_warning("2packetOK: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001250 set_server_check_status(check, HCHK_STATUS_L7OKD, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001251 }
1252 else {
1253 /* An error message is attached in the Error packet
1254 * so we can display it ! :)
1255 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001256 desc = &b_head(&check->bi)[first_packet_len+11];
Christopher Faulet767a84b2017-11-24 16:50:31 +01001257 //ha_warning("2packetERR: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001258 set_server_check_status(check, HCHK_STATUS_L7STS, desc);
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001259 }
1260 }
1261 }
1262 else {
Willy Tarreau03938182010-03-17 21:52:07 +01001263 if (!done)
1264 goto wait_more_data;
Emeric Brun9f0b4582017-10-23 14:39:51 +02001265
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +02001266 /* it seems we have a Handshake Initialization packet but without a valid length,
Hervé COMMOWICK698ae002010-01-12 09:25:13 +01001267 * it must be a protocol error
1268 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001269 desc = &b_head(&check->bi)[5];
Christopher Faulet767a84b2017-11-24 16:50:31 +01001270 //ha_warning("protoerr: %s\n", desc);
Simon Horman4a741432013-02-23 15:35:38 +09001271 set_server_check_status(check, HCHK_STATUS_L7RSP, desc);
Hervé COMMOWICK698ae002010-01-12 09:25:13 +01001272 }
1273 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001274 break;
1275
1276 case PR_O2_LDAP_CHK:
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001277 if (!done && b_data(&check->bi) < 14)
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001278 goto wait_more_data;
1279
1280 /* Check if the server speaks LDAP (ASN.1/BER)
1281 * http://en.wikipedia.org/wiki/Basic_Encoding_Rules
1282 * http://tools.ietf.org/html/rfc4511
1283 */
1284
1285 /* http://tools.ietf.org/html/rfc4511#section-4.1.1
1286 * LDAPMessage: 0x30: SEQUENCE
1287 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001288 if ((b_data(&check->bi) < 14) || (*(b_head(&check->bi)) != '\x30')) {
Simon Horman4a741432013-02-23 15:35:38 +09001289 set_server_check_status(check, HCHK_STATUS_L7RSP, "Not LDAPv3 protocol");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001290 }
1291 else {
1292 /* size of LDAPMessage */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001293 msglen = (*(b_head(&check->bi) + 1) & 0x80) ? (*(b_head(&check->bi) + 1) & 0x7f) : 0;
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001294
1295 /* http://tools.ietf.org/html/rfc4511#section-4.2.2
1296 * messageID: 0x02 0x01 0x01: INTEGER 1
1297 * protocolOp: 0x61: bindResponse
1298 */
1299 if ((msglen > 2) ||
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001300 (memcmp(b_head(&check->bi) + 2 + msglen, "\x02\x01\x01\x61", 4) != 0)) {
Simon Horman4a741432013-02-23 15:35:38 +09001301 set_server_check_status(check, HCHK_STATUS_L7RSP, "Not LDAPv3 protocol");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001302 goto out_wakeup;
1303 }
1304
1305 /* size of bindResponse */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001306 msglen += (*(b_head(&check->bi) + msglen + 6) & 0x80) ? (*(b_head(&check->bi) + msglen + 6) & 0x7f) : 0;
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001307
1308 /* http://tools.ietf.org/html/rfc4511#section-4.1.9
1309 * ldapResult: 0x0a 0x01: ENUMERATION
1310 */
1311 if ((msglen > 4) ||
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001312 (memcmp(b_head(&check->bi) + 7 + msglen, "\x0a\x01", 2) != 0)) {
Simon Horman4a741432013-02-23 15:35:38 +09001313 set_server_check_status(check, HCHK_STATUS_L7RSP, "Not LDAPv3 protocol");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001314 goto out_wakeup;
1315 }
1316
1317 /* http://tools.ietf.org/html/rfc4511#section-4.1.9
1318 * resultCode
1319 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001320 check->code = *(b_head(&check->bi) + msglen + 9);
Simon Horman4a741432013-02-23 15:35:38 +09001321 if (check->code) {
1322 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 +02001323 } else {
Simon Horman4a741432013-02-23 15:35:38 +09001324 set_server_check_status(check, HCHK_STATUS_L7OKD, "Success");
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02001325 }
1326 }
Willy Tarreau1620ec32011-08-06 17:05:02 +02001327 break;
1328
Christopher Fauletba7bc162016-11-07 21:07:38 +01001329 case PR_O2_SPOP_CHK: {
1330 unsigned int framesz;
1331 char err[HCHK_DESC_LEN];
1332
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001333 if (!done && b_data(&check->bi) < 4)
Christopher Fauletba7bc162016-11-07 21:07:38 +01001334 goto wait_more_data;
1335
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001336 memcpy(&framesz, b_head(&check->bi), 4);
Christopher Fauletba7bc162016-11-07 21:07:38 +01001337 framesz = ntohl(framesz);
1338
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001339 if (!done && b_data(&check->bi) < (4+framesz))
Christopher Fauletba7bc162016-11-07 21:07:38 +01001340 goto wait_more_data;
1341
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001342 if (!spoe_handle_healthcheck_response(b_head(&check->bi)+4, framesz, err, HCHK_DESC_LEN-1))
Christopher Fauletba7bc162016-11-07 21:07:38 +01001343 set_server_check_status(check, HCHK_STATUS_L7OKD, "SPOA server is ok");
1344 else
1345 set_server_check_status(check, HCHK_STATUS_L7STS, err);
1346 break;
1347 }
1348
Willy Tarreau1620ec32011-08-06 17:05:02 +02001349 default:
Willy Tarreau06559ac2013-12-05 01:53:08 +01001350 /* for other checks (eg: pure TCP), delegate to the main task */
Willy Tarreau1620ec32011-08-06 17:05:02 +02001351 break;
1352 } /* switch */
Willy Tarreau83749182007-04-15 20:56:27 +02001353
Willy Tarreauc7dd71a2007-11-30 08:33:21 +01001354 out_wakeup:
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001355 /* collect possible new errors */
Willy Tarreau4ff3b892017-10-16 15:17:17 +02001356 if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR)
Willy Tarreaub5259bf2017-10-04 14:47:29 +02001357 chk_report_conn_err(check, 0, 0);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001358
Nick Chalk57b1bf72010-03-16 15:50:46 +00001359 /* Reset the check buffer... */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001360 *b_head(&check->bi) = '\0';
1361 b_reset(&check->bi);
Nick Chalk57b1bf72010-03-16 15:50:46 +00001362
Steven Davidovitz544d4812017-03-08 11:06:20 -08001363 /* Close the connection... We still attempt to nicely close if,
1364 * for instance, SSL needs to send a "close notify." Later, we perform
1365 * a hard close and reset the connection if some data are pending,
1366 * otherwise we end up with many TIME_WAITs and eat all the source port
1367 * range quickly. To avoid sending RSTs all the time, we first try to
1368 * drain pending data.
Willy Tarreaufd29cc52012-11-23 09:18:20 +01001369 */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001370 __cs_stop_both(cs);
Willy Tarreauecdb3fe2017-10-05 15:25:48 +02001371 cs_shutw(cs, CS_SHW_NORMAL);
Willy Tarreau2b57cb82013-06-10 19:56:38 +02001372
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001373 /* OK, let's not stay here forever */
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01001374 if (check->result == CHK_RES_FAILED)
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001375 conn->flags |= CO_FL_ERROR;
1376
Willy Tarreaufdccded2008-08-29 18:19:04 +02001377 task_wakeup(t, TASK_WOKEN_IO);
Willy Tarreau62ac84f2017-11-05 10:11:13 +01001378 out_unlock:
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001379 HA_SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreau3267d362012-08-17 23:53:56 +02001380 return;
Willy Tarreau03938182010-03-17 21:52:07 +01001381
1382 wait_more_data:
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001383 __cs_want_recv(cs);
Willy Tarreau62ac84f2017-11-05 10:11:13 +01001384 goto out_unlock;
Willy Tarreaubaaee002006-06-26 02:48:02 +02001385}
1386
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001387/*
1388 * This function is used only for server health-checks. It handles connection
1389 * status updates including errors. If necessary, it wakes the check task up.
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001390 * It returns 0 on normal cases, <0 if at least one close() has happened on the
1391 * connection (eg: reconnect).
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001392 */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001393static int wake_srv_chk(struct conn_stream *cs)
Willy Tarreau20bea422012-07-06 12:00:49 +02001394{
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001395 struct connection *conn = cs->conn;
1396 struct check *check = cs->data;
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001397 int ret = 0;
Willy Tarreau20bea422012-07-06 12:00:49 +02001398
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001399 HA_SPIN_LOCK(SERVER_LOCK, &check->server->lock);
Emeric Brunf6ba17d2017-11-02 14:35:27 +01001400
Willy Tarreauc09572f2017-10-04 11:58:22 +02001401 /* we may have to make progress on the TCP checks */
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001402 if (check->type == PR_O2_TCPCHK_CHK) {
1403 ret = tcpcheck_main(check);
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001404 cs = check->cs;
1405 conn = cs_conn(cs);
Olivier Houchard910b2bc2018-07-17 18:49:38 +02001406 } else if (LIST_ISEMPTY(&cs->wait_list.list))
1407 __event_srv_chk_w(cs);
Willy Tarreauc09572f2017-10-04 11:58:22 +02001408
Willy Tarreau4ff3b892017-10-16 15:17:17 +02001409 if (unlikely(conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR)) {
Willy Tarreau02b0f582013-12-03 15:42:33 +01001410 /* We may get error reports bypassing the I/O handlers, typically
1411 * the case when sending a pure TCP check which fails, then the I/O
1412 * handlers above are not called. This is completely handled by the
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001413 * main processing task so let's simply wake it up. If we get here,
1414 * we expect errno to still be valid.
1415 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +02001416 chk_report_conn_err(check, errno, 0);
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001417 __cs_stop_both(cs);
Willy Tarreau2d351b62013-12-05 02:36:25 +01001418 task_wakeup(check->task, TASK_WOKEN_IO);
1419 }
Willy Tarreau2500fc22018-04-03 19:31:38 +02001420 else if (!(conn->flags & CO_FL_HANDSHAKE) && !(cs->flags & (CS_FL_DATA_RD_ENA|CS_FL_DATA_WR_ENA))) {
Willy Tarreau3be293f2014-02-05 18:31:24 +01001421 /* we may get here if only a connection probe was required : we
1422 * don't have any data to send nor anything expected in response,
1423 * so the completion of the connection establishment is enough.
1424 */
1425 task_wakeup(check->task, TASK_WOKEN_IO);
1426 }
Willy Tarreau2d351b62013-12-05 02:36:25 +01001427
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01001428 if (check->result != CHK_RES_UNKNOWN) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +01001429 /* We're here because nobody wants to handle the error, so we
1430 * sure want to abort the hard way.
Willy Tarreau02b0f582013-12-03 15:42:33 +01001431 */
Willy Tarreaud85c4852015-03-13 00:40:28 +01001432 conn_sock_drain(conn);
Willy Tarreaua553ae92017-10-05 18:52:17 +02001433 cs_close(cs);
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001434 ret = -1;
Willy Tarreau2d351b62013-12-05 02:36:25 +01001435 }
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001436
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001437 HA_SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Emeric Brunf6ba17d2017-11-02 14:35:27 +01001438
Willy Tarreau6bdcab02017-10-04 18:41:00 +02001439 /* if a connection got replaced, we must absolutely prevent the connection
1440 * handler from touching its fd, and perform the FD polling updates ourselves
1441 */
1442 if (ret < 0)
1443 conn_cond_update_polling(conn);
1444
1445 return ret;
Willy Tarreau20bea422012-07-06 12:00:49 +02001446}
1447
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001448struct data_cb check_conn_cb = {
1449 .recv = event_srv_chk_r,
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001450 .wake = wake_srv_chk,
Willy Tarreau8e0bb0a2016-11-24 16:58:12 +01001451 .name = "CHCK",
Willy Tarreaufb56aab2012-09-28 14:40:02 +02001452};
1453
Willy Tarreaubaaee002006-06-26 02:48:02 +02001454/*
Willy Tarreau2e993902011-10-31 11:53:20 +01001455 * updates the server's weight during a warmup stage. Once the final weight is
1456 * reached, the task automatically stops. Note that any server status change
1457 * must have updated s->last_change accordingly.
1458 */
Olivier Houchard9f6af332018-05-25 14:04:04 +02001459static struct task *server_warmup(struct task *t, void *context, unsigned short state)
Willy Tarreau2e993902011-10-31 11:53:20 +01001460{
Olivier Houchard9f6af332018-05-25 14:04:04 +02001461 struct server *s = context;
Willy Tarreau2e993902011-10-31 11:53:20 +01001462
1463 /* by default, plan on stopping the task */
1464 t->expire = TICK_ETERNITY;
Emeric Brun52a91d32017-08-31 14:41:55 +02001465 if ((s->next_admin & SRV_ADMF_MAINT) ||
1466 (s->next_state != SRV_ST_STARTING))
Willy Tarreau2e993902011-10-31 11:53:20 +01001467 return t;
1468
Willy Tarreau892337c2014-05-13 23:41:20 +02001469 /* recalculate the weights and update the state */
Willy Tarreau3ff577e2018-08-02 11:48:52 +02001470 server_recalc_eweight(s, 1);
Willy Tarreau2e993902011-10-31 11:53:20 +01001471
1472 /* probably that we can refill this server with a bit more connections */
Willy Tarreau4aac7db2014-05-16 11:48:10 +02001473 pendconn_grab_from_px(s);
Willy Tarreau2e993902011-10-31 11:53:20 +01001474
1475 /* get back there in 1 second or 1/20th of the slowstart interval,
1476 * whichever is greater, resulting in small 5% steps.
1477 */
Emeric Brun52a91d32017-08-31 14:41:55 +02001478 if (s->next_state == SRV_ST_STARTING)
Willy Tarreau2e993902011-10-31 11:53:20 +01001479 t->expire = tick_add(now_ms, MS_TO_TICKS(MAX(1000, s->slowstart / 20)));
1480 return t;
1481}
1482
Willy Tarreau894c6422017-10-04 15:58:52 +02001483/* returns the first NON-COMMENT tcp-check rule from list <list> or NULL if
1484 * none was found.
1485 */
1486static struct tcpcheck_rule *get_first_tcpcheck_rule(struct list *list)
1487{
1488 struct tcpcheck_rule *r;
1489
1490 list_for_each_entry(r, list, list) {
1491 if (r->action != TCPCHK_ACT_COMMENT)
1492 return r;
1493 }
1494 return NULL;
1495}
1496
Willy Tarreau2e993902011-10-31 11:53:20 +01001497/*
Simon Horman98637e52014-06-20 12:30:16 +09001498 * establish a server health-check that makes use of a connection.
Simon Hormanb00d17a2014-06-13 16:18:16 +09001499 *
1500 * It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02001501 * - SF_ERR_NONE if everything's OK and tcpcheck_main() was not called
1502 * - SF_ERR_UP if if everything's OK and tcpcheck_main() was called
1503 * - SF_ERR_SRVTO if there are no more servers
1504 * - SF_ERR_SRVCL if the connection was refused by the server
1505 * - SF_ERR_PRXCOND if the connection has been limited by the proxy (maxconn)
1506 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
1507 * - SF_ERR_INTERNAL for any other purely internal errors
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02001508 * - 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 +01001509 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Simon Hormanb00d17a2014-06-13 16:18:16 +09001510 * Note that we try to prevent the network stack from sending the ACK during the
1511 * connect() when a pure TCP check is used (without PROXY protocol).
1512 */
Simon Horman98637e52014-06-20 12:30:16 +09001513static int connect_conn_chk(struct task *t)
Simon Hormanb00d17a2014-06-13 16:18:16 +09001514{
1515 struct check *check = t->context;
1516 struct server *s = check->server;
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001517 struct conn_stream *cs = check->cs;
1518 struct connection *conn = cs_conn(cs);
Simon Hormanb00d17a2014-06-13 16:18:16 +09001519 struct protocol *proto;
Willy Tarreauf411cce2017-10-04 16:21:19 +02001520 struct tcpcheck_rule *tcp_rule = NULL;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001521 int ret;
Willy Tarreauf3d34822014-12-08 12:11:28 +01001522 int quickack;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001523
Willy Tarreau00149122017-10-04 18:05:01 +02001524 /* we cannot have a connection here */
1525 if (conn)
1526 return SF_ERR_INTERNAL;
1527
Simon Hormanb00d17a2014-06-13 16:18:16 +09001528 /* tcpcheck send/expect initialisation */
Willy Tarreauf411cce2017-10-04 16:21:19 +02001529 if (check->type == PR_O2_TCPCHK_CHK) {
Simon Hormanb00d17a2014-06-13 16:18:16 +09001530 check->current_step = NULL;
Willy Tarreauf411cce2017-10-04 16:21:19 +02001531 tcp_rule = get_first_tcpcheck_rule(check->tcpcheck_rules);
1532 }
Simon Hormanb00d17a2014-06-13 16:18:16 +09001533
1534 /* prepare the check buffer.
1535 * This should not be used if check is the secondary agent check
1536 * of a server as s->proxy->check_req will relate to the
1537 * configuration of the primary check. Similarly, tcp-check uses
1538 * its own strings.
1539 */
1540 if (check->type && check->type != PR_O2_TCPCHK_CHK && !(check->state & CHK_ST_AGENT)) {
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001541 b_putblk(&check->bo, s->proxy->check_req, s->proxy->check_len);
Simon Hormanb00d17a2014-06-13 16:18:16 +09001542
1543 /* we want to check if this host replies to HTTP or SSLv3 requests
1544 * so we'll send the request, and won't wake the checker up now.
1545 */
1546 if ((check->type) == PR_O2_SSL3_CHK) {
1547 /* SSL requires that we put Unix time in the request */
1548 int gmt_time = htonl(date.tv_sec);
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001549 memcpy(b_head(&check->bo) + 11, &gmt_time, 4);
Simon Hormanb00d17a2014-06-13 16:18:16 +09001550 }
1551 else if ((check->type) == PR_O2_HTTP_CHK) {
1552 if (s->proxy->options2 & PR_O2_CHK_SNDST)
Willy Tarreau843b7cb2018-07-13 10:54:26 +02001553 b_putblk(&check->bo, trash.area,
1554 httpchk_build_status_header(s, trash.area, trash.size));
Cyril Bonté32602d22015-01-30 00:07:07 +01001555 /* prevent HTTP keep-alive when "http-check expect" is used */
1556 if (s->proxy->options2 & PR_O2_EXP_TYPE)
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001557 b_putist(&check->bo, ist("Connection: close\r\n"));
1558 b_putist(&check->bo, ist("\r\n"));
1559 *b_tail(&check->bo) = '\0'; /* to make gdb output easier to read */
Simon Hormanb00d17a2014-06-13 16:18:16 +09001560 }
1561 }
1562
James Brown55f9ff12015-10-21 18:19:05 -07001563 if ((check->type & PR_O2_LB_AGENT_CHK) && check->send_string_len) {
Willy Tarreauc9fa0482018-07-10 17:43:27 +02001564 b_putblk(&check->bo, check->send_string, check->send_string_len);
James Brown55f9ff12015-10-21 18:19:05 -07001565 }
1566
Willy Tarreauf411cce2017-10-04 16:21:19 +02001567 /* for tcp-checks, the initial connection setup is handled separately as
1568 * it may be sent to a specific port and not to the server's.
1569 */
1570 if (tcp_rule && tcp_rule->action == TCPCHK_ACT_CONNECT) {
1571 tcpcheck_main(check);
1572 return SF_ERR_UP;
1573 }
1574
Simon Hormanb00d17a2014-06-13 16:18:16 +09001575 /* prepare a new connection */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001576 cs = check->cs = cs_new(NULL);
1577 if (!check->cs)
Willy Tarreau00149122017-10-04 18:05:01 +02001578 return SF_ERR_RESOURCE;
Olivier Houchard5c110b92018-08-14 17:04:58 +02001579 cs->wait_list.task->process = event_srv_chk_io;
1580 cs->wait_list.task->context = cs;
Olivier Houchard9aaf7782017-09-13 18:30:23 +02001581 conn = cs->conn;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001582
Simon Horman41f58762015-01-30 11:22:56 +09001583 if (is_addr(&check->addr)) {
Simon Hormanb00d17a2014-06-13 16:18:16 +09001584 /* we'll connect to the check addr specified on the server */
Simon Horman41f58762015-01-30 11:22:56 +09001585 conn->addr.to = check->addr;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001586 }
1587 else {
1588 /* we'll connect to the addr on the server */
1589 conn->addr.to = s->addr;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001590 }
1591
Olivier Houchard6377a002017-12-01 22:04:05 +01001592 proto = protocol_by_family(conn->addr.to.ss_family);
1593
1594 conn_prepare(conn, proto, check->xprt);
1595 conn_install_mux(conn, &mux_pt_ops, cs);
1596 cs_attach(cs, check, &check_conn_cb);
1597 conn->target = &s->obj_type;
1598
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02001599 if ((conn->addr.to.ss_family == AF_INET) || (conn->addr.to.ss_family == AF_INET6)) {
1600 int i = 0;
1601
1602 i = srv_check_healthcheck_port(check);
Olivier Houchard6377a002017-12-01 22:04:05 +01001603 if (i == 0)
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02001604 return SF_ERR_CHK_PORT;
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02001605
1606 set_host_port(&conn->addr.to, i);
Simon Hormanb00d17a2014-06-13 16:18:16 +09001607 }
1608
Thierry FOURNIERbb2ae642015-01-14 11:31:49 +01001609 /* no client address */
1610 clear_addr(&conn->addr.from);
1611
Willy Tarreauf3d34822014-12-08 12:11:28 +01001612 /* only plain tcp-check supports quick ACK */
1613 quickack = check->type == 0 || check->type == PR_O2_TCPCHK_CHK;
1614
Willy Tarreauf411cce2017-10-04 16:21:19 +02001615 if (tcp_rule && tcp_rule->action == TCPCHK_ACT_EXPECT)
1616 quickack = 0;
Simon Hormanb00d17a2014-06-13 16:18:16 +09001617
Willy Tarreaue7dff022015-04-03 01:14:29 +02001618 ret = SF_ERR_INTERNAL;
Olivier Houchardb68fda42017-08-04 18:39:01 +02001619 if (proto && proto->connect)
Willy Tarreauf3d34822014-12-08 12:11:28 +01001620 ret = proto->connect(conn, check->type, quickack ? 2 : 0);
Willy Tarreau16257f62017-11-02 15:45:00 +01001621
1622 if (check->type)
1623 cs_want_send(cs);
1624
Olivier Houchard9130a962017-10-17 17:33:43 +02001625#ifdef USE_OPENSSL
1626 if (s->check.sni)
1627 ssl_sock_set_servername(conn, s->check.sni);
1628#endif
Willy Tarreauf4949772017-05-06 08:45:28 +02001629 if (s->check.send_proxy && !(check->state & CHK_ST_AGENT)) {
Simon Hormanb00d17a2014-06-13 16:18:16 +09001630 conn->send_proxy_ofs = 1;
1631 conn->flags |= CO_FL_SEND_PROXY;
1632 }
1633
1634 return ret;
1635}
1636
Simon Horman98637e52014-06-20 12:30:16 +09001637static struct list pid_list = LIST_HEAD_INIT(pid_list);
Willy Tarreaubafbe012017-11-24 17:34:44 +01001638static struct pool_head *pool_head_pid_list;
Christopher Faulet9dcf9b62017-11-13 10:34:01 +01001639__decl_hathreads(HA_SPINLOCK_T pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001640
1641void block_sigchld(void)
1642{
1643 sigset_t set;
1644 sigemptyset(&set);
1645 sigaddset(&set, SIGCHLD);
William Lallemand6e1796e2018-06-07 11:23:40 +02001646 assert(ha_sigmask(SIG_BLOCK, &set, NULL) == 0);
Simon Horman98637e52014-06-20 12:30:16 +09001647}
1648
1649void unblock_sigchld(void)
1650{
1651 sigset_t set;
1652 sigemptyset(&set);
Willy Tarreauebc92442016-06-21 17:29:46 +02001653 sigaddset(&set, SIGCHLD);
William Lallemand6e1796e2018-06-07 11:23:40 +02001654 assert(ha_sigmask(SIG_UNBLOCK, &set, NULL) == 0);
Simon Horman98637e52014-06-20 12:30:16 +09001655}
1656
Simon Horman98637e52014-06-20 12:30:16 +09001657static struct pid_list *pid_list_add(pid_t pid, struct task *t)
1658{
1659 struct pid_list *elem;
1660 struct check *check = t->context;
1661
Willy Tarreaubafbe012017-11-24 17:34:44 +01001662 elem = pool_alloc(pool_head_pid_list);
Simon Horman98637e52014-06-20 12:30:16 +09001663 if (!elem)
1664 return NULL;
1665 elem->pid = pid;
1666 elem->t = t;
1667 elem->exited = 0;
1668 check->curpid = elem;
1669 LIST_INIT(&elem->list);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001670
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001671 HA_SPIN_LOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001672 LIST_ADD(&pid_list, &elem->list);
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001673 HA_SPIN_UNLOCK(PID_LIST_LOCK, &pid_list_lock);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001674
Simon Horman98637e52014-06-20 12:30:16 +09001675 return elem;
1676}
1677
Simon Horman98637e52014-06-20 12:30:16 +09001678static void pid_list_del(struct pid_list *elem)
1679{
1680 struct check *check;
1681
1682 if (!elem)
1683 return;
1684
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001685 HA_SPIN_LOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001686 LIST_DEL(&elem->list);
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001687 HA_SPIN_UNLOCK(PID_LIST_LOCK, &pid_list_lock);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001688
Simon Horman98637e52014-06-20 12:30:16 +09001689 if (!elem->exited)
1690 kill(elem->pid, SIGTERM);
1691
1692 check = elem->t->context;
1693 check->curpid = NULL;
Willy Tarreaubafbe012017-11-24 17:34:44 +01001694 pool_free(pool_head_pid_list, elem);
Simon Horman98637e52014-06-20 12:30:16 +09001695}
1696
1697/* Called from inside SIGCHLD handler, SIGCHLD is blocked */
1698static void pid_list_expire(pid_t pid, int status)
1699{
1700 struct pid_list *elem;
1701
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001702 HA_SPIN_LOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001703 list_for_each_entry(elem, &pid_list, list) {
1704 if (elem->pid == pid) {
1705 elem->t->expire = now_ms;
1706 elem->status = status;
1707 elem->exited = 1;
Cyril Bonté9dbcfab2014-08-07 01:55:39 +02001708 task_wakeup(elem->t, TASK_WOKEN_IO);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001709 break;
Simon Horman98637e52014-06-20 12:30:16 +09001710 }
1711 }
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001712 HA_SPIN_UNLOCK(PID_LIST_LOCK, &pid_list_lock);
Simon Horman98637e52014-06-20 12:30:16 +09001713}
1714
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001715static void sigchld_handler(struct sig_handler *sh)
Simon Horman98637e52014-06-20 12:30:16 +09001716{
1717 pid_t pid;
1718 int status;
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001719
Simon Horman98637e52014-06-20 12:30:16 +09001720 while ((pid = waitpid(0, &status, WNOHANG)) > 0)
1721 pid_list_expire(pid, status);
1722}
1723
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001724static int init_pid_list(void)
1725{
Willy Tarreaubafbe012017-11-24 17:34:44 +01001726 if (pool_head_pid_list != NULL)
Simon Horman98637e52014-06-20 12:30:16 +09001727 /* Nothing to do */
1728 return 0;
1729
Willy Tarreau48d6bf22016-06-21 16:27:34 +02001730 if (!signal_register_fct(SIGCHLD, sigchld_handler, SIGCHLD)) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001731 ha_alert("Failed to set signal handler for external health checks: %s. Aborting.\n",
1732 strerror(errno));
Simon Horman98637e52014-06-20 12:30:16 +09001733 return 1;
1734 }
1735
Willy Tarreaubafbe012017-11-24 17:34:44 +01001736 pool_head_pid_list = create_pool("pid_list", sizeof(struct pid_list), MEM_F_SHARED);
1737 if (pool_head_pid_list == NULL) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001738 ha_alert("Failed to allocate memory pool for external health checks: %s. Aborting.\n",
1739 strerror(errno));
Simon Horman98637e52014-06-20 12:30:16 +09001740 return 1;
1741 }
1742
Christopher Faulet2a944ee2017-11-07 10:42:54 +01001743 HA_SPIN_INIT(&pid_list_lock);
Christopher Fauletcfda8472017-10-20 15:40:23 +02001744
Simon Horman98637e52014-06-20 12:30:16 +09001745 return 0;
1746}
1747
Cyril Bontéac92a062014-12-27 22:28:38 +01001748/* helper macro to set an environment variable and jump to a specific label on failure. */
1749#define EXTCHK_SETENV(check, envidx, value, fail) { if (extchk_setenv(check, envidx, value)) goto fail; }
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001750
1751/*
Cyril Bontéac92a062014-12-27 22:28:38 +01001752 * helper function to allocate enough memory to store an environment variable.
1753 * It will also check that the environment variable is updatable, and silently
1754 * fail if not.
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001755 */
Cyril Bontéac92a062014-12-27 22:28:38 +01001756static int extchk_setenv(struct check *check, int idx, const char *value)
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001757{
1758 int len, ret;
Cyril Bontéac92a062014-12-27 22:28:38 +01001759 char *envname;
1760 int vmaxlen;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001761
Cyril Bontéac92a062014-12-27 22:28:38 +01001762 if (idx < 0 || idx >= EXTCHK_SIZE) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001763 ha_alert("Illegal environment variable index %d. Aborting.\n", idx);
Cyril Bontéac92a062014-12-27 22:28:38 +01001764 return 1;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001765 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001766
1767 envname = extcheck_envs[idx].name;
1768 vmaxlen = extcheck_envs[idx].vmaxlen;
1769
1770 /* Check if the environment variable is already set, and silently reject
1771 * the update if this one is not updatable. */
1772 if ((vmaxlen == EXTCHK_SIZE_EVAL_INIT) && (check->envp[idx]))
1773 return 0;
1774
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001775 /* Instead of sending NOT_USED, sending an empty value is preferable */
1776 if (strcmp(value, "NOT_USED") == 0) {
1777 value = "";
1778 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001779
1780 len = strlen(envname) + 1;
1781 if (vmaxlen == EXTCHK_SIZE_EVAL_INIT)
1782 len += strlen(value);
1783 else
1784 len += vmaxlen;
1785
1786 if (!check->envp[idx])
1787 check->envp[idx] = malloc(len + 1);
1788
1789 if (!check->envp[idx]) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001790 ha_alert("Failed to allocate memory for the environment variable '%s'. Aborting.\n", envname);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001791 return 1;
1792 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001793 ret = snprintf(check->envp[idx], len + 1, "%s=%s", envname, value);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001794 if (ret < 0) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001795 ha_alert("Failed to store the environment variable '%s'. Reason : %s. Aborting.\n", envname, strerror(errno));
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001796 return 1;
1797 }
Cyril Bontéac92a062014-12-27 22:28:38 +01001798 else if (ret > len) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001799 ha_alert("Environment variable '%s' was truncated. Aborting.\n", envname);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001800 return 1;
1801 }
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001802 return 0;
1803}
Simon Horman98637e52014-06-20 12:30:16 +09001804
1805static int prepare_external_check(struct check *check)
1806{
1807 struct server *s = check->server;
1808 struct proxy *px = s->proxy;
1809 struct listener *listener = NULL, *l;
1810 int i;
Simon Horman98637e52014-06-20 12:30:16 +09001811 const char *path = px->check_path ? px->check_path : DEF_CHECK_PATH;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001812 char buf[256];
Simon Horman98637e52014-06-20 12:30:16 +09001813
1814 list_for_each_entry(l, &px->conf.listeners, by_fe)
1815 /* Use the first INET, INET6 or UNIX listener */
1816 if (l->addr.ss_family == AF_INET ||
1817 l->addr.ss_family == AF_INET6 ||
1818 l->addr.ss_family == AF_UNIX) {
1819 listener = l;
1820 break;
1821 }
1822
Simon Horman98637e52014-06-20 12:30:16 +09001823 check->curpid = NULL;
Cyril Bontéac92a062014-12-27 22:28:38 +01001824 check->envp = calloc((EXTCHK_SIZE + 1), sizeof(char *));
1825 if (!check->envp) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001826 ha_alert("Failed to allocate memory for environment variables. Aborting\n");
Cyril Bontéac92a062014-12-27 22:28:38 +01001827 goto err;
1828 }
Simon Horman98637e52014-06-20 12:30:16 +09001829
Cyril Bontéac92a062014-12-27 22:28:38 +01001830 check->argv = calloc(6, sizeof(char *));
1831 if (!check->argv) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001832 ha_alert("Starting [%s:%s] check: out of memory.\n", px->id, s->id);
Simon Horman98637e52014-06-20 12:30:16 +09001833 goto err;
Cyril Bontéac92a062014-12-27 22:28:38 +01001834 }
Simon Horman98637e52014-06-20 12:30:16 +09001835
1836 check->argv[0] = px->check_command;
1837
Cyril Bonté777be862014-12-02 21:21:35 +01001838 if (!listener) {
1839 check->argv[1] = strdup("NOT_USED");
1840 check->argv[2] = strdup("NOT_USED");
1841 }
1842 else if (listener->addr.ss_family == AF_INET ||
Simon Horman98637e52014-06-20 12:30:16 +09001843 listener->addr.ss_family == AF_INET6) {
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001844 addr_to_str(&listener->addr, buf, sizeof(buf));
1845 check->argv[1] = strdup(buf);
1846 port_to_str(&listener->addr, buf, sizeof(buf));
1847 check->argv[2] = strdup(buf);
Cyril Bonté777be862014-12-02 21:21:35 +01001848 }
1849 else if (listener->addr.ss_family == AF_UNIX) {
Simon Horman98637e52014-06-20 12:30:16 +09001850 const struct sockaddr_un *un;
1851
1852 un = (struct sockaddr_un *)&listener->addr;
1853 check->argv[1] = strdup(un->sun_path);
1854 check->argv[2] = strdup("NOT_USED");
Cyril Bonté777be862014-12-02 21:21:35 +01001855 }
1856 else {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001857 ha_alert("Starting [%s:%s] check: unsupported address family.\n", px->id, s->id);
Simon Horman98637e52014-06-20 12:30:16 +09001858 goto err;
1859 }
1860
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001861 addr_to_str(&s->addr, buf, sizeof(buf));
1862 check->argv[3] = strdup(buf);
Willy Tarreau04276f32017-01-06 17:41:29 +01001863
1864 if (s->addr.ss_family == AF_INET || s->addr.ss_family == AF_INET6)
1865 snprintf(buf, sizeof(buf), "%u", s->svc_port);
1866 else
1867 *buf = 0;
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001868 check->argv[4] = strdup(buf);
Simon Horman98637e52014-06-20 12:30:16 +09001869
Cyril Bontéac92a062014-12-27 22:28:38 +01001870 for (i = 0; i < 5; i++) {
1871 if (!check->argv[i]) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001872 ha_alert("Starting [%s:%s] check: out of memory.\n", px->id, s->id);
Simon Horman98637e52014-06-20 12:30:16 +09001873 goto err;
Cyril Bontéac92a062014-12-27 22:28:38 +01001874 }
1875 }
Simon Horman98637e52014-06-20 12:30:16 +09001876
Cyril Bontéac92a062014-12-27 22:28:38 +01001877 EXTCHK_SETENV(check, EXTCHK_PATH, path, err);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001878 /* Add proxy environment variables */
Cyril Bontéac92a062014-12-27 22:28:38 +01001879 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_NAME, px->id, err);
1880 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_ID, ultoa_r(px->uuid, buf, sizeof(buf)), err);
1881 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_ADDR, check->argv[1], err);
1882 EXTCHK_SETENV(check, EXTCHK_HAPROXY_PROXY_PORT, check->argv[2], err);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001883 /* Add server environment variables */
Cyril Bontéac92a062014-12-27 22:28:38 +01001884 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_NAME, s->id, err);
1885 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_ID, ultoa_r(s->puid, buf, sizeof(buf)), err);
1886 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_ADDR, check->argv[3], err);
1887 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_PORT, check->argv[4], err);
1888 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_MAXCONN, ultoa_r(s->maxconn, buf, sizeof(buf)), err);
1889 EXTCHK_SETENV(check, EXTCHK_HAPROXY_SERVER_CURCONN, ultoa_r(s->cur_sess, buf, sizeof(buf)), err);
1890
1891 /* Ensure that we don't leave any hole in check->envp */
1892 for (i = 0; i < EXTCHK_SIZE; i++)
1893 if (!check->envp[i])
1894 EXTCHK_SETENV(check, i, "", err);
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001895
Cyril Bonté99c5bf52014-08-07 01:55:38 +02001896 return 1;
Simon Horman98637e52014-06-20 12:30:16 +09001897err:
1898 if (check->envp) {
Cyril Bontéac92a062014-12-27 22:28:38 +01001899 for (i = 0; i < EXTCHK_SIZE; i++)
Cyril Bonté9ede66b2014-12-02 21:21:36 +01001900 free(check->envp[i]);
Simon Horman98637e52014-06-20 12:30:16 +09001901 free(check->envp);
1902 check->envp = NULL;
1903 }
1904
1905 if (check->argv) {
1906 for (i = 1; i < 5; i++)
1907 free(check->argv[i]);
1908 free(check->argv);
1909 check->argv = NULL;
1910 }
Cyril Bonté99c5bf52014-08-07 01:55:38 +02001911 return 0;
Simon Horman98637e52014-06-20 12:30:16 +09001912}
1913
Simon Hormanb00d17a2014-06-13 16:18:16 +09001914/*
Simon Horman98637e52014-06-20 12:30:16 +09001915 * establish a server health-check that makes use of a process.
1916 *
1917 * It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02001918 * - SF_ERR_NONE if everything's OK
Willy Tarreaue7dff022015-04-03 01:14:29 +02001919 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
Tim Düsterhus4896c442016-11-29 02:15:19 +01001920 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Simon Horman98637e52014-06-20 12:30:16 +09001921 *
1922 * Blocks and then unblocks SIGCHLD
1923 */
1924static int connect_proc_chk(struct task *t)
1925{
Cyril Bontéac92a062014-12-27 22:28:38 +01001926 char buf[256];
Simon Horman98637e52014-06-20 12:30:16 +09001927 struct check *check = t->context;
1928 struct server *s = check->server;
1929 struct proxy *px = s->proxy;
1930 int status;
1931 pid_t pid;
1932
Willy Tarreaue7dff022015-04-03 01:14:29 +02001933 status = SF_ERR_RESOURCE;
Simon Horman98637e52014-06-20 12:30:16 +09001934
1935 block_sigchld();
1936
1937 pid = fork();
1938 if (pid < 0) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01001939 ha_alert("Failed to fork process for external health check: %s. Aborting.\n",
1940 strerror(errno));
Simon Horman98637e52014-06-20 12:30:16 +09001941 set_server_check_status(check, HCHK_STATUS_SOCKERR, strerror(errno));
1942 goto out;
1943 }
1944 if (pid == 0) {
1945 /* Child */
1946 extern char **environ;
Willy Tarreaub7b24782016-06-21 15:32:29 +02001947 int fd;
1948
1949 /* close all FDs. Keep stdin/stdout/stderr in verbose mode */
1950 fd = (global.mode & (MODE_QUIET|MODE_VERBOSE)) == MODE_QUIET ? 0 : 3;
1951
1952 while (fd < global.rlimit_nofile)
1953 close(fd++);
1954
Simon Horman98637e52014-06-20 12:30:16 +09001955 environ = check->envp;
Cyril Bontéac92a062014-12-27 22:28:38 +01001956 extchk_setenv(check, EXTCHK_HAPROXY_SERVER_CURCONN, ultoa_r(s->cur_sess, buf, sizeof(buf)));
Simon Horman98637e52014-06-20 12:30:16 +09001957 execvp(px->check_command, check->argv);
Christopher Faulet767a84b2017-11-24 16:50:31 +01001958 ha_alert("Failed to exec process for external health check: %s. Aborting.\n",
1959 strerror(errno));
Simon Horman98637e52014-06-20 12:30:16 +09001960 exit(-1);
1961 }
1962
1963 /* Parent */
1964 if (check->result == CHK_RES_UNKNOWN) {
1965 if (pid_list_add(pid, t) != NULL) {
1966 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
1967
1968 if (px->timeout.check && px->timeout.connect) {
1969 int t_con = tick_add(now_ms, px->timeout.connect);
1970 t->expire = tick_first(t->expire, t_con);
1971 }
Willy Tarreaue7dff022015-04-03 01:14:29 +02001972 status = SF_ERR_NONE;
Simon Horman98637e52014-06-20 12:30:16 +09001973 goto out;
1974 }
1975 else {
1976 set_server_check_status(check, HCHK_STATUS_SOCKERR, strerror(errno));
1977 }
1978 kill(pid, SIGTERM); /* process creation error */
1979 }
1980 else
1981 set_server_check_status(check, HCHK_STATUS_SOCKERR, strerror(errno));
1982
1983out:
1984 unblock_sigchld();
1985 return status;
1986}
1987
1988/*
Willy Tarreau1e62e2a2017-10-04 15:07:02 +02001989 * manages a server health-check that uses an external process. Returns
Willy Tarreaubaaee002006-06-26 02:48:02 +02001990 * the time the task accepts to wait, or TIME_ETERNITY for infinity.
Willy Tarreau62ac84f2017-11-05 10:11:13 +01001991 *
1992 * Please do NOT place any return statement in this function and only leave
1993 * via the out_unlock label.
Willy Tarreaubaaee002006-06-26 02:48:02 +02001994 */
Olivier Houchard9f6af332018-05-25 14:04:04 +02001995static struct task *process_chk_proc(struct task *t, void *context, unsigned short state)
Simon Horman98637e52014-06-20 12:30:16 +09001996{
Olivier Houchard9f6af332018-05-25 14:04:04 +02001997 struct check *check = context;
Simon Horman98637e52014-06-20 12:30:16 +09001998 struct server *s = check->server;
Simon Horman98637e52014-06-20 12:30:16 +09001999 int rv;
2000 int ret;
2001 int expired = tick_is_expired(t->expire, now_ms);
2002
Christopher Faulet2a944ee2017-11-07 10:42:54 +01002003 HA_SPIN_LOCK(SERVER_LOCK, &check->server->lock);
Simon Horman98637e52014-06-20 12:30:16 +09002004 if (!(check->state & CHK_ST_INPROGRESS)) {
2005 /* no check currently running */
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002006 if (!expired) /* woke up too early */
2007 goto out_unlock;
Simon Horman98637e52014-06-20 12:30:16 +09002008
2009 /* we don't send any health-checks when the proxy is
2010 * stopped, the server should not be checked or the check
2011 * is disabled.
2012 */
2013 if (((check->state & (CHK_ST_ENABLED | CHK_ST_PAUSED)) != CHK_ST_ENABLED) ||
2014 s->proxy->state == PR_STSTOPPED)
2015 goto reschedule;
2016
2017 /* we'll initiate a new check */
2018 set_server_check_status(check, HCHK_STATUS_START, NULL);
2019
2020 check->state |= CHK_ST_INPROGRESS;
2021
Simon Hormandbf70192015-01-30 11:22:53 +09002022 ret = connect_proc_chk(t);
Willy Tarreaud7c3fbd2017-10-04 15:19:26 +02002023 if (ret == SF_ERR_NONE) {
Willy Tarreau1e62e2a2017-10-04 15:07:02 +02002024 /* the process was forked, we allow up to min(inter,
2025 * timeout.connect) for it to report its status, but
2026 * only when timeout.check is set as it may be to short
2027 * for a full check otherwise.
Simon Horman98637e52014-06-20 12:30:16 +09002028 */
2029 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
2030
2031 if (s->proxy->timeout.check && s->proxy->timeout.connect) {
2032 int t_con = tick_add(now_ms, s->proxy->timeout.connect);
2033 t->expire = tick_first(t->expire, t_con);
2034 }
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002035 task_set_affinity(t, tid_bit);
Simon Horman98637e52014-06-20 12:30:16 +09002036 goto reschedule;
Simon Horman98637e52014-06-20 12:30:16 +09002037 }
2038
Willy Tarreau1e62e2a2017-10-04 15:07:02 +02002039 /* here, we failed to start the check */
Simon Horman98637e52014-06-20 12:30:16 +09002040
2041 check->state &= ~CHK_ST_INPROGRESS;
2042 check_notify_failure(check);
2043
2044 /* we allow up to min(inter, timeout.connect) for a connection
2045 * to establish but only when timeout.check is set
2046 * as it may be to short for a full check otherwise
2047 */
2048 while (tick_is_expired(t->expire, now_ms)) {
2049 int t_con;
2050
2051 t_con = tick_add(t->expire, s->proxy->timeout.connect);
2052 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
2053
2054 if (s->proxy->timeout.check)
2055 t->expire = tick_first(t->expire, t_con);
2056 }
2057 }
2058 else {
2059 /* there was a test running.
2060 * First, let's check whether there was an uncaught error,
2061 * which can happen on connect timeout or error.
2062 */
2063 if (check->result == CHK_RES_UNKNOWN) {
2064 /* good connection is enough for pure TCP check */
2065 struct pid_list *elem = check->curpid;
2066 int status = HCHK_STATUS_UNKNOWN;
2067
2068 if (elem->exited) {
2069 status = elem->status; /* Save in case the process exits between use below */
2070 if (!WIFEXITED(status))
2071 check->code = -1;
2072 else
2073 check->code = WEXITSTATUS(status);
2074 if (!WIFEXITED(status) || WEXITSTATUS(status))
2075 status = HCHK_STATUS_PROCERR;
2076 else
2077 status = HCHK_STATUS_PROCOK;
2078 } else if (expired) {
2079 status = HCHK_STATUS_PROCTOUT;
Christopher Faulet767a84b2017-11-24 16:50:31 +01002080 ha_warning("kill %d\n", (int)elem->pid);
Simon Horman98637e52014-06-20 12:30:16 +09002081 kill(elem->pid, SIGTERM);
2082 }
2083 set_server_check_status(check, status, NULL);
2084 }
2085
2086 if (check->result == CHK_RES_FAILED) {
2087 /* a failure or timeout detected */
2088 check_notify_failure(check);
2089 }
2090 else if (check->result == CHK_RES_CONDPASS) {
2091 /* check is OK but asks for stopping mode */
2092 check_notify_stopping(check);
2093 }
2094 else if (check->result == CHK_RES_PASSED) {
2095 /* a success was detected */
2096 check_notify_success(check);
2097 }
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002098 task_set_affinity(t, MAX_THREADS_MASK);
Simon Horman98637e52014-06-20 12:30:16 +09002099 check->state &= ~CHK_ST_INPROGRESS;
2100
2101 pid_list_del(check->curpid);
2102
2103 rv = 0;
2104 if (global.spread_checks > 0) {
2105 rv = srv_getinter(check) * global.spread_checks / 100;
2106 rv -= (int) (2 * rv * (rand() / (RAND_MAX + 1.0)));
2107 }
2108 t->expire = tick_add(now_ms, MS_TO_TICKS(srv_getinter(check) + rv));
2109 }
2110
2111 reschedule:
2112 while (tick_is_expired(t->expire, now_ms))
2113 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002114
2115 out_unlock:
Christopher Faulet2a944ee2017-11-07 10:42:54 +01002116 HA_SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Simon Horman98637e52014-06-20 12:30:16 +09002117 return t;
2118}
2119
2120/*
2121 * manages a server health-check that uses a connection. Returns
2122 * the time the task accepts to wait, or TIME_ETERNITY for infinity.
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002123 *
2124 * Please do NOT place any return statement in this function and only leave
2125 * via the out_unlock label.
Simon Horman98637e52014-06-20 12:30:16 +09002126 */
Olivier Houchard9f6af332018-05-25 14:04:04 +02002127static struct task *process_chk_conn(struct task *t, void *context, unsigned short state)
Willy Tarreaubaaee002006-06-26 02:48:02 +02002128{
Olivier Houchard9f6af332018-05-25 14:04:04 +02002129 struct check *check = context;
Simon Horman4a741432013-02-23 15:35:38 +09002130 struct server *s = check->server;
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002131 struct conn_stream *cs = check->cs;
2132 struct connection *conn = cs_conn(cs);
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002133 int rv;
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002134 int ret;
Willy Tarreauacbdc7a2012-11-23 14:02:10 +01002135 int expired = tick_is_expired(t->expire, now_ms);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002136
Christopher Faulet2a944ee2017-11-07 10:42:54 +01002137 HA_SPIN_LOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreau2c115e52013-12-11 19:41:16 +01002138 if (!(check->state & CHK_ST_INPROGRESS)) {
Willy Tarreau5a78f362012-11-23 12:47:05 +01002139 /* no check currently running */
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002140 if (!expired) /* woke up too early */
2141 goto out_unlock;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002142
Simon Horman671b6f02013-11-25 10:46:39 +09002143 /* we don't send any health-checks when the proxy is
2144 * stopped, the server should not be checked or the check
2145 * is disabled.
Willy Tarreaubaaee002006-06-26 02:48:02 +02002146 */
Willy Tarreau0d924cc2013-12-11 21:26:24 +01002147 if (((check->state & (CHK_ST_ENABLED | CHK_ST_PAUSED)) != CHK_ST_ENABLED) ||
Willy Tarreau33a08db2013-12-11 21:03:31 +01002148 s->proxy->state == PR_STSTOPPED)
Willy Tarreau5a78f362012-11-23 12:47:05 +01002149 goto reschedule;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002150
2151 /* we'll initiate a new check */
Simon Horman4a741432013-02-23 15:35:38 +09002152 set_server_check_status(check, HCHK_STATUS_START, NULL);
Willy Tarreau1ae1b7b2012-09-28 15:28:30 +02002153
Willy Tarreau2c115e52013-12-11 19:41:16 +01002154 check->state |= CHK_ST_INPROGRESS;
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002155 b_reset(&check->bi);
2156 b_reset(&check->bo);
Willy Tarreau1ae1b7b2012-09-28 15:28:30 +02002157
Simon Hormandbf70192015-01-30 11:22:53 +09002158 ret = connect_conn_chk(t);
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002159 cs = check->cs;
2160 conn = cs_conn(cs);
Willy Tarreau00149122017-10-04 18:05:01 +02002161
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002162 switch (ret) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002163 case SF_ERR_UP:
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002164 goto out_unlock;
2165
Willy Tarreaue7dff022015-04-03 01:14:29 +02002166 case SF_ERR_NONE:
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002167 /* we allow up to min(inter, timeout.connect) for a connection
2168 * to establish but only when timeout.check is set
2169 * as it may be to short for a full check otherwise
2170 */
Simon Horman4a741432013-02-23 15:35:38 +09002171 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
Krzysztof Piotr Oledzki09605412009-09-23 22:09:24 +02002172
Willy Tarreaufb56aab2012-09-28 14:40:02 +02002173 if (s->proxy->timeout.check && s->proxy->timeout.connect) {
2174 int t_con = tick_add(now_ms, s->proxy->timeout.connect);
2175 t->expire = tick_first(t->expire, t_con);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002176 }
Willy Tarreau06559ac2013-12-05 01:53:08 +01002177
2178 if (check->type)
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002179 cs_want_recv(cs); /* prepare for reading a possible reply */
Willy Tarreau06559ac2013-12-05 01:53:08 +01002180
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002181 task_set_affinity(t, tid_bit);
Willy Tarreau5a78f362012-11-23 12:47:05 +01002182 goto reschedule;
2183
Willy Tarreaue7dff022015-04-03 01:14:29 +02002184 case SF_ERR_SRVTO: /* ETIMEDOUT */
2185 case SF_ERR_SRVCL: /* ECONNREFUSED, ENETUNREACH, ... */
Willy Tarreau00149122017-10-04 18:05:01 +02002186 if (conn)
2187 conn->flags |= CO_FL_ERROR;
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002188 chk_report_conn_err(check, errno, 0);
Willy Tarreau5a78f362012-11-23 12:47:05 +01002189 break;
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02002190 /* should share same code than cases below */
2191 case SF_ERR_CHK_PORT:
2192 check->state |= CHK_ST_PORT_MISS;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002193 case SF_ERR_PRXCOND:
2194 case SF_ERR_RESOURCE:
2195 case SF_ERR_INTERNAL:
Willy Tarreau00149122017-10-04 18:05:01 +02002196 if (conn)
2197 conn->flags |= CO_FL_ERROR;
2198 chk_report_conn_err(check, conn ? 0 : ENOMEM, 0);
Willy Tarreau5a78f362012-11-23 12:47:05 +01002199 break;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002200 }
2201
Willy Tarreau5a78f362012-11-23 12:47:05 +01002202 /* here, we have seen a synchronous error, no fd was allocated */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002203 if (cs) {
2204 cs_destroy(cs);
2205 cs = check->cs = NULL;
2206 conn = NULL;
Olivier Houchard390485a2017-10-24 19:03:30 +02002207 }
Willy Tarreau6b0a8502012-11-23 08:51:32 +01002208
Willy Tarreau2c115e52013-12-11 19:41:16 +01002209 check->state &= ~CHK_ST_INPROGRESS;
Willy Tarreau4eec5472014-05-20 22:32:27 +02002210 check_notify_failure(check);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002211
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002212 /* we allow up to min(inter, timeout.connect) for a connection
2213 * to establish but only when timeout.check is set
2214 * as it may be to short for a full check otherwise
2215 */
Willy Tarreau0c303ee2008-07-07 00:09:58 +02002216 while (tick_is_expired(t->expire, now_ms)) {
2217 int t_con;
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002218
Willy Tarreau0c303ee2008-07-07 00:09:58 +02002219 t_con = tick_add(t->expire, s->proxy->timeout.connect);
Simon Horman4a741432013-02-23 15:35:38 +09002220 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002221
Willy Tarreau0c303ee2008-07-07 00:09:58 +02002222 if (s->proxy->timeout.check)
2223 t->expire = tick_first(t->expire, t_con);
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +01002224 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02002225 }
2226 else {
Willy Tarreauf1503172012-09-28 19:39:36 +02002227 /* there was a test running.
2228 * First, let's check whether there was an uncaught error,
2229 * which can happen on connect timeout or error.
2230 */
Simon Hormanccaabcd2014-06-20 12:29:47 +09002231 if (check->result == CHK_RES_UNKNOWN) {
Willy Tarreau25e2ab52013-12-04 11:17:05 +01002232 /* good connection is enough for pure TCP check */
2233 if ((conn->flags & CO_FL_CONNECTED) && !check->type) {
Simon Horman4a741432013-02-23 15:35:38 +09002234 if (check->use_ssl)
2235 set_server_check_status(check, HCHK_STATUS_L6OK, NULL);
Willy Tarreauf1503172012-09-28 19:39:36 +02002236 else
Simon Horman4a741432013-02-23 15:35:38 +09002237 set_server_check_status(check, HCHK_STATUS_L4OK, NULL);
Willy Tarreauacbdc7a2012-11-23 14:02:10 +01002238 }
Willy Tarreau4ff3b892017-10-16 15:17:17 +02002239 else if ((conn->flags & CO_FL_ERROR) || cs->flags & CS_FL_ERROR || expired) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002240 chk_report_conn_err(check, 0, expired);
Willy Tarreauf1503172012-09-28 19:39:36 +02002241 }
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002242 else
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002243 goto out_unlock; /* timeout not reached, wait again */
Willy Tarreauf1503172012-09-28 19:39:36 +02002244 }
2245
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002246 /* check complete or aborted */
Willy Tarreau00149122017-10-04 18:05:01 +02002247 if (conn && conn->xprt) {
Willy Tarreau5ba04f62013-02-12 15:23:12 +01002248 /* The check was aborted and the connection was not yet closed.
2249 * This can happen upon timeout, or when an external event such
2250 * as a failed response coupled with "observe layer7" caused the
2251 * server state to be suddenly changed.
2252 */
Willy Tarreaud85c4852015-03-13 00:40:28 +01002253 conn_sock_drain(conn);
Willy Tarreaua553ae92017-10-05 18:52:17 +02002254 cs_close(cs);
Willy Tarreau5ba04f62013-02-12 15:23:12 +01002255 }
2256
Willy Tarreauac59f362017-10-08 11:10:19 +02002257 if (cs) {
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002258 cs_destroy(cs);
2259 cs = check->cs = NULL;
2260 conn = NULL;
Willy Tarreau00149122017-10-04 18:05:01 +02002261 }
2262
Willy Tarreauaf549582014-05-16 17:37:50 +02002263 if (check->result == CHK_RES_FAILED) {
2264 /* a failure or timeout detected */
Willy Tarreau4eec5472014-05-20 22:32:27 +02002265 check_notify_failure(check);
Willy Tarreauaf549582014-05-16 17:37:50 +02002266 }
Willy Tarreaudb58b792014-05-21 13:57:23 +02002267 else if (check->result == CHK_RES_CONDPASS) {
2268 /* check is OK but asks for stopping mode */
2269 check_notify_stopping(check);
Willy Tarreauaf549582014-05-16 17:37:50 +02002270 }
Willy Tarreau3e048382014-05-21 10:30:54 +02002271 else if (check->result == CHK_RES_PASSED) {
2272 /* a success was detected */
2273 check_notify_success(check);
Willy Tarreaubaaee002006-06-26 02:48:02 +02002274 }
Christopher Faulet88ce5d12017-10-20 15:41:18 +02002275 task_set_affinity(t, MAX_THREADS_MASK);
Willy Tarreau2c115e52013-12-11 19:41:16 +01002276 check->state &= ~CHK_ST_INPROGRESS;
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002277
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002278 rv = 0;
2279 if (global.spread_checks > 0) {
Simon Horman4a741432013-02-23 15:35:38 +09002280 rv = srv_getinter(check) * global.spread_checks / 100;
Willy Tarreau74fa7fb2012-11-23 14:43:49 +01002281 rv -= (int) (2 * rv * (rand() / (RAND_MAX + 1.0)));
Willy Tarreaubaaee002006-06-26 02:48:02 +02002282 }
Simon Horman4a741432013-02-23 15:35:38 +09002283 t->expire = tick_add(now_ms, MS_TO_TICKS(srv_getinter(check) + rv));
Willy Tarreaubaaee002006-06-26 02:48:02 +02002284 }
Willy Tarreau5a78f362012-11-23 12:47:05 +01002285
2286 reschedule:
2287 while (tick_is_expired(t->expire, now_ms))
Simon Horman4a741432013-02-23 15:35:38 +09002288 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002289 out_unlock:
Christopher Faulet2a944ee2017-11-07 10:42:54 +01002290 HA_SPIN_UNLOCK(SERVER_LOCK, &check->server->lock);
Willy Tarreau26c25062009-03-08 09:38:41 +01002291 return t;
Willy Tarreaubaaee002006-06-26 02:48:02 +02002292}
2293
Simon Horman98637e52014-06-20 12:30:16 +09002294/*
2295 * manages a server health-check. Returns
2296 * the time the task accepts to wait, or TIME_ETERNITY for infinity.
2297 */
Olivier Houchard9f6af332018-05-25 14:04:04 +02002298static struct task *process_chk(struct task *t, void *context, unsigned short state)
Simon Horman98637e52014-06-20 12:30:16 +09002299{
Olivier Houchard9f6af332018-05-25 14:04:04 +02002300 struct check *check = context;
Simon Horman98637e52014-06-20 12:30:16 +09002301
2302 if (check->type == PR_O2_EXT_CHK)
Olivier Houchard9f6af332018-05-25 14:04:04 +02002303 return process_chk_proc(t, context, state);
2304 return process_chk_conn(t, context, state);
Baptiste Assmanna68ca962015-04-14 01:15:08 +02002305
Simon Horman98637e52014-06-20 12:30:16 +09002306}
2307
Simon Horman5c942422013-11-25 10:46:32 +09002308static int start_check_task(struct check *check, int mininter,
2309 int nbcheck, int srvpos)
2310{
2311 struct task *t;
2312 /* task for the check */
Emeric Brunc60def82017-09-27 14:59:38 +02002313 if ((t = task_new(MAX_THREADS_MASK)) == NULL) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01002314 ha_alert("Starting [%s:%s] check: out of memory.\n",
2315 check->server->proxy->id, check->server->id);
Simon Horman5c942422013-11-25 10:46:32 +09002316 return 0;
2317 }
2318
2319 check->task = t;
2320 t->process = process_chk;
2321 t->context = check;
2322
Willy Tarreau1746eec2014-04-25 10:46:47 +02002323 if (mininter < srv_getinter(check))
2324 mininter = srv_getinter(check);
2325
2326 if (global.max_spread_checks && mininter > global.max_spread_checks)
2327 mininter = global.max_spread_checks;
2328
Simon Horman5c942422013-11-25 10:46:32 +09002329 /* check this every ms */
Willy Tarreau1746eec2014-04-25 10:46:47 +02002330 t->expire = tick_add(now_ms, MS_TO_TICKS(mininter * srvpos / nbcheck));
Simon Horman5c942422013-11-25 10:46:32 +09002331 check->start = now;
2332 task_queue(t);
2333
2334 return 1;
2335}
2336
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002337/*
2338 * Start health-check.
Willy Tarreau865c5142016-12-21 20:04:48 +01002339 * Returns 0 if OK, ERR_FATAL on error, and prints the error in this case.
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002340 */
Willy Tarreau865c5142016-12-21 20:04:48 +01002341static int start_checks()
2342{
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002343
2344 struct proxy *px;
2345 struct server *s;
2346 struct task *t;
Simon Horman4a741432013-02-23 15:35:38 +09002347 int nbcheck=0, mininter=0, srvpos=0;
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002348
Willy Tarreau2c43a1e2007-10-14 23:05:39 +02002349 /* 1- count the checkers to run simultaneously.
2350 * We also determine the minimum interval among all of those which
2351 * have an interval larger than SRV_CHK_INTER_THRES. This interval
2352 * will be used to spread their start-up date. Those which have
Jamie Gloudon801a0a32012-08-25 00:18:33 -04002353 * a shorter interval will start independently and will not dictate
Willy Tarreau2c43a1e2007-10-14 23:05:39 +02002354 * too short an interval for all others.
2355 */
Olivier Houchardfbc74e82017-11-24 16:54:05 +01002356 for (px = proxies_list; px; px = px->next) {
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002357 for (s = px->srv; s; s = s->next) {
Willy Tarreaue7b73482013-11-21 11:50:50 +01002358 if (s->slowstart) {
Emeric Brunc60def82017-09-27 14:59:38 +02002359 if ((t = task_new(MAX_THREADS_MASK)) == NULL) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01002360 ha_alert("Starting [%s:%s] check: out of memory.\n", px->id, s->id);
Willy Tarreau865c5142016-12-21 20:04:48 +01002361 return ERR_ALERT | ERR_FATAL;
Willy Tarreaue7b73482013-11-21 11:50:50 +01002362 }
2363 /* We need a warmup task that will be called when the server
2364 * state switches from down to up.
2365 */
2366 s->warmup = t;
2367 t->process = server_warmup;
2368 t->context = s;
Baptiste Assmann6076d1c2015-09-17 22:53:59 +02002369 /* server can be in this state only because of */
Emeric Brun52a91d32017-08-31 14:41:55 +02002370 if (s->next_state == SRV_ST_STARTING)
Baptiste Assmann6076d1c2015-09-17 22:53:59 +02002371 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 +01002372 }
2373
Willy Tarreaud8514a22013-12-11 21:10:14 +01002374 if (s->check.state & CHK_ST_CONFIGURED) {
2375 nbcheck++;
2376 if ((srv_getinter(&s->check) >= SRV_CHK_INTER_THRES) &&
2377 (!mininter || mininter > srv_getinter(&s->check)))
2378 mininter = srv_getinter(&s->check);
2379 }
Willy Tarreau15f39102013-12-11 20:41:18 +01002380
Willy Tarreaud8514a22013-12-11 21:10:14 +01002381 if (s->agent.state & CHK_ST_CONFIGURED) {
2382 nbcheck++;
2383 if ((srv_getinter(&s->agent) >= SRV_CHK_INTER_THRES) &&
2384 (!mininter || mininter > srv_getinter(&s->agent)))
2385 mininter = srv_getinter(&s->agent);
2386 }
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002387 }
2388 }
2389
Simon Horman4a741432013-02-23 15:35:38 +09002390 if (!nbcheck)
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002391 return 0;
2392
2393 srand((unsigned)time(NULL));
2394
2395 /*
2396 * 2- start them as far as possible from each others. For this, we will
2397 * start them after their interval set to the min interval divided by
2398 * the number of servers, weighted by the server's position in the list.
2399 */
Olivier Houchardfbc74e82017-11-24 16:54:05 +01002400 for (px = proxies_list; px; px = px->next) {
Simon Horman98637e52014-06-20 12:30:16 +09002401 if ((px->options2 & PR_O2_CHK_ANY) == PR_O2_EXT_CHK) {
2402 if (init_pid_list()) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01002403 ha_alert("Starting [%s] check: out of memory.\n", px->id);
Willy Tarreau865c5142016-12-21 20:04:48 +01002404 return ERR_ALERT | ERR_FATAL;
Simon Horman98637e52014-06-20 12:30:16 +09002405 }
2406 }
2407
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002408 for (s = px->srv; s; s = s->next) {
Simon Hormand60d6912013-11-25 10:46:36 +09002409 /* A task for the main check */
Willy Tarreauff5ae352013-12-11 20:36:34 +01002410 if (s->check.state & CHK_ST_CONFIGURED) {
Cyril Bonté99c5bf52014-08-07 01:55:38 +02002411 if (s->check.type == PR_O2_EXT_CHK) {
2412 if (!prepare_external_check(&s->check))
Willy Tarreau865c5142016-12-21 20:04:48 +01002413 return ERR_ALERT | ERR_FATAL;
Cyril Bonté99c5bf52014-08-07 01:55:38 +02002414 }
Simon Hormand60d6912013-11-25 10:46:36 +09002415 if (!start_check_task(&s->check, mininter, nbcheck, srvpos))
Willy Tarreau865c5142016-12-21 20:04:48 +01002416 return ERR_ALERT | ERR_FATAL;
Simon Hormand60d6912013-11-25 10:46:36 +09002417 srvpos++;
2418 }
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002419
Simon Hormand60d6912013-11-25 10:46:36 +09002420 /* A task for a auxiliary agent check */
Willy Tarreauff5ae352013-12-11 20:36:34 +01002421 if (s->agent.state & CHK_ST_CONFIGURED) {
Simon Hormand60d6912013-11-25 10:46:36 +09002422 if (!start_check_task(&s->agent, mininter, nbcheck, srvpos)) {
Willy Tarreau865c5142016-12-21 20:04:48 +01002423 return ERR_ALERT | ERR_FATAL;
Simon Hormand60d6912013-11-25 10:46:36 +09002424 }
2425 srvpos++;
2426 }
Krzysztof Oledzkib304dc72007-10-14 23:40:01 +02002427 }
2428 }
2429 return 0;
2430}
Willy Tarreaubaaee002006-06-26 02:48:02 +02002431
2432/*
Willy Tarreau5b3a2022012-09-28 15:01:02 +02002433 * Perform content verification check on data in s->check.buffer buffer.
Willy Tarreaubd741542010-03-16 18:46:54 +01002434 * The buffer MUST be terminated by a null byte before calling this function.
2435 * Sets server status appropriately. The caller is responsible for ensuring
2436 * that the buffer contains at least 13 characters. If <done> is zero, we may
2437 * return 0 to indicate that data is required to decide of a match.
2438 */
2439static int httpchk_expect(struct server *s, int done)
2440{
Christopher Faulet1bc04c72017-10-29 20:14:08 +01002441 static THREAD_LOCAL char status_msg[] = "HTTP status check returned code <000>";
Willy Tarreaubd741542010-03-16 18:46:54 +01002442 char status_code[] = "000";
2443 char *contentptr;
2444 int crlf;
2445 int ret;
2446
2447 switch (s->proxy->options2 & PR_O2_EXP_TYPE) {
2448 case PR_O2_EXP_STS:
2449 case PR_O2_EXP_RSTS:
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002450 memcpy(status_code, b_head(&s->check.bi) + 9, 3);
2451 memcpy(status_msg + strlen(status_msg) - 4, b_head(&s->check.bi) + 9, 3);
Willy Tarreaubd741542010-03-16 18:46:54 +01002452
2453 if ((s->proxy->options2 & PR_O2_EXP_TYPE) == PR_O2_EXP_STS)
2454 ret = strncmp(s->proxy->expect_str, status_code, 3) == 0;
2455 else
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02002456 ret = regex_exec(s->proxy->expect_regex, status_code);
Willy Tarreaubd741542010-03-16 18:46:54 +01002457
2458 /* we necessarily have the response, so there are no partial failures */
2459 if (s->proxy->options2 & PR_O2_EXP_INV)
2460 ret = !ret;
2461
Simon Horman4a741432013-02-23 15:35:38 +09002462 set_server_check_status(&s->check, ret ? HCHK_STATUS_L7OKD : HCHK_STATUS_L7STS, status_msg);
Willy Tarreaubd741542010-03-16 18:46:54 +01002463 break;
2464
2465 case PR_O2_EXP_STR:
2466 case PR_O2_EXP_RSTR:
2467 /* very simple response parser: ignore CR and only count consecutive LFs,
2468 * stop with contentptr pointing to first char after the double CRLF or
2469 * to '\0' if crlf < 2.
2470 */
2471 crlf = 0;
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002472 for (contentptr = b_head(&s->check.bi); *contentptr; contentptr++) {
Willy Tarreaubd741542010-03-16 18:46:54 +01002473 if (crlf >= 2)
2474 break;
2475 if (*contentptr == '\r')
2476 continue;
2477 else if (*contentptr == '\n')
2478 crlf++;
2479 else
2480 crlf = 0;
2481 }
2482
2483 /* Check that response contains a body... */
2484 if (crlf < 2) {
2485 if (!done)
2486 return 0;
2487
Simon Horman4a741432013-02-23 15:35:38 +09002488 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002489 "HTTP content check could not find a response body");
2490 return 1;
2491 }
2492
2493 /* Check that response body is not empty... */
2494 if (*contentptr == '\0') {
Willy Tarreaua164fb52011-04-13 09:32:41 +02002495 if (!done)
2496 return 0;
2497
Simon Horman4a741432013-02-23 15:35:38 +09002498 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002499 "HTTP content check found empty response body");
2500 return 1;
2501 }
2502
2503 /* Check the response content against the supplied string
2504 * or regex... */
2505 if ((s->proxy->options2 & PR_O2_EXP_TYPE) == PR_O2_EXP_STR)
2506 ret = strstr(contentptr, s->proxy->expect_str) != NULL;
2507 else
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02002508 ret = regex_exec(s->proxy->expect_regex, contentptr);
Willy Tarreaubd741542010-03-16 18:46:54 +01002509
2510 /* if we don't match, we may need to wait more */
2511 if (!ret && !done)
2512 return 0;
2513
2514 if (ret) {
2515 /* content matched */
2516 if (s->proxy->options2 & PR_O2_EXP_INV)
Simon Horman4a741432013-02-23 15:35:38 +09002517 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002518 "HTTP check matched unwanted content");
2519 else
Simon Horman4a741432013-02-23 15:35:38 +09002520 set_server_check_status(&s->check, HCHK_STATUS_L7OKD,
Willy Tarreaubd741542010-03-16 18:46:54 +01002521 "HTTP content check matched");
2522 }
2523 else {
2524 if (s->proxy->options2 & PR_O2_EXP_INV)
Simon Horman4a741432013-02-23 15:35:38 +09002525 set_server_check_status(&s->check, HCHK_STATUS_L7OKD,
Willy Tarreaubd741542010-03-16 18:46:54 +01002526 "HTTP check did not match unwanted content");
2527 else
Simon Horman4a741432013-02-23 15:35:38 +09002528 set_server_check_status(&s->check, HCHK_STATUS_L7RSP,
Willy Tarreaubd741542010-03-16 18:46:54 +01002529 "HTTP content check did not match");
2530 }
2531 break;
2532 }
2533 return 1;
2534}
2535
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002536/*
2537 * return the id of a step in a send/expect session
2538 */
Simon Hormane16c1b32015-01-30 11:22:57 +09002539static int tcpcheck_get_step_id(struct check *check)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002540{
2541 struct tcpcheck_rule *cur = NULL, *next = NULL;
2542 int i = 0;
2543
Willy Tarreau213c6782014-10-02 14:51:02 +02002544 /* not even started anything yet => step 0 = initial connect */
Baptiste Assmannf95bc8e2015-04-25 16:03:06 +02002545 if (!check->current_step)
Willy Tarreau213c6782014-10-02 14:51:02 +02002546 return 0;
2547
Simon Hormane16c1b32015-01-30 11:22:57 +09002548 cur = check->last_started_step;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002549
2550 /* no step => first step */
2551 if (cur == NULL)
2552 return 1;
2553
2554 /* increment i until current step */
Simon Hormane16c1b32015-01-30 11:22:57 +09002555 list_for_each_entry(next, check->tcpcheck_rules, list) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002556 if (next->list.p == &cur->list)
2557 break;
2558 ++i;
2559 }
2560
2561 return i;
2562}
2563
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002564/*
2565 * return the latest known comment before (including) the given stepid
2566 * returns NULL if no comment found
2567 */
2568static char * tcpcheck_get_step_comment(struct check *check, int stepid)
2569{
2570 struct tcpcheck_rule *cur = NULL;
2571 char *ret = NULL;
2572 int i = 0;
2573
2574 /* not even started anything yet, return latest comment found before any action */
2575 if (!check->current_step) {
2576 list_for_each_entry(cur, check->tcpcheck_rules, list) {
2577 if (cur->action == TCPCHK_ACT_COMMENT)
2578 ret = cur->comment;
2579 else
2580 goto return_comment;
2581 }
2582 }
2583
2584 i = 1;
2585 list_for_each_entry(cur, check->tcpcheck_rules, list) {
2586 if (cur->comment)
2587 ret = cur->comment;
2588
2589 if (i >= stepid)
2590 goto return_comment;
2591
2592 ++i;
2593 }
2594
2595 return_comment:
2596 return ret;
2597}
2598
Willy Tarreaube74b882017-10-04 16:22:49 +02002599/* proceed with next steps for the TCP checks <check>. Note that this is called
2600 * both from the connection's wake() callback and from the check scheduling task.
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002601 * It returns 0 on normal cases, or <0 if a close() has happened on an existing
2602 * connection, presenting the risk of an fd replacement.
Willy Tarreau62ac84f2017-11-05 10:11:13 +01002603 *
2604 * Please do NOT place any return statement in this function and only leave
2605 * via the out_unlock label after setting retcode.
Willy Tarreaube74b882017-10-04 16:22:49 +02002606 */
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002607static int tcpcheck_main(struct check *check)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002608{
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002609 char *contentptr, *comment;
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002610 struct tcpcheck_rule *next;
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002611 int done = 0, ret = 0, step = 0;
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002612 struct conn_stream *cs = check->cs;
2613 struct connection *conn = cs_conn(cs);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002614 struct server *s = check->server;
2615 struct task *t = check->task;
Simon Hormane16c1b32015-01-30 11:22:57 +09002616 struct list *head = check->tcpcheck_rules;
Willy Tarreau6bdcab02017-10-04 18:41:00 +02002617 int retcode = 0;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002618
Willy Tarreauef953952014-10-02 14:30:14 +02002619 /* here, we know that the check is complete or that it failed */
2620 if (check->result != CHK_RES_UNKNOWN)
2621 goto out_end_tcpcheck;
2622
2623 /* We have 4 possibilities here :
2624 * 1. we've not yet attempted step 1, and step 1 is a connect, so no
Willy Tarreau00149122017-10-04 18:05:01 +02002625 * connection attempt was made yet ; conn==NULL;current_step==NULL.
Willy Tarreauef953952014-10-02 14:30:14 +02002626 * 2. we've not yet attempted step 1, and step 1 is a not connect or
2627 * does not exist (no rule), so a connection attempt was made
Willy Tarreau00149122017-10-04 18:05:01 +02002628 * before coming here, conn!=NULL.
Willy Tarreauef953952014-10-02 14:30:14 +02002629 * 3. we're coming back after having started with step 1, so we may
Willy Tarreau00149122017-10-04 18:05:01 +02002630 * be waiting for a connection attempt to complete. conn!=NULL.
2631 * 4. the connection + handshake are complete. conn!=NULL.
Willy Tarreauef953952014-10-02 14:30:14 +02002632 *
2633 * #2 and #3 are quite similar, we want both the connection and the
2634 * handshake to complete before going any further. Thus we must always
2635 * wait for a connection to complete unless we're before and existing
2636 * step 1.
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002637 */
Willy Tarreau449f9522015-05-13 15:39:48 +02002638
2639 /* find first rule and skip comments */
2640 next = LIST_NEXT(head, struct tcpcheck_rule *, list);
2641 while (&next->list != head && next->action == TCPCHK_ACT_COMMENT)
2642 next = LIST_NEXT(&next->list, struct tcpcheck_rule *, list);
2643
Willy Tarreau00149122017-10-04 18:05:01 +02002644 if ((check->current_step || &next->list == head) &&
2645 (!(conn->flags & CO_FL_CONNECTED) || (conn->flags & CO_FL_HANDSHAKE))) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002646 /* we allow up to min(inter, timeout.connect) for a connection
2647 * to establish but only when timeout.check is set
2648 * as it may be to short for a full check otherwise
2649 */
2650 while (tick_is_expired(t->expire, now_ms)) {
2651 int t_con;
2652
2653 t_con = tick_add(t->expire, s->proxy->timeout.connect);
2654 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
2655
2656 if (s->proxy->timeout.check)
2657 t->expire = tick_first(t->expire, t_con);
2658 }
Christopher Fauletb6102852017-11-28 10:06:29 +01002659 goto out;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002660 }
2661
Willy Tarreauef953952014-10-02 14:30:14 +02002662 /* special case: option tcp-check with no rule, a connect is enough */
Willy Tarreau449f9522015-05-13 15:39:48 +02002663 if (&next->list == head) {
Willy Tarreauef953952014-10-02 14:30:14 +02002664 set_server_check_status(check, HCHK_STATUS_L4OK, NULL);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002665 goto out_end_tcpcheck;
Willy Tarreauef953952014-10-02 14:30:14 +02002666 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002667
Willy Tarreau213c6782014-10-02 14:51:02 +02002668 /* no step means first step initialisation */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002669 if (check->current_step == NULL) {
Willy Tarreau213c6782014-10-02 14:51:02 +02002670 check->last_started_step = NULL;
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002671 b_reset(&check->bo);
2672 b_reset(&check->bi);
Willy Tarreau449f9522015-05-13 15:39:48 +02002673 check->current_step = next;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002674 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
2675 if (s->proxy->timeout.check)
2676 t->expire = tick_add_ifset(now_ms, s->proxy->timeout.check);
2677 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002678
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002679 /* It's only the rules which will enable send/recv */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002680 if (cs)
2681 cs_stop_both(cs);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002682
Willy Tarreauabca5b62013-12-06 14:19:25 +01002683 while (1) {
Willy Tarreau263013d2015-05-13 11:59:14 +02002684 /* We have to try to flush the output buffer before reading, at
2685 * the end, or if we're about to send a string that does not fit
2686 * in the remaining space. That explains why we break out of the
Willy Tarreau00149122017-10-04 18:05:01 +02002687 * loop after this control. If we have data, conn is valid.
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002688 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002689 if (b_data(&check->bo) &&
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002690 (&check->current_step->list == head ||
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002691 check->current_step->action != TCPCHK_ACT_SEND ||
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002692 check->current_step->string_len >= b_room(&check->bo))) {
Willy Tarreaudeccd112018-06-14 18:38:55 +02002693 int ret;
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002694
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002695 __cs_want_send(cs);
Olivier Houcharded0f2072018-08-16 15:41:52 +02002696 ret = cs->conn->mux->snd_buf(cs, &check->bo, b_data(&check->bo), 0);
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002697 b_realign_if_empty(&check->bo);
Willy Tarreaudeccd112018-06-14 18:38:55 +02002698
2699 if (ret <= 0) {
Willy Tarreau4ff3b892017-10-16 15:17:17 +02002700 if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR) {
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002701 chk_report_conn_err(check, errno, 0);
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002702 __cs_stop_both(cs);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002703 goto out_end_tcpcheck;
2704 }
Willy Tarreau263013d2015-05-13 11:59:14 +02002705 break;
Willy Tarreauabca5b62013-12-06 14:19:25 +01002706 }
Willy Tarreauabca5b62013-12-06 14:19:25 +01002707 }
2708
Willy Tarreau263013d2015-05-13 11:59:14 +02002709 if (&check->current_step->list == head)
Willy Tarreauabca5b62013-12-06 14:19:25 +01002710 break;
2711
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002712 /* have 'next' point to the next rule or NULL if we're on the
2713 * last one, connect() needs this.
2714 */
Willy Tarreau5581c272015-05-13 12:24:53 +02002715 next = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002716
2717 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002718 while (&next->list != head && next->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002719 next = LIST_NEXT(&next->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002720
2721 /* NULL if we're on the last rule */
Willy Tarreauf3d34822014-12-08 12:11:28 +01002722 if (&next->list == head)
2723 next = NULL;
2724
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002725 if (check->current_step->action == TCPCHK_ACT_CONNECT) {
2726 struct protocol *proto;
2727 struct xprt_ops *xprt;
2728
Willy Tarreau00149122017-10-04 18:05:01 +02002729 /* For a connect action we'll create a new connection.
2730 * We may also have to kill a previous one. But we don't
2731 * want to leave *without* a connection if we came here
2732 * from the connection layer, hence with a connection.
2733 * Thus we'll proceed in the following order :
2734 * 1: close but not release previous connection
2735 * 2: try to get a new connection
2736 * 3: release and replace the old one on success
2737 */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002738 if (check->cs) {
Willy Tarreaua553ae92017-10-05 18:52:17 +02002739 cs_close(check->cs);
2740 retcode = -1; /* do not reuse the fd in the caller! */
Willy Tarreau00149122017-10-04 18:05:01 +02002741 }
2742
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002743 /* mark the step as started */
2744 check->last_started_step = check->current_step;
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002745
2746 /* prepare new connection */
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002747 cs = cs_new(NULL);
2748 if (!cs) {
Willy Tarreau00149122017-10-04 18:05:01 +02002749 step = tcpcheck_get_step_id(check);
2750 chunk_printf(&trash, "TCPCHK error allocating connection at step %d", step);
2751 comment = tcpcheck_get_step_comment(check, step);
2752 if (comment)
2753 chunk_appendf(&trash, " comment: '%s'", comment);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002754 set_server_check_status(check, HCHK_STATUS_SOCKERR,
2755 trash.area);
Willy Tarreau00149122017-10-04 18:05:01 +02002756 check->current_step = NULL;
Christopher Fauletb6102852017-11-28 10:06:29 +01002757 goto out;
Willy Tarreau00149122017-10-04 18:05:01 +02002758 }
Olivier Houchard5c110b92018-08-14 17:04:58 +02002759 cs->wait_list.task->process = event_srv_chk_io;
2760 cs->wait_list.task->context = cs;
Willy Tarreau00149122017-10-04 18:05:01 +02002761
Willy Tarreauac59f362017-10-08 11:10:19 +02002762 if (check->cs)
2763 cs_destroy(check->cs);
Willy Tarreau00149122017-10-04 18:05:01 +02002764
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002765 check->cs = cs;
2766 conn = cs->conn;
2767 cs_attach(cs, check, &check_conn_cb);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002768 conn->target = &s->obj_type;
2769
2770 /* no client address */
2771 clear_addr(&conn->addr.from);
2772
Simon Horman41f58762015-01-30 11:22:56 +09002773 if (is_addr(&check->addr)) {
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002774 /* we'll connect to the check addr specified on the server */
Simon Horman41f58762015-01-30 11:22:56 +09002775 conn->addr.to = check->addr;
Willy Tarreau640556c2014-05-09 23:38:15 +02002776 }
2777 else {
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002778 /* we'll connect to the addr on the server */
2779 conn->addr.to = s->addr;
Willy Tarreau640556c2014-05-09 23:38:15 +02002780 }
Thierry FOURNIERbb2ae642015-01-14 11:31:49 +01002781 proto = protocol_by_family(conn->addr.to.ss_family);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002782
2783 /* port */
2784 if (check->current_step->port)
2785 set_host_port(&conn->addr.to, check->current_step->port);
2786 else if (check->port)
2787 set_host_port(&conn->addr.to, check->port);
Baptiste Assmann2f3a56b2018-03-19 12:22:41 +01002788 else if (s->svc_port)
2789 set_host_port(&conn->addr.to, s->svc_port);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002790
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002791 if (check->current_step->conn_opts & TCPCHK_OPT_SSL) {
Willy Tarreaua261e9b2016-12-22 20:44:00 +01002792 xprt = xprt_get(XPRT_SSL);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002793 }
2794 else {
Willy Tarreaua261e9b2016-12-22 20:44:00 +01002795 xprt = xprt_get(XPRT_RAW);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002796 }
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002797 conn_prepare(conn, proto, xprt);
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002798 conn_install_mux(conn, &mux_pt_ops, cs);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002799
Willy Tarreaue7dff022015-04-03 01:14:29 +02002800 ret = SF_ERR_INTERNAL;
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002801 if (proto->connect)
Willy Tarreauf3d34822014-12-08 12:11:28 +01002802 ret = proto->connect(conn,
2803 1 /* I/O polling is always needed */,
2804 (next && next->action == TCPCHK_ACT_EXPECT) ? 0 : 2);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002805 if (check->current_step->conn_opts & TCPCHK_OPT_SEND_PROXY) {
2806 conn->send_proxy_ofs = 1;
2807 conn->flags |= CO_FL_SEND_PROXY;
2808 }
2809
2810 /* It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02002811 * - SF_ERR_NONE if everything's OK
2812 * - SF_ERR_SRVTO if there are no more servers
2813 * - SF_ERR_SRVCL if the connection was refused by the server
2814 * - SF_ERR_PRXCOND if the connection has been limited by the proxy (maxconn)
2815 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
2816 * - SF_ERR_INTERNAL for any other purely internal errors
Tim Düsterhus4896c442016-11-29 02:15:19 +01002817 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002818 * Note that we try to prevent the network stack from sending the ACK during the
2819 * connect() when a pure TCP check is used (without PROXY protocol).
2820 */
2821 switch (ret) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002822 case SF_ERR_NONE:
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002823 /* we allow up to min(inter, timeout.connect) for a connection
2824 * to establish but only when timeout.check is set
2825 * as it may be to short for a full check otherwise
2826 */
2827 t->expire = tick_add(now_ms, MS_TO_TICKS(check->inter));
2828
2829 if (s->proxy->timeout.check && s->proxy->timeout.connect) {
2830 int t_con = tick_add(now_ms, s->proxy->timeout.connect);
2831 t->expire = tick_first(t->expire, t_con);
2832 }
2833 break;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002834 case SF_ERR_SRVTO: /* ETIMEDOUT */
2835 case SF_ERR_SRVCL: /* ECONNREFUSED, ENETUNREACH, ... */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002836 step = tcpcheck_get_step_id(check);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002837 chunk_printf(&trash, "TCPCHK error establishing connection at step %d: %s",
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002838 step, strerror(errno));
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002839 comment = tcpcheck_get_step_comment(check, step);
2840 if (comment)
2841 chunk_appendf(&trash, " comment: '%s'", comment);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002842 set_server_check_status(check, HCHK_STATUS_L4CON,
2843 trash.area);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002844 goto out_end_tcpcheck;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002845 case SF_ERR_PRXCOND:
2846 case SF_ERR_RESOURCE:
2847 case SF_ERR_INTERNAL:
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002848 step = tcpcheck_get_step_id(check);
2849 chunk_printf(&trash, "TCPCHK error establishing connection at step %d", step);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002850 comment = tcpcheck_get_step_comment(check, step);
2851 if (comment)
2852 chunk_appendf(&trash, " comment: '%s'", comment);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002853 set_server_check_status(check, HCHK_STATUS_SOCKERR,
2854 trash.area);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002855 goto out_end_tcpcheck;
2856 }
2857
2858 /* allow next rule */
Willy Tarreau5581c272015-05-13 12:24:53 +02002859 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002860
2861 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002862 while (&check->current_step->list != head &&
2863 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002864 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002865
Willy Tarreauf2c87352015-05-13 12:08:21 +02002866 if (&check->current_step->list == head)
2867 break;
2868
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002869 } /* end 'connect' */
2870 else if (check->current_step->action == TCPCHK_ACT_SEND) {
2871 /* mark the step as started */
2872 check->last_started_step = check->current_step;
2873
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002874 /* reset the read buffer */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002875 if (*b_head(&check->bi) != '\0') {
2876 *b_head(&check->bi) = '\0';
2877 b_reset(&check->bi);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002878 }
2879
Willy Tarreaubbae3f02017-08-30 09:59:52 +02002880 if (conn->flags & CO_FL_SOCK_WR_SH) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002881 conn->flags |= CO_FL_ERROR;
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002882 chk_report_conn_err(check, 0, 0);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002883 goto out_end_tcpcheck;
2884 }
2885
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002886 if (check->current_step->string_len >= b_size(&check->bo)) {
Willy Tarreau506a29a2018-07-18 10:07:58 +02002887 chunk_printf(&trash, "tcp-check send : string too large (%d) for buffer size (%u) at step %d",
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002888 check->current_step->string_len, (unsigned int)b_size(&check->bo),
Simon Hormane16c1b32015-01-30 11:22:57 +09002889 tcpcheck_get_step_id(check));
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002890 set_server_check_status(check, HCHK_STATUS_L7RSP,
2891 trash.area);
Willy Tarreauabca5b62013-12-06 14:19:25 +01002892 goto out_end_tcpcheck;
2893 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002894
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002895 /* do not try to send if there is no space */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002896 if (check->current_step->string_len >= b_room(&check->bo))
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002897 continue;
2898
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002899 b_putblk(&check->bo, check->current_step->string, check->current_step->string_len);
2900 *b_tail(&check->bo) = '\0'; /* to make gdb output easier to read */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002901
Willy Tarreauabca5b62013-12-06 14:19:25 +01002902 /* go to next rule and try to send */
Willy Tarreau5581c272015-05-13 12:24:53 +02002903 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002904
2905 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02002906 while (&check->current_step->list != head &&
2907 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02002908 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Willy Tarreauf2c87352015-05-13 12:08:21 +02002909
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002910 } /* end 'send' */
Willy Tarreau98aec9f2013-12-06 16:16:41 +01002911 else if (check->current_step->action == TCPCHK_ACT_EXPECT) {
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01002912 if (unlikely(check->result == CHK_RES_FAILED))
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002913 goto out_end_tcpcheck;
2914
Olivier Houchard9aaf7782017-09-13 18:30:23 +02002915 __cs_want_recv(cs);
Olivier Houchard511efea2018-08-16 15:30:32 +02002916 if (cs->conn->mux->rcv_buf(cs, &check->bi, b_size(&check->bi), 0) <= 0) {
Willy Tarreau4ff3b892017-10-16 15:17:17 +02002917 if (conn->flags & (CO_FL_ERROR | CO_FL_SOCK_RD_SH) || cs->flags & CS_FL_ERROR) {
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002918 done = 1;
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002919 if ((conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR) && !b_data(&check->bi)) {
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002920 /* Report network errors only if we got no other data. Otherwise
2921 * we'll let the upper layers decide whether the response is OK
2922 * or not. It is very common that an RST sent by the server is
2923 * reported as an error just after the last data chunk.
2924 */
Willy Tarreaub5259bf2017-10-04 14:47:29 +02002925 chk_report_conn_err(check, errno, 0);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002926 goto out_end_tcpcheck;
2927 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002928 }
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002929 else
Willy Tarreau263013d2015-05-13 11:59:14 +02002930 break;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002931 }
2932
Baptiste Assmann69e273f2013-12-11 00:52:19 +01002933 /* mark the step as started */
2934 check->last_started_step = check->current_step;
2935
2936
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002937 /* Intermediate or complete response received.
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002938 * Terminate string in b_head(&check->bi) buffer.
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002939 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002940 if (b_data(&check->bi) < b_size(&check->bi)) {
2941 b_head(&check->bi)[b_data(&check->bi)] = '\0';
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002942 }
2943 else {
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002944 b_head(&check->bi)[b_data(&check->bi) - 1] = '\0';
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002945 done = 1; /* buffer full, don't wait for more data */
2946 }
2947
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002948 contentptr = b_head(&check->bi);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002949
2950 /* Check that response body is not empty... */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002951 if (!b_data(&check->bi)) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002952 if (!done)
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01002953 continue;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002954
2955 /* empty response */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002956 step = tcpcheck_get_step_id(check);
2957 chunk_printf(&trash, "TCPCHK got an empty response at step %d", step);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002958 comment = tcpcheck_get_step_comment(check, step);
2959 if (comment)
2960 chunk_appendf(&trash, " comment: '%s'", comment);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002961 set_server_check_status(check, HCHK_STATUS_L7RSP,
2962 trash.area);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002963
2964 goto out_end_tcpcheck;
2965 }
2966
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002967 if (!done && (check->current_step->string != NULL) && (b_data(&check->bi) < check->current_step->string_len) )
Willy Tarreaua970c282013-12-06 12:47:19 +01002968 continue; /* try to read more */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002969
Willy Tarreaua970c282013-12-06 12:47:19 +01002970 tcpcheck_expect:
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002971 if (check->current_step->string != NULL)
Willy Tarreauc9fa0482018-07-10 17:43:27 +02002972 ret = my_memmem(contentptr, b_data(&check->bi), check->current_step->string, check->current_step->string_len) != NULL;
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002973 else if (check->current_step->expect_regex != NULL)
2974 ret = regex_exec(check->current_step->expect_regex, contentptr);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002975
2976 if (!ret && !done)
Willy Tarreaua970c282013-12-06 12:47:19 +01002977 continue; /* try to read more */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002978
2979 /* matched */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002980 step = tcpcheck_get_step_id(check);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002981 if (ret) {
2982 /* matched but we did not want to => ERROR */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002983 if (check->current_step->inverse) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002984 /* we were looking for a string */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002985 if (check->current_step->string != NULL) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002986 chunk_printf(&trash, "TCPCHK matched unwanted content '%s' at step %d",
Willy Tarreauce8c42a2015-05-13 11:23:01 +02002987 check->current_step->string, step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002988 }
2989 else {
2990 /* we were looking for a regex */
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02002991 chunk_printf(&trash, "TCPCHK matched unwanted content (regex) at step %d", step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002992 }
Baptiste Assmann22b09d22015-05-01 08:03:04 +02002993 comment = tcpcheck_get_step_comment(check, step);
2994 if (comment)
2995 chunk_appendf(&trash, " comment: '%s'", comment);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002996 set_server_check_status(check, HCHK_STATUS_L7RSP,
2997 trash.area);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02002998 goto out_end_tcpcheck;
2999 }
3000 /* matched and was supposed to => OK, next step */
3001 else {
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003002 /* allow next rule */
Willy Tarreau5581c272015-05-13 12:24:53 +02003003 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003004
3005 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02003006 while (&check->current_step->list != head &&
3007 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02003008 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003009
Willy Tarreauf2c87352015-05-13 12:08:21 +02003010 if (&check->current_step->list == head)
3011 break;
3012
Willy Tarreau98aec9f2013-12-06 16:16:41 +01003013 if (check->current_step->action == TCPCHK_ACT_EXPECT)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003014 goto tcpcheck_expect;
Olivier Houchard9aaf7782017-09-13 18:30:23 +02003015 __cs_stop_recv(cs);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003016 }
3017 }
3018 else {
3019 /* not matched */
3020 /* not matched and was not supposed to => OK, next step */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02003021 if (check->current_step->inverse) {
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003022 /* allow next rule */
Willy Tarreau5581c272015-05-13 12:24:53 +02003023 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003024
3025 /* bypass all comment rules */
Willy Tarreauf2c87352015-05-13 12:08:21 +02003026 while (&check->current_step->list != head &&
3027 check->current_step->action == TCPCHK_ACT_COMMENT)
Willy Tarreau5581c272015-05-13 12:24:53 +02003028 check->current_step = LIST_NEXT(&check->current_step->list, struct tcpcheck_rule *, list);
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003029
Willy Tarreauf2c87352015-05-13 12:08:21 +02003030 if (&check->current_step->list == head)
3031 break;
3032
Willy Tarreau98aec9f2013-12-06 16:16:41 +01003033 if (check->current_step->action == TCPCHK_ACT_EXPECT)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003034 goto tcpcheck_expect;
Olivier Houchard9aaf7782017-09-13 18:30:23 +02003035 __cs_stop_recv(cs);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003036 }
3037 /* not matched but was supposed to => ERROR */
3038 else {
3039 /* we were looking for a string */
Willy Tarreauce8c42a2015-05-13 11:23:01 +02003040 if (check->current_step->string != NULL) {
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003041 chunk_printf(&trash, "TCPCHK did not match content '%s' at step %d",
Willy Tarreauce8c42a2015-05-13 11:23:01 +02003042 check->current_step->string, step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003043 }
3044 else {
3045 /* we were looking for a regex */
3046 chunk_printf(&trash, "TCPCHK did not match content (regex) at step %d",
Baptiste Assmanncfbd1b82015-05-02 09:00:23 +02003047 step);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003048 }
Baptiste Assmann22b09d22015-05-01 08:03:04 +02003049 comment = tcpcheck_get_step_comment(check, step);
3050 if (comment)
3051 chunk_appendf(&trash, " comment: '%s'", comment);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02003052 set_server_check_status(check, HCHK_STATUS_L7RSP,
3053 trash.area);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003054 goto out_end_tcpcheck;
3055 }
3056 }
3057 } /* end expect */
3058 } /* end loop over double chained step list */
3059
Baptiste Assmann248f1172018-03-01 21:49:01 +01003060 /* don't do anything until the connection is established */
3061 if (!(conn->flags & CO_FL_CONNECTED)) {
3062 /* update expire time, should be done by process_chk */
3063 /* we allow up to min(inter, timeout.connect) for a connection
3064 * to establish but only when timeout.check is set
3065 * as it may be to short for a full check otherwise
3066 */
3067 while (tick_is_expired(t->expire, now_ms)) {
3068 int t_con;
3069
3070 t_con = tick_add(t->expire, s->proxy->timeout.connect);
3071 t->expire = tick_add(t->expire, MS_TO_TICKS(check->inter));
3072
3073 if (s->proxy->timeout.check)
3074 t->expire = tick_first(t->expire, t_con);
3075 }
3076 goto out;
3077 }
3078
Willy Tarreau263013d2015-05-13 11:59:14 +02003079 /* We're waiting for some I/O to complete, we've reached the end of the
3080 * rules, or both. Do what we have to do, otherwise we're done.
3081 */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02003082 if (&check->current_step->list == head && !b_data(&check->bo)) {
Willy Tarreau263013d2015-05-13 11:59:14 +02003083 set_server_check_status(check, HCHK_STATUS_L7OKD, "(tcp-check)");
3084 goto out_end_tcpcheck;
3085 }
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003086
Willy Tarreau53c5a042015-05-13 11:38:17 +02003087 /* warning, current_step may now point to the head */
Willy Tarreauc9fa0482018-07-10 17:43:27 +02003088 if (b_data(&check->bo))
Olivier Houchard9aaf7782017-09-13 18:30:23 +02003089 __cs_want_send(cs);
Willy Tarreaufbe0edf2013-12-06 16:54:31 +01003090
Willy Tarreau53c5a042015-05-13 11:38:17 +02003091 if (&check->current_step->list != head &&
3092 check->current_step->action == TCPCHK_ACT_EXPECT)
Olivier Houchard9aaf7782017-09-13 18:30:23 +02003093 __cs_want_recv(cs);
Christopher Fauletb6102852017-11-28 10:06:29 +01003094 goto out;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003095
3096 out_end_tcpcheck:
3097 /* collect possible new errors */
Willy Tarreau4ff3b892017-10-16 15:17:17 +02003098 if (conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR)
Willy Tarreaub5259bf2017-10-04 14:47:29 +02003099 chk_report_conn_err(check, 0, 0);
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003100
Baptiste Assmann69e273f2013-12-11 00:52:19 +01003101 /* cleanup before leaving */
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003102 check->current_step = NULL;
3103
Willy Tarreau6aaa1b82013-12-11 17:09:34 +01003104 if (check->result == CHK_RES_FAILED)
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003105 conn->flags |= CO_FL_ERROR;
3106
Olivier Houchard9aaf7782017-09-13 18:30:23 +02003107 __cs_stop_both(cs);
Willy Tarreau62ac84f2017-11-05 10:11:13 +01003108
Christopher Fauletb6102852017-11-28 10:06:29 +01003109 out:
Willy Tarreau6bdcab02017-10-04 18:41:00 +02003110 return retcode;
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003111}
3112
Simon Hormanb1900d52015-01-30 11:22:54 +09003113const char *init_check(struct check *check, int type)
3114{
3115 check->type = type;
3116
Willy Tarreauc9fa0482018-07-10 17:43:27 +02003117 b_reset(&check->bi); check->bi.size = global.tune.chksize;
3118 b_reset(&check->bo); check->bo.size = global.tune.chksize;
Simon Hormanb1900d52015-01-30 11:22:54 +09003119
Willy Tarreauc9fa0482018-07-10 17:43:27 +02003120 check->bi.area = calloc(check->bi.size, sizeof(char));
3121 check->bo.area = calloc(check->bo.size, sizeof(char));
3122
3123 if (!check->bi.area || !check->bo.area)
Simon Hormanb1900d52015-01-30 11:22:54 +09003124 return "out of memory while allocating check buffer";
Willy Tarreauc9fa0482018-07-10 17:43:27 +02003125
Simon Hormanb1900d52015-01-30 11:22:54 +09003126 return NULL;
3127}
3128
Simon Hormanbfb5d332015-01-30 11:22:55 +09003129void free_check(struct check *check)
3130{
Willy Tarreauc9fa0482018-07-10 17:43:27 +02003131 free(check->bi.area);
3132 free(check->bo.area);
Christopher Faulet23d86d12018-01-25 11:36:35 +01003133 if (check->cs) {
3134 free(check->cs->conn);
3135 check->cs->conn = NULL;
3136 cs_free(check->cs);
3137 check->cs = NULL;
3138 }
Simon Hormanbfb5d332015-01-30 11:22:55 +09003139}
3140
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003141void email_alert_free(struct email_alert *alert)
3142{
3143 struct tcpcheck_rule *rule, *back;
3144
3145 if (!alert)
3146 return;
3147
Christopher Fauletde1a75b2017-10-23 15:38:19 +02003148 list_for_each_entry_safe(rule, back, &alert->tcpcheck_rules, list) {
3149 LIST_DEL(&rule->list);
3150 free(rule->comment);
3151 free(rule->string);
3152 if (rule->expect_regex)
3153 regex_free(rule->expect_regex);
Willy Tarreaubafbe012017-11-24 17:34:44 +01003154 pool_free(pool_head_tcpcheck_rule, rule);
Christopher Fauletde1a75b2017-10-23 15:38:19 +02003155 }
Willy Tarreaubafbe012017-11-24 17:34:44 +01003156 pool_free(pool_head_email_alert, alert);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003157}
3158
Olivier Houchard9f6af332018-05-25 14:04:04 +02003159static struct task *process_email_alert(struct task *t, void *context, unsigned short state)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003160{
Olivier Houchard9f6af332018-05-25 14:04:04 +02003161 struct check *check = context;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003162 struct email_alertq *q;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003163 struct email_alert *alert;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003164
3165 q = container_of(check, typeof(*q), check);
3166
Christopher Faulet2a944ee2017-11-07 10:42:54 +01003167 HA_SPIN_LOCK(EMAIL_ALERTS_LOCK, &q->lock);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003168 while (1) {
3169 if (!(check->state & CHK_ST_ENABLED)) {
3170 if (LIST_ISEMPTY(&q->email_alerts)) {
3171 /* All alerts processed, queue the task */
3172 t->expire = TICK_ETERNITY;
3173 task_queue(t);
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003174 goto end;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003175 }
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003176
3177 alert = LIST_NEXT(&q->email_alerts, typeof(alert), list);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003178 LIST_DEL(&alert->list);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003179 t->expire = now_ms;
3180 check->server = alert->srv;
3181 check->tcpcheck_rules = &alert->tcpcheck_rules;
PiBa-NL1714b9f2017-12-06 01:35:43 +01003182 check->status = HCHK_STATUS_UNKNOWN; // the UNKNOWN status is used to exit set_server_check_status(.) early
Christopher Faulet0108bb32017-10-20 21:34:32 +02003183 check->state |= CHK_ST_ENABLED;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003184 }
3185
Olivier Houchard9f6af332018-05-25 14:04:04 +02003186 process_chk(t, context, state);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003187 if (check->state & CHK_ST_INPROGRESS)
3188 break;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003189
3190 alert = container_of(check->tcpcheck_rules, typeof(*alert), tcpcheck_rules);
3191 email_alert_free(alert);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003192 check->tcpcheck_rules = NULL;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003193 check->server = NULL;
3194 check->state &= ~CHK_ST_ENABLED;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003195 }
Christopher Fauletc2a89a62017-10-23 15:54:24 +02003196 end:
Christopher Faulet2a944ee2017-11-07 10:42:54 +01003197 HA_SPIN_UNLOCK(EMAIL_ALERTS_LOCK, &q->lock);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003198 return t;
3199}
3200
Christopher Faulet0108bb32017-10-20 21:34:32 +02003201/* Initializes mailer alerts for the proxy <p> using <mls> parameters.
3202 *
3203 * The function returns 1 in success case, otherwise, it returns 0 and err is
3204 * filled.
3205 */
3206int init_email_alert(struct mailers *mls, struct proxy *p, char **err)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003207{
Christopher Faulet0108bb32017-10-20 21:34:32 +02003208 struct mailer *mailer;
3209 struct email_alertq *queues;
3210 const char *err_str;
3211 int i = 0;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003212
Christopher Faulet0108bb32017-10-20 21:34:32 +02003213 if ((queues = calloc(mls->count, sizeof(*queues))) == NULL) {
3214 memprintf(err, "out of memory while allocating mailer alerts queues");
3215 goto error;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003216 }
3217
Christopher Faulet0108bb32017-10-20 21:34:32 +02003218 for (mailer = mls->mailer_list; mailer; i++, mailer = mailer->next) {
3219 struct email_alertq *q = &queues[i];
3220 struct check *check = &q->check;
3221 struct task *t;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003222
3223 LIST_INIT(&q->email_alerts);
Christopher Faulet2a944ee2017-11-07 10:42:54 +01003224 HA_SPIN_INIT(&q->lock);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003225 check->inter = mls->timeout.mail;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003226 check->rise = DEF_AGENT_RISETIME;
3227 check->fall = DEF_AGENT_FALLTIME;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003228 if ((err_str = init_check(check, PR_O2_TCPCHK_CHK))) {
3229 memprintf(err, "%s", err_str);
3230 goto error;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003231 }
3232
3233 check->xprt = mailer->xprt;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003234 check->addr = mailer->addr;
Christopher Fauletb797ae12018-03-27 15:35:35 +02003235 check->port = get_host_port(&mailer->addr);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003236 //check->server = s;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003237
Emeric Brunc60def82017-09-27 14:59:38 +02003238 if ((t = task_new(MAX_THREADS_MASK)) == NULL) {
Christopher Faulet0108bb32017-10-20 21:34:32 +02003239 memprintf(err, "out of memory while allocating mailer alerts task");
3240 goto error;
3241 }
3242
3243 check->task = t;
3244 t->process = process_email_alert;
3245 t->context = check;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003246
Christopher Faulet0108bb32017-10-20 21:34:32 +02003247 /* check this in one ms */
3248 t->expire = TICK_ETERNITY;
3249 check->start = now;
3250 task_queue(t);
3251 }
3252
3253 mls->users++;
3254 free(p->email_alert.mailers.name);
3255 p->email_alert.mailers.m = mls;
3256 p->email_alert.queues = queues;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003257 return 0;
Christopher Faulet0108bb32017-10-20 21:34:32 +02003258
3259 error:
3260 for (i = 0; i < mls->count; i++) {
3261 struct email_alertq *q = &queues[i];
3262 struct check *check = &q->check;
3263
3264 if (check->task) {
3265 task_delete(check->task);
3266 task_free(check->task);
3267 check->task = NULL;
3268 }
3269 free_check(check);
3270 }
3271 free(queues);
3272 return 1;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003273}
3274
3275
3276static int add_tcpcheck_expect_str(struct list *list, const char *str)
3277{
3278 struct tcpcheck_rule *tcpcheck;
3279
Willy Tarreaubafbe012017-11-24 17:34:44 +01003280 if ((tcpcheck = pool_alloc(pool_head_tcpcheck_rule)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003281 return 0;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003282 memset(tcpcheck, 0, sizeof(*tcpcheck));
3283 tcpcheck->action = TCPCHK_ACT_EXPECT;
3284 tcpcheck->string = strdup(str);
3285 tcpcheck->expect_regex = NULL;
3286 tcpcheck->comment = NULL;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003287 if (!tcpcheck->string) {
Willy Tarreaubafbe012017-11-24 17:34:44 +01003288 pool_free(pool_head_tcpcheck_rule, tcpcheck);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003289 return 0;
3290 }
3291
3292 LIST_ADDQ(list, &tcpcheck->list);
3293 return 1;
3294}
3295
3296static int add_tcpcheck_send_strs(struct list *list, const char * const *strs)
3297{
3298 struct tcpcheck_rule *tcpcheck;
Willy Tarreau64345aa2016-08-10 19:29:09 +02003299 const char *in;
3300 char *dst;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003301 int i;
3302
Willy Tarreaubafbe012017-11-24 17:34:44 +01003303 if ((tcpcheck = pool_alloc(pool_head_tcpcheck_rule)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003304 return 0;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003305 memset(tcpcheck, 0, sizeof(*tcpcheck));
3306 tcpcheck->action = TCPCHK_ACT_SEND;
3307 tcpcheck->expect_regex = NULL;
3308 tcpcheck->comment = NULL;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003309 tcpcheck->string_len = 0;
3310 for (i = 0; strs[i]; i++)
3311 tcpcheck->string_len += strlen(strs[i]);
3312
3313 tcpcheck->string = malloc(tcpcheck->string_len + 1);
3314 if (!tcpcheck->string) {
Willy Tarreaubafbe012017-11-24 17:34:44 +01003315 pool_free(pool_head_tcpcheck_rule, tcpcheck);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003316 return 0;
3317 }
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003318
Willy Tarreau64345aa2016-08-10 19:29:09 +02003319 dst = tcpcheck->string;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003320 for (i = 0; strs[i]; i++)
Willy Tarreau64345aa2016-08-10 19:29:09 +02003321 for (in = strs[i]; (*dst = *in++); dst++);
3322 *dst = 0;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003323
3324 LIST_ADDQ(list, &tcpcheck->list);
3325 return 1;
3326}
3327
Christopher Faulet0108bb32017-10-20 21:34:32 +02003328static int enqueue_one_email_alert(struct proxy *p, struct server *s,
3329 struct email_alertq *q, const char *msg)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003330{
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003331 struct email_alert *alert;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003332 struct tcpcheck_rule *tcpcheck;
3333 struct check *check = &q->check;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003334
Willy Tarreaubafbe012017-11-24 17:34:44 +01003335 if ((alert = pool_alloc(pool_head_email_alert)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003336 goto error;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003337 LIST_INIT(&alert->list);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003338 LIST_INIT(&alert->tcpcheck_rules);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003339 alert->srv = s;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003340
Willy Tarreaubafbe012017-11-24 17:34:44 +01003341 if ((tcpcheck = pool_alloc(pool_head_tcpcheck_rule)) == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003342 goto error;
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003343 memset(tcpcheck, 0, sizeof(*tcpcheck));
3344 tcpcheck->action = TCPCHK_ACT_CONNECT;
3345 tcpcheck->comment = NULL;
3346 tcpcheck->string = NULL;
3347 tcpcheck->expect_regex = NULL;
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003348 LIST_ADDQ(&alert->tcpcheck_rules, &tcpcheck->list);
3349
3350 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "220 "))
3351 goto error;
3352
3353 {
3354 const char * const strs[4] = { "EHLO ", p->email_alert.myhostname, "\r\n" };
3355 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3356 goto error;
3357 }
3358
3359 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3360 goto error;
3361
3362 {
3363 const char * const strs[4] = { "MAIL FROM:<", p->email_alert.from, ">\r\n" };
3364 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3365 goto error;
3366 }
3367
3368 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3369 goto error;
3370
3371 {
3372 const char * const strs[4] = { "RCPT TO:<", p->email_alert.to, ">\r\n" };
3373 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3374 goto error;
3375 }
3376
3377 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3378 goto error;
3379
3380 {
3381 const char * const strs[2] = { "DATA\r\n" };
3382 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3383 goto error;
3384 }
3385
3386 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "354 "))
3387 goto error;
3388
3389 {
3390 struct tm tm;
3391 char datestr[48];
3392 const char * const strs[18] = {
Pieter Baauw5e0964e2016-02-13 16:27:35 +01003393 "From: ", p->email_alert.from, "\r\n",
3394 "To: ", p->email_alert.to, "\r\n",
3395 "Date: ", datestr, "\r\n",
3396 "Subject: [HAproxy Alert] ", msg, "\r\n",
3397 "\r\n",
3398 msg, "\r\n",
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003399 "\r\n",
Pieter Baauwed35c372015-07-22 19:51:54 +02003400 ".\r\n",
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003401 NULL
3402 };
3403
3404 get_localtime(date.tv_sec, &tm);
3405
3406 if (strftime(datestr, sizeof(datestr), "%a, %d %b %Y %T %z (%Z)", &tm) == 0) {
3407 goto error;
3408 }
3409
3410 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3411 goto error;
3412 }
3413
3414 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "250 "))
3415 goto error;
3416
3417 {
3418 const char * const strs[2] = { "QUIT\r\n" };
3419 if (!add_tcpcheck_send_strs(&alert->tcpcheck_rules, strs))
3420 goto error;
3421 }
3422
3423 if (!add_tcpcheck_expect_str(&alert->tcpcheck_rules, "221 "))
3424 goto error;
3425
Christopher Faulet2a944ee2017-11-07 10:42:54 +01003426 HA_SPIN_LOCK(EMAIL_ALERTS_LOCK, &q->lock);
Christopher Faulet0108bb32017-10-20 21:34:32 +02003427 task_wakeup(check->task, TASK_WOKEN_MSG);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003428 LIST_ADDQ(&q->email_alerts, &alert->list);
Christopher Faulet2a944ee2017-11-07 10:42:54 +01003429 HA_SPIN_UNLOCK(EMAIL_ALERTS_LOCK, &q->lock);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003430 return 1;
3431
3432error:
3433 email_alert_free(alert);
3434 return 0;
3435}
3436
Christopher Faulet0108bb32017-10-20 21:34:32 +02003437static void enqueue_email_alert(struct proxy *p, struct server *s, const char *msg)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003438{
3439 int i;
3440 struct mailer *mailer;
3441
3442 for (i = 0, mailer = p->email_alert.mailers.m->mailer_list;
3443 i < p->email_alert.mailers.m->count; i++, mailer = mailer->next) {
Christopher Faulet0108bb32017-10-20 21:34:32 +02003444 if (!enqueue_one_email_alert(p, s, &p->email_alert.queues[i], msg)) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01003445 ha_alert("Email alert [%s] could not be enqueued: out of memory\n", p->id);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003446 return;
3447 }
3448 }
3449
3450 return;
3451}
3452
3453/*
3454 * Send email alert if configured.
3455 */
Simon Horman64e34162015-02-06 11:11:57 +09003456void send_email_alert(struct server *s, int level, const char *format, ...)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003457{
3458 va_list argp;
3459 char buf[1024];
3460 int len;
3461 struct proxy *p = s->proxy;
3462
Christopher Faulet0108bb32017-10-20 21:34:32 +02003463 if (!p->email_alert.mailers.m || level > p->email_alert.level || format == NULL)
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003464 return;
3465
3466 va_start(argp, format);
3467 len = vsnprintf(buf, sizeof(buf), format, argp);
3468 va_end(argp);
3469
Thierry FOURNIER62c8a212017-02-09 12:19:27 +01003470 if (len < 0 || len >= sizeof(buf)) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01003471 ha_alert("Email alert [%s] could not format message\n", p->id);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003472 return;
3473 }
3474
Christopher Faulet0108bb32017-10-20 21:34:32 +02003475 enqueue_email_alert(p, s, buf);
Simon Horman0ba0e4a2015-01-30 11:23:00 +09003476}
3477
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003478/*
3479 * Return value:
3480 * the port to be used for the health check
3481 * 0 in case no port could be found for the check
3482 */
3483int srv_check_healthcheck_port(struct check *chk)
3484{
3485 int i = 0;
3486 struct server *srv = NULL;
3487
3488 srv = chk->server;
3489
3490 /* If neither a port nor an addr was specified and no check transport
3491 * layer is forced, then the transport layer used by the checks is the
3492 * same as for the production traffic. Otherwise we use raw_sock by
3493 * default, unless one is specified.
3494 */
3495 if (!chk->port && !is_addr(&chk->addr)) {
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003496 chk->use_ssl |= (srv->use_ssl || (srv->proxy->options & PR_O_TCPCHK_SSL));
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003497 chk->send_proxy |= (srv->pp_opts);
3498 }
3499
3500 /* by default, we use the health check port ocnfigured */
3501 if (chk->port > 0)
3502 return chk->port;
3503
3504 /* try to get the port from check_core.addr if check.port not set */
3505 i = get_host_port(&chk->addr);
3506 if (i > 0)
3507 return i;
3508
3509 /* try to get the port from server address */
3510 /* prevent MAPPORTS from working at this point, since checks could
3511 * not be performed in such case (MAPPORTS impose a relative ports
3512 * based on live traffic)
3513 */
3514 if (srv->flags & SRV_F_MAPPORTS)
3515 return 0;
Willy Tarreau04276f32017-01-06 17:41:29 +01003516
3517 i = srv->svc_port; /* by default */
Baptiste Assmann95db2bc2016-06-13 14:15:41 +02003518 if (i > 0)
3519 return i;
3520
3521 return 0;
3522}
3523
Willy Tarreau865c5142016-12-21 20:04:48 +01003524__attribute__((constructor))
3525static void __check_init(void)
3526{
3527 hap_register_post_check(start_checks);
Christopher Faulet31dff9b2017-10-23 15:45:20 +02003528
Willy Tarreaubafbe012017-11-24 17:34:44 +01003529 pool_head_email_alert = create_pool("email_alert", sizeof(struct email_alert), MEM_F_SHARED);
3530 pool_head_tcpcheck_rule = create_pool("tcpcheck_rule", sizeof(struct tcpcheck_rule), MEM_F_SHARED);
Willy Tarreau865c5142016-12-21 20:04:48 +01003531}
3532
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02003533
Willy Tarreaubd741542010-03-16 18:46:54 +01003534/*
Willy Tarreaubaaee002006-06-26 02:48:02 +02003535 * Local variables:
3536 * c-indent-level: 8
3537 * c-basic-offset: 8
3538 * End:
3539 */