From 2428436026fe0840aeba57859afb13ff66912859 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Diaz Date: Thu, 22 Oct 2015 12:09:12 +0200 Subject: [PATCH] Changed texts in event replication helper --- .../include/help/en/help_events_replication.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pandora_console/include/help/en/help_events_replication.php b/pandora_console/include/help/en/help_events_replication.php index e8b8929a54..9de1cf4fb9 100644 --- a/pandora_console/include/help/en/help_events_replication.php +++ b/pandora_console/include/help/en/help_events_replication.php @@ -3,19 +3,15 @@ */ ?> -

When the events replication is activated, the received events will be copied to the remote database of a metaconsole. +

If the event replication is activated, all the events will be copied to the remote metaconsole's database.

-Is necessary configurate the credentials of the metaconsole database, the replication mode (all events or only validated ones) and the replication interval in seconds. +It is necessary to configure the credentials of the metaconsole's database, the replication mode (all events or only validated events) and the replication interval, specified in seconds.

NOTES:

-The event viewer will be disabled when this option is activated. +The event viewer will be disabled if this option is enabled.

-To be effective the changes on the events replication configuration will be necessary restart the server. +To apply the changes made on the event replication setup, it is necessary to restart the server.

-The server configuration file must has token: - -event_replication 1 - +The token "event_replication" must be set to 1 in the server's configuration file.

-