Fixed module definition help and add autodisable mode to bulk operations

This commit is contained in:
fermin831 2017-11-28 15:56:38 +01:00
parent 406c69d5be
commit 94a3bc85d3
4 changed files with 34 additions and 17 deletions

View File

@ -410,6 +410,7 @@ $table->data[1][0] = __('Module definition') . ui_print_help_icon("module_defini
$table->data[1][1] = __('No change').' '.html_print_radio_button_extended ("mode", -1, '', $mode, false, '', 'style="margin-right: 40px;"', true);
$table->data[1][1] .= __('Learning mode').' '.html_print_radio_button_extended ("mode", 1, '', $mode, false, '', 'style="margin-right: 40px;"', true);
$table->data[1][1] .= __('Normal mode').' '.html_print_radio_button_extended ("mode", 0, '', $mode, false, '', 'style="margin-right: 40px;"', true);
$table->data[1][1] .= __('Autodisable mode').' '.html_print_radio_button_extended ("mode", 2, '', $mode, false, '', 'style="margin-right: 40px;"', true);
// Status (Disabled / Enabled)
$table->data[2][0] = __('Status');

View File

@ -4,12 +4,17 @@
*/
?>
<h1>Module definition</h1>
<p>
There are two modes for an agent:
</p>
<p>Agents can be configured from the console in three working modes:</p>
<ul>
<li><i>Learning mode:</i> all the modules sent by the agent are accepted. If modules are not defined, they will be automatically defined by the system. It is recommended to activate the agents in this mode and change it once the user is familiar with Pandora FMS.<br>From version 4.0.3, in this mode, Pandora console collect all the configuration specified by the agent configuration file the first time and thereafter any changes should be made through console, will not catch changes in config file.
</li>
<li>
<b>Learning mode:</b> If the XML received from the software agent contains new modules, they will be automatically created. This is the default behavior.
</li>
<br>
<li><i>Normal mode:</i> the modules in this mode must be configured manually. The self definition of the modules is not allowed in this mode.</li>
<li>
<b>Normal mode:</b> No new modules will be created that arrive in XML if they have not been previously declared in the console.
</li>
<br>
<li>
<b>Autodisable mode:</b> Similar to learning mode, in this mode, also, if all modules pass to unknown state the agent will be automatically disabled, going to be enabled again if it receives new information.
</li>
</ul>

View File

@ -4,12 +4,17 @@
*/
?>
<h1>Definición de módulo</h1>
<p>
Existen dos modos para un agente:
</p>
<p>Los agentes pueden configurarse desde la consola en tres modos de trabajo:</p>
<ul>
<li><i>Modo aprendizaje:</i> todos los módulos enviados por el agente se aceptan. Si los módulos no están definidos, el sistema los creará automáticamente. Se recomienda activar los agentes en este modo y cambiarlo una vez que se el operador se ha familiarizado con Pandora FMS. A partir de la versión 4.0.3, en este modo Pandora recogerá en consola toda la configuración indicada por el fichero de configuración del agente la primera vez y a partir de entonces todas las modificaciones se deberán realizar a través de consola, no cogerá cambios en el fichero de configuración.</li>
<li>
<b>Modo aprendizaje:</b> Si el XML recibido del agente software contiene nuevos módulos, éstos serán automáticamente creados. Este es el comportamiento por defecto.
</li>
<br>
<li><i>Modo normal:</i> los módulos en este modo se deben configurar manualmente. No se permite la definición automática en este modo.</li>
<li>
<b>Modo normal:</b> No se crearán nuevos módulos que lleguen en el XML si no han sido declarados previamente en la consola.
</li>
<br>
<li>
<b>Modo autodeshabilitado:</b> Similar al modo aprendizaje, en este modo, además, si todos los módulos pasan a estado desconocido el agente se deshabilitará automáticamente, pasando a habilitarse de nuevo si recibe nueva información.
</li>
</ul>

View File

@ -4,11 +4,17 @@
*/
?>
<h1>モジュール定義</h1>
エージェントには、次の2つのモードがあります:
<p>Agents can be configured from the console in three working modes:</p>
<ul>
<li><i>学習モード:</i> エージェントから通知されるモジュール情報を受け取ります。モジュールが定義されていない場合は自動的にそれが追加されます。エージェントの設定でこのモードを有効にすることをお勧めします。Pandora FMS が使いやすいです。<br>バージョン 4.0.3 からは、このモードの場合、コンソールが初回はエージェント設定ファイルの全設定内容を読み込みますが、その後はコンソールから変更可能で設定ファイル側の変更は反映されません。
</li>
<li>
<b>Learning mode:</b> If the XML received from the software agent contains new modules, they will be automatically created. This is the default behavior.
</li>
<br>
<li><i>通常モード:</i> このモードでは、モジュール設定を手動で実施する必要があります。自動設定は行われません。</li>
<li>
<b>Normal mode:</b> No new modules will be created that arrive in XML if they have not been previously declared in the console.
</li>
<br>
<li>
<b>Autodisable mode:</b> Similar to learning mode, in this mode, also, if all modules pass to unknown state the agent will be automatically disabled, going to be enabled again if it receives new information.
</li>
</ul>