From ce4951a364d790c7e620dde3b8b6c9a0ee1524eb Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 23 Feb 2012 16:57:47 +0000 Subject: [PATCH] 2012-02-23 Sancho Lerena * include/help/en/help_ff_threshold.php include/help/es/help_ff_threshold.php: Small warning about do not use FF Threshold in KeepAlive modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5638 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/help/en/help_ff_threshold.php | 2 ++ pandora_console/include/help/es/help_ff_threshold.php | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fa0fe4704b..455f80c9e6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-02-23 Sancho Lerena + + * include/help/en/help_ff_threshold.php + include/help/es/help_ff_threshold.php: Small warning about do not + use FF Threshold in KeepAlive modules. + 2012-02-23 Vanessa Gil * include/functions_reporting.php diff --git a/pandora_console/include/help/en/help_ff_threshold.php b/pandora_console/include/help/en/help_ff_threshold.php index c0a2cc030f..2a26fb36ea 100644 --- a/pandora_console/include/help/en/help_ff_threshold.php +++ b/pandora_console/include/help/en/help_ff_threshold.php @@ -39,4 +39,6 @@ From this point you would see as down, but not before.
Protection anti Flip-Flop is used to avoid those annoying fluctuations, all modules implement it and use it to avoid the change of state (defined by their defined limits or boundaries machines, as is the case with modules * proc) . +

+NOTICE: Due Keepalive only notify ONCE per change. This parameter SHOULD NOT be used in KeepAlive modules. diff --git a/pandora_console/include/help/es/help_ff_threshold.php b/pandora_console/include/help/es/help_ff_threshold.php index 4f11bb552e..f9476f51d2 100644 --- a/pandora_console/include/help/es/help_ff_threshold.php +++ b/pandora_console/include/help/es/help_ff_threshold.php @@ -45,6 +45,7 @@ Desde este punto lo vería como caído, pero no antes. La protección anti FLip-flop se usa para evitar estas fluctuaciones tan molestas, todos los módulos la implementan y la utilizan para evitar el cambio de estado (definido por sus limites definidos o sus sistemas diferenciales, como por ejemplo ocurre con los módulos *proc). - +

+AVISO: Dado que los modulos KeepAlive solo cambian de estado una vez, este parámetro no se debería usar nunca con modulos Keepalive.