added changes to pandora migrate and MR

This commit is contained in:
alejandro-campos 2019-07-31 17:18:52 +02:00
parent b4bd7f0f63
commit a36a293f19
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
START TRANSACTION;
UPDATE `tconfig` SET `value` = 'mini_severity,evento,id_agente,estado,timestamp' WHERE `token` LIKE 'event_fields';
COMMIT;

View File

@ -1249,6 +1249,7 @@ UPDATE tconfig SET value = 'https://licensing.artica.es/pandoraupdate7/server.ph
DELETE FROM `tconfig` WHERE `token` = 'current_package_enterprise';
INSERT INTO `tconfig` (`token`, `value`) VALUES ('current_package_enterprise', '737');
INSERT INTO `tconfig` (`token`, `value`) VALUES ('status_monitor_fields', 'policy,agent,data_type,module_name,server_type,interval,status,graph,warn,data,timestamp');
UPDATE `tconfig` SET `value` = 'mini_severity,evento,id_agente,estado,timestamp' WHERE `token` LIKE 'event_fields';
-- ---------------------------------------------------------------------
-- Table `tconfig_os`