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:
zarzuelo 2012-12-17 11:05:50 +00:00
parent eadc5d5749
commit 4a4bfe9bf5
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* conf/pandora_server.conf

View File

@ -540,6 +540,7 @@ sub process_module_data ($$$$$$$$$) {
# Delete tags that will not be stored in tagente_modulo
delete $module_conf->{'data'};
delete $module_conf->{'type'};
delete $module_conf->{'datalist'};
# Description XML tag and column name don't match
$module_conf->{'descripcion'} = $module_conf->{'description'};