diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9ca961a1da..24a5ca8037 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-03-05 Miguel de Dios + + * pandoradb_data.sql: changed some the descriptions text of table + type modules. + 2010-03-05 Miguel de Dios * godmode/agentes/module_manager_editor_common.php: fix the type for when diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 55e4b54940..4d42cbf8b6 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -204,10 +204,10 @@ INSERT INTO `torigen` VALUES -- INSERT INTO `ttipo_modulo` VALUES -(1,'generic_data',0,'Generic module to adquire numeric data','mod_data.png'), -(2,'generic_proc',1,'Generic module to adquire boolean data','mod_proc.png'), -(3,'generic_data_string',2,'Generic module to adquire alphanumeric data','mod_string.png'), -(4,'generic_data_inc',0,'Generic module to adquire numeric incremental data','mod_data_inc.png'), +(1,'generic_data',0,'Generic numeric','mod_data.png'), +(2,'generic_proc',1,'Generic boolean','mod_proc.png'), +(3,'generic_data_string',2,'Generic string','mod_string.png'), +(4,'generic_data_inc',0,'Generic numeric incremental','mod_data_inc.png'), (6,'remote_icmp_proc',4,'Remote ICMP network agent, boolean data','mod_icmp_proc.png'), (7,'remote_icmp',3,'Remote ICMP network agent (latency)','mod_icmp_data.png'),