Merge branch 'ent-6100-Comando-de-alerta-Pandora-FMS-event' into 'develop'

Ent 6100 comando de alerta pandora fms event

See merge request artica/pandorafms!3356
This commit is contained in:
Daniel Rodriguez 2020-07-22 16:37:46 +02:00
commit b93f826f89
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
START TRANSACTION; START TRANSACTION;
UPDATE `talert_commands` SET name='Monitoring Event' WHERE name='Pandora FMS Event';
ALTER TABLE `tservice_element` ADD COLUMN `rules` text; ALTER TABLE `tservice_element` ADD COLUMN `rules` text;
ALTER TABLE `tservice` ADD COLUMN `unknown_as_critical` tinyint(1) NOT NULL default 0 AFTER `warning`; ALTER TABLE `tservice` ADD COLUMN `unknown_as_critical` tinyint(1) NOT NULL default 0 AFTER `warning`;