From: Michael Friedrich Date: Thu, 18 Jul 2019 13:33:46 +0000 (+0200) Subject: Docs: Upgrading docs for improved reload handling X-Git-Tag: v2.11.0-rc1~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F7320%2Fhead;p=icinga2 Docs: Upgrading docs for improved reload handling --- diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 3f5ba1017..ada066a4b 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -55,6 +55,17 @@ and [benchmarks](https://github.com/miloyip/nativejson-benchmark#parsing-time). ### Core +#### Reload Handling + +2.11 provides fixes for unwanted notifications during restarts. +The updated systemd service file now uses the `KillMode=mixed` setting. + +The reload handling was improved with an umbrella process, which means +that normal runtime operations include **3 processes**. You may need to +adjust the local instance monitoring of the [procs](08-advanced-topics.md#monitoring-icinga) check. + +More details can be found in the [technical concepts](19-technical-concepts.md#technical-concepts-core-reload) chapter. + #### Downtime Notifications Imagine that a host/service changes to a HARD NOT-OK state,