2011-08-17 Dario Rodriguez <dario.rodriguez@artica.es>
* pandoradb_data.sql, images/os_icons/so_vmware.png, images/os_icons/so_vmware_small.png, extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added new icon for VMware architectures. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4747 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
37c5d52490
commit
e0a8e40b65
|
@ -1,3 +1,10 @@
|
|||
2011-08-17 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* pandoradb_data.sql, images/os_icons/so_vmware.png,
|
||||
images/os_icons/so_vmware_small.png,
|
||||
extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added new icon for VMware
|
||||
architectures.
|
||||
|
||||
2011-08-16 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* extensions/vnc_view.php,
|
||||
|
|
|
@ -236,3 +236,8 @@ ALTER TABLE tserver_export ADD INDEX id_export_server (`id_export_server`);
|
|||
-- -----------------------------------------------------
|
||||
ALTER TABLE ttrap ADD INDEX timestamp (`timestamp`);
|
||||
ALTER TABLE ttrap ADD INDEX status (`status`);
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- Table `tconfig_os`
|
||||
-- -----------------------------------------------------
|
||||
INSERT INTO `tconfig_os` (`name`, `description`, `icon_name`) VALUES ('VMware', 'VMware Architecture', 'so_vmware.png');
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 239 B |
Binary file not shown.
After Width: | Height: | Size: 239 B |
|
@ -103,6 +103,7 @@ INSERT INTO `tconfig_os` VALUES
|
|||
(13,'Sensor',' Pandora FMS Hardware Agent (Sensor)','network.png'),
|
||||
(14,'Embedded','Embedded device running a Pandora FMS agent','embedded.png'),
|
||||
(15,'Android','Android agent','android.png');
|
||||
(16, 'VMware', 'VMware Architecture', 'so_vmware.png');
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue