Private GIT

Skip to content
Snippets Groups Projects
Commit 1b5f17a8 authored by Laurent Pinsivy's avatar Laurent Pinsivy
Browse files

ref #4649 - [logAnalyserBroker] Does not work

parent 820dffe3
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,3 @@ VALUES
INSERT INTO `options` (`key`, `value`) VALUES ('kb_db_name', ''), ('kb_db_user', ''), ('kb_db_password', ''), ('kb_db_host', ''), ('kb_db_prefix', ''), ('kb_WikiURL', '');
INSERT INTO `topology` (`topology_id` ,`topology_name` ,`topology_parent` ,`topology_page` ,`topology_order` ,`topology_group` ,`topology_url` ,`topology_url_opt` ,`topology_popup` ,`topology_modules` ,`topology_show` ,`topology_style_class` ,`topology_style_id` ,`topology_OnClick`) VALUES (NULL , 'Knowledge Base', '501', '50133', 90, 1, './include/Administration/parameters/parameters.php', '&o=knowledgeBase' , NULL , '1', '1', NULL , NULL , NULL);
UPDATE `topology` SET topology_name = 'Graphs' WHERE topology_name = 'Edit View' AND topology_page = '10201';
-- Issue #4649 - [logAnalyserBroker] Doesn't work
UPDATE `config` SET nagios_log_file = '/var/log/centreon-engine/centengine.log', archive_log = 1;
-- Issue #4649 - [logAnalyserBroker] Doesn't work
UPDATE `config` SET nagios_log_file = '/var/log/centreon-engine/centengine.log', archive_log = 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment