]> granicus.if.org Git - icinga2/commitdiff
Update 6-distributed-monitoring.md 5314/head
authorWinfried Angele <winfried.angele@gmail.com>
Thu, 1 Jun 2017 14:13:40 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 14:13:40 +0000 (16:13 +0200)
If you omit the Common name (CN) icinga2 uses the hostname instead, which can differ from FQDN.

doc/6-distributed-monitoring.md

index 94d72f0b1d011745b37f0b2dfde666afdd19b26b..b59237442d0c46613d4a844ca85df45668dab4d5 100644 (file)
@@ -2513,6 +2513,7 @@ Pass the following details to the `node setup` CLI command:
 
   Parameter           | Description
   --------------------|--------------------
+  Common name (CN)    | **Optional.** Specified with the `--cn` parameter. By convention this should be the host's FQDN.
   Request ticket      | **Required.** Add the previously generated [ticket number](6-distributed-monitoring.md#distributed-monitoring-setup-csr-auto-signing).
   Trusted master certicate | **Required.** Add the previously fetched trusted master certificate (this step means that you've verified its origin).
   Master endpoint     | **Required.** Specify the master's endpoint name.
@@ -2524,6 +2525,7 @@ Pass the following details to the `node setup` CLI command:
 Example:
 
     [root@icinga2-client1.localdomain /]# icinga2 node setup --ticket ead2d570e18c78abf285d6b85524970a0f69c22d \
+    --cn icinga2-client1.localdomain \
     --endpoint icinga2-master1.localdomain \
     --zone icinga2-client1.localdomain \
     --master_host icinga2-master1.localdomain \