mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
update version vmware and hash
This commit is contained in:
parent
7a78283eed
commit
b057f59a1b
@ -1,4 +1,4 @@
|
|||||||
pandorafms.vmware=3d1785e1baa07db0a40b9e47bb30472c
|
pandorafms.vmware=09733bb0fa17a186fb62050c2d8fe0b6
|
||||||
pandorafms.mysql=33d470c7492214d4b384ed307e81adf4
|
pandorafms.mysql=33d470c7492214d4b384ed307e81adf4
|
||||||
pandorafms.vmware=1deafce1d55d3574645d8b136104e9ad
|
pandorafms.vmware=1deafce1d55d3574645d8b136104e9ad
|
||||||
pandorafms.mysql=ca7dd8b80a1a03a25eb0fb077818ad63
|
pandorafms.mysql=ca7dd8b80a1a03a25eb0fb077818ad63
|
||||||
|
@ -7754,4 +7754,6 @@ ALTER TABLE `tdeployment_hosts` DROP COLUMN `arch`;
|
|||||||
-- Update all deployment recon tasks port
|
-- Update all deployment recon tasks port
|
||||||
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
|
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
|
||||||
|
|
||||||
|
UPDATE `tdiscovery_apps` SET `version` = '1.5' WHERE `short_name` = 'pandorafms.vmware';
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
@ -2863,7 +2863,7 @@ SET @short_name = 'pandorafms.vmware';
|
|||||||
SET @name = 'VMware';
|
SET @name = 'VMware';
|
||||||
SET @section = 'app';
|
SET @section = 'app';
|
||||||
SET @description = 'Monitor ESXi hosts, datastores and VMs from a specific datacenter';
|
SET @description = 'Monitor ESXi hosts, datastores and VMs from a specific datacenter';
|
||||||
SET @version = '1.4';
|
SET @version = '1.5';
|
||||||
INSERT IGNORE INTO `tdiscovery_apps` (`id_app`, `short_name`, `name`, `section`, `description`, `version`) VALUES ('', @short_name, @name, @section, @description, @version);
|
INSERT IGNORE INTO `tdiscovery_apps` (`id_app`, `short_name`, `name`, `section`, `description`, `version`) VALUES ('', @short_name, @name, @section, @description, @version);
|
||||||
SELECT @id_app := `id_app` FROM `tdiscovery_apps` WHERE `short_name` = @short_name;
|
SELECT @id_app := `id_app` FROM `tdiscovery_apps` WHERE `short_name` = @short_name;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user