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:
commit
b93f826f89
|
@ -1,5 +1,7 @@
|
|||
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` ADD COLUMN `unknown_as_critical` tinyint(1) NOT NULL default 0 AFTER `warning`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue