]> granicus.if.org Git - icinga2/commitdiff
Docs: Add a note for three level clusters with CSR auto-signing
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 25 Jul 2016 08:54:34 +0000 (10:54 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 25 Jul 2016 08:56:14 +0000 (10:56 +0200)
fixes #12219

doc/13-distributed-monitoring-ha.md

index 931e4212893e8df786c5112fe35d8099548ed044..2b51b52a664d8b090de163027fe076cc6b9f52dc 100644 (file)
@@ -607,7 +607,25 @@ You'll need to think about the following:
 
 * Deploy the entire configuration from the master to satellites and cascading remote clients? ("top down")
 * Use local client configuration instead and report the inventory to satellites and cascading to the master? ("bottom up")
-* Combine that with command execution brdiges on remote clients and also satellites
+* Combine that with command execution bridges on remote clients and also satellites
+
+In case you want to use [CSR Auto-Signing](11-icinga2-client.md#csr-autosigning-requirements) in
+a three level cluster you'll need to ensure that the clients can connect to the master node once.
+The setup wizard can still be configured to connect to the satellite node following the example
+below.
+
+    # icinga2 node wizard
+    ...
+    Please specify the master endpoint(s) this node should connect to:
+    Master Common Name (CN from your master setup): icinga2-satellite1.localdomain
+    Please fill out the master connection information:
+    Master endpoint host (optional, your master's IP address or FQDN): icinga2-satellite1.localdomain
+    ...
+    Please specify the master connection for CSR auto-signing (defaults to master endpoint host):
+    Host [icinga2-satellite1.localdomain]: icinga2-master1.localdomain
+
+Alternatively you can copy the CA director from your master in `/var/lib/icinga2/ca` to your satellites
+and connect to them using the client setup wizards.
 
 
 ### <a id="cluster-scenarios-security"></a> Security in Cluster Scenarios