From e675c921f8527209da5ee36dea85837ac1a66fc1 Mon Sep 17 00:00:00 2001 From: jorgonzalez Date: Wed, 29 Apr 2009 13:56:58 +0000 Subject: [PATCH] 2009-04-29 Jorge Gonzalez * pandoradb_data.sql: Added 'Web Server' to tconfig_os, Added 'Web' to tgrupo, and added 'Pandora FMS Manual' to tlink. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1663 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandoradb_data.sql | 13 ++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 65f7e40a14..a901f649d3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-04-29 Jorge Gonzalez + + * pandoradb_data.sql: Added 'Web Server' to tconfig_os, Added 'Web' to + tgrupo, and added 'Pandora FMS Manual' to tlink. + 2009-04-29 Jorge Gonzalez * install.php: fixed typos. diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index aa399b375a..fb32209d3b 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -84,6 +84,7 @@ INSERT INTO `tconfig_os` VALUES (9,'Windows','Microsoft Windows OS','so_win.png'), (10,'Other','Other SO','so_other.png'), (11,'Network','Pandora Network Agent','network.png'); +(12,'Web Server','Web Server/Application','network.png'); UNLOCK TABLES; @@ -101,6 +102,7 @@ INSERT INTO `tgrupo` VALUES (10,'Unknown','world',0,0,''), (11,'Workstations','computer',0,0,''), (12,'Applications','applications',0,0,''); +(13,'Web','world',0,0,''); UNLOCK TABLES; @@ -155,11 +157,12 @@ UNLOCK TABLES; LOCK TABLES `tlink` WRITE; INSERT INTO `tlink` VALUES -(1,'ArticaST','http://www.artica.es'), -(2,'Pandora FMS','http://pandora.sourceforge.net'), -(3,'Babel Enterprise','http://babel.sourceforge.net'), -(4,'Openideas','http://www.openideas.info'), -(5,'Google','http://www.google.com'); +(1,'Pandora FMS Manual','https://openideas.info/wiki/index.php?title=Pandora_3.x:Documentation'), +(2,'ArticaST','http://www.artica.es'), +(3,'Pandora FMS','http://pandora.sourceforge.net'), +(4,'Babel Enterprise','http://babel.sourceforge.net'), +(5,'Openideas','http://www.openideas.info'), +(6,'Google','http://www.google.com'); UNLOCK TABLES;