From 4be07dee5ba2513357bc901b40f85feb4d86850a Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 10 May 2010 10:24:35 +0000 Subject: [PATCH] 2010-05-10 Sergio Martin * godmode/agentes/massive_edit_modules.php: Fixed the massive change of user and password. Also the change of the export target and historical data was disable. Now are fixed too. Bug: 2997083 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2681 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/godmode/agentes/massive_edit_modules.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index be74ebd47a..bbe35894f8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-05-10 Sergio Martin + + * godmode/agentes/massive_edit_modules.php: Fixed the + massive change of user and password. Also the change of + the export target and historical data was disable. Now + are fixed too. Bug: 2997083 + 2010-05-10 Sergio Martin * godmode/agentes/massive_operations.php: Fixed the diff --git a/pandora_console/godmode/agentes/massive_edit_modules.php b/pandora_console/godmode/agentes/massive_edit_modules.php index a372e71846..884ce24ff2 100644 --- a/pandora_console/godmode/agentes/massive_edit_modules.php +++ b/pandora_console/godmode/agentes/massive_edit_modules.php @@ -47,7 +47,7 @@ function process_manage_edit ($module_name, $group_select = null, $agents_select /* List of fields which can be updated */ $fields = array ('min_warning', 'max_warning', 'min_critical', 'max_critical', 'min_ff_event','module_interval', - 'disabled','post_process','snmp_community','min','max','id_module_group'); + 'disabled','post_process','snmp_community','min','max','id_module_group', 'plugin_user', 'plugin_pass', 'id_export', 'history_data'); $values = array (); foreach ($fields as $field) { $value = get_parameter ($field);