From 7e3e9d45846cc2250c2856bbfe6ec115af940621 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 5 Mar 2010 11:56:00 +0000 Subject: [PATCH] 2010-03-05 Miguel de Dios * pandoradb_data.sql: changed some the descriptions text of table type modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2479 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandoradb_data.sql | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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'),