mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
2012-12-17 Sergio Martin <sergio.martin@artica.es>
* lib/PandoraFMS/DataServer.pm: Unset a missed data of the parameters hash when create module on dataserver git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2408b24df1
commit
f7681e76c1
@ -1,3 +1,8 @@
|
|||||||
|
2012-12-17 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/DataServer.pm: Unset a missed data of the
|
||||||
|
parameters hash when create module on dataserver
|
||||||
|
|
||||||
2012-12-13 Sergio Martin <sergio.martin@artica.es>
|
2012-12-13 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* conf/pandora_server.conf
|
* conf/pandora_server.conf
|
||||||
|
@ -540,6 +540,7 @@ sub process_module_data ($$$$$$$$$) {
|
|||||||
# Delete tags that will not be stored in tagente_modulo
|
# Delete tags that will not be stored in tagente_modulo
|
||||||
delete $module_conf->{'data'};
|
delete $module_conf->{'data'};
|
||||||
delete $module_conf->{'type'};
|
delete $module_conf->{'type'};
|
||||||
|
delete $module_conf->{'datalist'};
|
||||||
|
|
||||||
# Description XML tag and column name don't match
|
# Description XML tag and column name don't match
|
||||||
$module_conf->{'descripcion'} = $module_conf->{'description'};
|
$module_conf->{'descripcion'} = $module_conf->{'description'};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user