Changed texts in event replication helper
This commit is contained in:
parent
d3339c95c3
commit
2428436026
|
@ -3,19 +3,15 @@
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p> When the events replication is activated, the received events will be copied to the remote database of a metaconsole.
|
<p> If the event replication is activated, all the events will be copied to the remote metaconsole's database.
|
||||||
<br><br>
|
<br><br>
|
||||||
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.
|
||||||
<br><br>
|
<br><br>
|
||||||
<b>NOTES:</b>
|
<b>NOTES:</b>
|
||||||
<br><br>
|
<br><br>
|
||||||
The event viewer will be disabled when this option is activated.
|
The event viewer will be disabled if this option is enabled.
|
||||||
<br><br>
|
<br><br>
|
||||||
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.
|
||||||
<br><br>
|
<br><br>
|
||||||
The server configuration file must has token:
|
The token "event_replication" must be set to 1 in the server's configuration file.
|
||||||
|
|
||||||
<i>event_replication 1</i>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue