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
eadc5d5749
commit
4a4bfe9bf5
|
@ -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
|
||||
|
|
|
@ -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'};
|
||||
|
|
Loading…
Reference in New Issue