2018-05-24 11:16:30 +02:00
|
|
|
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');
|
2018-05-24 16:59:50 +02:00
|
|
|
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_logo_white_bg_preview', 'pandora_logo_head_white_bg.png');
|
2018-05-24 11:16:30 +02:00
|
|
|
|
|
|
|
UPDATE talert_actions SET name='Monitoring Event' WHERE name='Pandora FMS Event';
|
|
|
|
|
|
|
|
COMMIT;
|