pandorafms/pandora_console/extras/mr/16.sql

9 lines
428 B
SQL

START TRANSACTION;
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_docs_logo', 'default_docs.png');
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_support_logo', 'default_support.png');
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_logo_white_bg_preview', 'pandora_logo_head_white_bg.png');
UPDATE talert_actions SET name='Monitoring Event' WHERE name='Pandora FMS Event';
COMMIT;