Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #15354: Remove "Encrypt notification daemon communication" check from "Analyze Configuration" in Checkmk Raw

Component Setup
Title Remove "Encrypt notification daemon communication" check from "Analyze Configuration" in Checkmk Raw
Date Feb 11, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.4.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.3.0p30 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

"Encrypt notification daemon communication" is a Checkmk Enterprise feature, so this check needs to be omitted in Checkmk Raw.

It previously failed with the following traceback:

error executing configuration test ACTestMknotifydCommunicationEncrypted
Traceback (most recent call last):
  File "/omd/sites/site/lib/python3/cmk/gui/watolib/analyze_configuration.py", line 157, in run
    results = list(self.execute())
              ^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/site/lib/python3/cmk/gui/wato/_ac_tests.py", line 527, in execute
    config = self._get_effective_global_setting("notification_spooler_config")
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/site/lib/python3/cmk/gui/watolib/analyze_configuration.py", line 204, in _get_effective_global_setting
    return get_effective_global_setting(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/site/lib/python3/cmk/gui/watolib/sites.py", line 762, in get_effective_global_setting
    return default_values[varname]
           ~~~~~~~~~~~~~~^^^^^^^^^
KeyError: 'notification_spooler_config'

To the list of all Werks