From 6cbd64773b73e94db0b5d8a82d49e657af98676f Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 8 Sep 2010 19:06:18 +0200 Subject: [PATCH] [DOC] fix typo in the avg_queue() and be_conn() definition (backend, not frontend) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Cyril Bonté --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 619e4fa4a..a678440b0 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6380,7 +6380,7 @@ always_true a temporary replacement for another one when adjusting configurations. avg_queue -avg_queue(frontend) +avg_queue(backend) Returns the total number of queued connections of the designated backend divided by the number of active servers. This is very similar to "queue" except that the size of the farm is considered, in order to give a more @@ -6394,7 +6394,7 @@ avg_queue(frontend) "be_conn", and "be_sess_rate" criteria. be_conn -be_conn(frontend) +be_conn(backend) Applies to the number of currently established connections on the backend, possibly including the connection being evaluated. If no backend name is specified, the current one is used. But it is also possible to check another