]> granicus.if.org Git - icinga2/commitdiff
Distributed Monitoring Docs: Add versions and upgrade
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 13 Sep 2018 13:13:03 +0000 (15:13 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 13 Sep 2018 13:29:11 +0000 (15:29 +0200)
refs #6612

doc/06-distributed-monitoring.md

index 8964fcffd7256cd116f6a5b0af752a4573678141..68ed2efddb6450f37ccda9e931a8deb0742d03bd 100644 (file)
@@ -183,6 +183,32 @@ While it may sound complicated for client setups, it removes the problem with di
 and configurations for a master and a client. Both of them work the same way, are configured
 in the same way (Zone, Endpoint, ApiListener), and you can troubleshoot and debug them in just one go.
 
+## Versions and Upgrade <a id="distributed-monitoring-versions-upgrade"></a>
+
+It generally is advised to use the newest releases with the same version on all instances.
+Prior to upgrading, make sure to plan a maintenance window.
+
+The Icinga project aims to allow the following compatibility:
+
+```
+master (2.9) >= satellite (2.8) >= clients (2.7)
+```
+
+Older client versions may work, but there's no guarantee. Always keep in mind that
+older versions are out of support and can contain bugs.
+
+In terms of an upgrade, ensure that the master is upgraded first, then
+involved satellites, and last the Icinga 2 clients. If you are on v2.8
+currently, first upgrade the master instance(s) to 2.9, and then proceed
+with the satellites. Things are getting easier with any sort of automation
+tool (Puppet, Ansible, etc.).
+
+Releases and new features may require you to upgrade master/satellite instances at once,
+this is highlighted in the [upgrading docs](16-upgrading-icinga-2.md#upgrading-icinga-2) if needed.
+One example is the CA proxy and on-demand signing feature
+available since v2.8 where all involved instances need this version
+to function properly.
+
 ## Master Setup <a id="distributed-monitoring-setup-master"></a>
 
 This section explains how to install a central single master node using