From e638113f28105eb3c750e849620f79c229eab32f Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 25 Oct 2017 20:31:18 +0200 Subject: [PATCH] Added autodisable mode help --- .../include/help/en/help_module_definition.php | 9 +++++---- .../include/help/es/help_module_definition.php | 8 +++++--- .../include/help/ja/help_module_definition.php | 2 ++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/pandora_console/include/help/en/help_module_definition.php b/pandora_console/include/help/en/help_module_definition.php index 8173a8093b..81bdaf95ea 100644 --- a/pandora_console/include/help/en/help_module_definition.php +++ b/pandora_console/include/help/en/help_module_definition.php @@ -5,11 +5,12 @@ ?>

Module definition

-There are two modes for an agent: +There are three modes for an agent:

diff --git a/pandora_console/include/help/es/help_module_definition.php b/pandora_console/include/help/es/help_module_definition.php index e31ac65d6c..ff85f8b326 100644 --- a/pandora_console/include/help/es/help_module_definition.php +++ b/pandora_console/include/help/es/help_module_definition.php @@ -6,10 +6,12 @@

Definición de módulo

-Existen dos modos para un agente: +Existen tres modos para un agente:

diff --git a/pandora_console/include/help/ja/help_module_definition.php b/pandora_console/include/help/ja/help_module_definition.php index e7e4055d18..570c7cd236 100644 --- a/pandora_console/include/help/ja/help_module_definition.php +++ b/pandora_console/include/help/ja/help_module_definition.php @@ -11,4 +11,6 @@
  • 通常モード: このモードでは、モジュール設定を手動で実施する必要があります。自動設定は行われません。
  • +
    +
  • Autodisable mode: In terms of creating agents and modules it behaves exactly the same as an agent in learning mode: when the first XML reaches it, the first agent is created and, on each report, if there are new modules they can also be added automatically. Nevertheless, when all modules from an agent that are in autodisable mode are also marked as unknown, the agent is automatically disabled. In any case, if the agent reports again, it gets enabled again on its own.