From ddd6d6ad8ba9aa0ec9983d57c390660fec608a03 Mon Sep 17 00:00:00 2001 From: alejandro Date: Wed, 24 Apr 2024 12:03:03 +0200 Subject: [PATCH] update execution in proxmox plugin --- pandora_console/extras/mr/69.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/extras/mr/69.sql b/pandora_console/extras/mr/69.sql index ea49c68624..aab53b96d7 100644 --- a/pandora_console/extras/mr/69.sql +++ b/pandora_console/extras/mr/69.sql @@ -7754,4 +7754,7 @@ ALTER TABLE `tdeployment_hosts` DROP COLUMN `arch`; -- Update all deployment recon tasks port UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9; +--Update execution in proxmox discovery plugin +UPDATE `tdiscovery_apps_executions` SET `execution` = ''_exec1_' --conf '_tempfileProxmox_'' WHERE `short_name` = 'pandorafms.proxmox'; + COMMIT; \ No newline at end of file