From dd13f0d7d2e5bc9e9dc4d56f8ef632b56c7b9b5c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 24 Feb 2017 16:07:23 +0100 Subject: [PATCH] Docs: Fix typo in Distributed Monitoring chapter refs #5035 --- doc/6-distributed-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/6-distributed-monitoring.md b/doc/6-distributed-monitoring.md index 5920b930c..f241c5397 100644 --- a/doc/6-distributed-monitoring.md +++ b/doc/6-distributed-monitoring.md @@ -317,7 +317,7 @@ ensure to collect the required information: --------------------|-------------------- Common name (CN) | **Required.** By convention this should be the host's FQDN. Defaults to the FQDN. Master common name | **Required.** Use the common name you've specified for your master node before. - Establish connection to the master | **Optional.** Whether the client should attempt to connect the to master or not. Defaults to `y`. + Establish connection to the master | **Optional.** Whether the client should attempt to connect to the master or not. Defaults to `y`. Master endpoint host | **Required if the the client needs to connect to the master.** The master's IP address or FQDN. This information is included in the `Endpoint` object configuration in the `zones.conf` file. Master endpoint port | **Optional if the the client needs to connect to the master.** The master's listening port. This information is included in the `Endpoint` object configuration. Add more master endpoints | **Optional.** If you have multiple master nodes configured, add them here.