Werk #19219: DCD: cmk-dcd error handler crashes on args.debug, masking real DCD error
| Component | Dynamic host configuration | ||||||
| Title | DCD: cmk-dcd error handler crashes on args.debug, masking real DCD error | ||||||
| Date | Jul 7, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
The cmk-dcd command line tool crashed with an AttributeError whenever an
error occurred during command execution. The error handler referenced an
undefined --debug flag, masking the original error with an unrelated
traceback.
This has been fixed.