2009-04-29 Jorge Gonzalez <jorgegonz@artica.es>
* 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
This commit is contained in:
parent
0bb7657c2c
commit
2967c25591
|
@ -1,3 +1,8 @@
|
||||||
|
2009-04-29 Jorge Gonzalez <jorgegonz@artica.es>
|
||||||
|
|
||||||
|
* 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 <jorgegonz@artica.es>
|
2009-04-29 Jorge Gonzalez <jorgegonz@artica.es>
|
||||||
|
|
||||||
* install.php: fixed typos.
|
* install.php: fixed typos.
|
||||||
|
|
|
@ -84,6 +84,7 @@ INSERT INTO `tconfig_os` VALUES
|
||||||
(9,'Windows','Microsoft Windows OS','so_win.png'),
|
(9,'Windows','Microsoft Windows OS','so_win.png'),
|
||||||
(10,'Other','Other SO','so_other.png'),
|
(10,'Other','Other SO','so_other.png'),
|
||||||
(11,'Network','Pandora Network Agent','network.png');
|
(11,'Network','Pandora Network Agent','network.png');
|
||||||
|
(12,'Web Server','Web Server/Application','network.png');
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
|
||||||
|
@ -101,6 +102,7 @@ INSERT INTO `tgrupo` VALUES
|
||||||
(10,'Unknown','world',0,0,''),
|
(10,'Unknown','world',0,0,''),
|
||||||
(11,'Workstations','computer',0,0,''),
|
(11,'Workstations','computer',0,0,''),
|
||||||
(12,'Applications','applications',0,0,'');
|
(12,'Applications','applications',0,0,'');
|
||||||
|
(13,'Web','world',0,0,'');
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
|
||||||
|
@ -155,11 +157,12 @@ UNLOCK TABLES;
|
||||||
|
|
||||||
LOCK TABLES `tlink` WRITE;
|
LOCK TABLES `tlink` WRITE;
|
||||||
INSERT INTO `tlink` VALUES
|
INSERT INTO `tlink` VALUES
|
||||||
(1,'ArticaST','http://www.artica.es'),
|
(1,'Pandora FMS Manual','https://openideas.info/wiki/index.php?title=Pandora_3.x:Documentation'),
|
||||||
(2,'Pandora FMS','http://pandora.sourceforge.net'),
|
(2,'ArticaST','http://www.artica.es'),
|
||||||
(3,'Babel Enterprise','http://babel.sourceforge.net'),
|
(3,'Pandora FMS','http://pandora.sourceforge.net'),
|
||||||
(4,'Openideas','http://www.openideas.info'),
|
(4,'Babel Enterprise','http://babel.sourceforge.net'),
|
||||||
(5,'Google','http://www.google.com');
|
(5,'Openideas','http://www.openideas.info'),
|
||||||
|
(6,'Google','http://www.google.com');
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue