From 8fecdce3c0f6dc0faba67a90bb88b741c3ab30dd Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Thu, 1 Jun 2017 16:13:40 +0200 Subject: [PATCH] Update 6-distributed-monitoring.md If you omit the Common name (CN) icinga2 uses the hostname instead, which can differ from FQDN. --- doc/6-distributed-monitoring.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/6-distributed-monitoring.md b/doc/6-distributed-monitoring.md index 94d72f0b1..b59237442 100644 --- a/doc/6-distributed-monitoring.md +++ b/doc/6-distributed-monitoring.md @@ -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 \ -- 2.49.0