Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: fa31e141874ecc140770c57f2183e06d6651b9cd
https://github.com/tribe29/checkmk/commit/fa31e141874ecc140770c57f2183e06d6…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
A .werks/12563
Log Message:
-----------
12563 FIX Dynamic host configuration: Fix displaying of errors from remote sites
The dynamic configuration can be configured to work in distributed setups. In
this scenario, the dcd on the remote site gathers the raw host information
(phase 1) and the central site compares the information from phase 1 with the
Checkmk configuration and creates or deletes hosts based on the results of the
comparison.
It is possible that the central site continues to operate even in the event of
a failure in the phase 1 execution on the remote site. In this situation the
error will only be visible in the <tt>var/log/dcd.log</tt> on the remote
site.
On the central site, a) no update will be applied and b) the error message will
not be visible in the user interface.
Change-Id: I2b9ab440f03ed270f1ea2c525cccab50544147e6