From 95cd28309bb76d211e344e6ead00705d962df7d0 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 4 Mar 2010 23:36:33 +0100 Subject: [PATCH] [DOC] be more clear about the limitation to one single monitor-net entry It was not clear in the doc that only one monitor-net entry is supported. --- doc/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 761edfb57c..1bd263edec 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2257,6 +2257,9 @@ monitor-net nothing more. Right now, it is not possible to set failure conditions on requests caught by "monitor-net". + Last, please note that only one "monitor-net" statement can be specified in + a frontend. If more than one is found, only the last one will be considered. + Example : # addresses .252 and .253 are just probing us. frontend www -- 2.47.3