Werk #12563: Dynamic host configuration: Fix displaying of errors from remote sites
Component | Dynamic host configuration | ||||||
Title | Dynamic host configuration: Fix displaying of errors from remote sites | ||||||
Date | Apr 26, 2021 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
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 var/log/dcd.log 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.