2010-05-10 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
6827e5fbd4
commit
d84c378293
|
@ -1,3 +1,10 @@
|
|||
2010-05-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/massive_operations.php: Fixed the
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue