diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index fb77e9c5c6..a330ef8d03 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -193,7 +193,10 @@ if ($id_agent_module) { $id_plugin = $module['id_plugin']; $post_process = $module['post_process']; $prediction_module = $module['prediction_module']; + $custom_integer_1 = $module ['custom_integer_1']; $custom_integer_2 = $module ['custom_integer_2']; + $custom_string_1 = $module ['custom_string_1']; + $custom_string_2 = $module ['custom_string_2']; $max_timeout = $module['max_timeout']; $max_retries = $module['max_retries']; $custom_id = $module['custom_id']; @@ -301,7 +304,10 @@ else { $quiet_module = 0; $unit = ''; $prediction_module = ''; + $custom_integer_1 = 0; $custom_integer_2 = 0; + $custom_string_1 = ''; + $custom_string_2 = ''; $id_plugin = ''; $id_export = ''; $disabled = "0"; @@ -509,15 +515,18 @@ echo '
'; // TODO: Change to the ui_print_error system echo '