This is an automated email from the ASF dual-hosted git repository. pengys pushed a commit to branch peng-yongsheng-patch-1-1 in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit f77a10b45569916abba91cc068b7f9fa40f679f4 Author: 彭勇升 pengys <[email protected]> AuthorDate: Mon Nov 26 11:38:25 2018 +0800 Update README.md Notice of the system time setting. --- docs/en/setup/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/setup/README.md b/docs/en/setup/README.md index e3f5f3f..6b2b221 100644 --- a/docs/en/setup/README.md +++ b/docs/en/setup/README.md @@ -1,6 +1,10 @@ # Setup Setup based on which kind of probes are you going to use. If you don't understand, please read [Concepts and Designs](../concepts-and-designs/README.md) first. + +**Important: Please comfirm the system time on the monitored servers are same as the time on the OAP servers.** + + ## Download official releases - Backend, UI and Java agent are Apache official release, you could find them at [Apache SkyWalking DOWNLOAD page](http://skywalking.apache.org/downloads/). - Download .Net agent by following [Getting started document](https://github.com/OpenSkywalking/skywalking-netcore#getting-started). @@ -22,4 +26,4 @@ Follow [backend and UI setup document](backend/backend-ui-setup.md) to understan scenarios, and open advanced features. ## Changes log -Backend, UI and Java agent changes are available [here](../../../CHANGES.md). \ No newline at end of file +Backend, UI and Java agent changes are available [here](../../../CHANGES.md).
