Title: Fix possible failed notifications running in docker environment
Class: fix
Compatible: compat
Component: notifications
Date: 1695386294
Edition: cre
Knowledge: doc
Level: 1
State: unknown
Version: 2.2.0p11
Werk #15941 already fixed failed notifications on appliances if one recipient had
no Email address configured.
We have now seen the same behaviour when running Checkmk in a docker container
because Nullmailer can not handle such recipients.
Title: Analyze configuration: false positive in "Restricted address mismatch" test
Class: fix
Compatible: compat
Component: wato
Date: 1695721351
Edition: cre
Knowledge: doc
Level: 1
State: unknown
Version: 2.2.0p11
The "Restricted address mismatch" accidentally triggered a warning even if the
corresponding "State in case of restricted address mismatch" entry of the
"Checkmk Agent installation auditing" rule was left unconfigured.
Additionally to the fix, this configuration test now also allows a <tt>CRIT</tt>
state instead of the default <tt>WARN</tt>.
Title: api-docs: include explanation of the special character * for the If-Match header
Class: fix
Compatible: compat
Component: rest-api
Date: 1695723736
Edition: cre
Knowledge: doc
Level: 1
State: unknown
Version: 2.2.0p11
We recently made changes to make it possible to provide the following header
in rest-api requests
"If-Match": "*"
instead of providing a resource's ETag.
This werk adds a short explanation to the api-docs so that our users know
that this is possible.
Title: apache_processes: we now replicate the configuration on remote sites
Class: fix
Compatible: compat
Component: wato
Date: 1695714746
Edition: cre
Knowledge: doc
Level: 1
State: unknown
Version: 2.2.0p11
This werk addresses an issue where we weren't replicating the configuration
for the number of apache processes. Now we do. On activate changes the
number of apache processes configured on the main site will now be replicated
on the remote site. An apache restart is required for these changes to
take effect.