Encrypt notification daemon communication

CMK version: 2.1.0p19 RAW
OS version: Debian 11

Error message:

CRIT:
Failed to execute the test ACTestMknotifydCommunicationEncrypted: Traceback (most recent call last):
  File "/omd/sites/sitename/lib/python3/cmk/gui/watolib/analyze_configuration.py", line 164, in run
    results = list(self.execute())
  File "/omd/sites/sitename/lib/python3/cmk/gui/plugins/wato/ac_tests.py", line 456, in execute
    config = self._get_effective_global_setting("notification_spooler_config")
  File "/omd/sites/sitename/lib/python3/cmk/gui/watolib/analyze_configuration.py", line 205, in _get_effective_global_setting
    return get_effective_global_setting(
  File "/omd/sites/sitename/lib/python3/cmk/gui/watolib/sites.py", line 815, in get_effective_global_setting
    return default_values[varname]
KeyError: 'notification_spooler_config'

Hallo, ich bekomme in Analyze Config folgenden Error und finde abseits diesem Werk für die CEE keinen Ansatz, wo ich TLS aktivieren/forcieren kann, um den CRIT zu beheben.

Kann mich bitte jemand in die richtige Richtung stupsen?! :slight_smile:

Danke vorab & lg

1 Like

@madman thanks for your post. I have exactly the same error as you described and would like to know if you where able to fix it somehow?

I found the CRIT error here:

Setup > Maintenance > Analyze configuration

Error output on the webinterface:

CRIT:
Failed to execute the test ACTestMknotifydCommunicationEncrypted: Traceback (most recent call last):
  File "/omd/sites/check_ibk/lib/python3/cmk/gui/watolib/analyze_configuration.py", line 164, in run
    results = list(self.execute())
  File "/omd/sites/check_ibk/lib/python3/cmk/gui/plugins/wato/ac_tests.py", line 456, in execute
    config = self._get_effective_global_setting("notification_spooler_config")
  File "/omd/sites/check_ibk/lib/python3/cmk/gui/watolib/analyze_configuration.py", line 205, in _get_effective_global_setting
    return get_effective_global_setting(
  File "/omd/sites/check_ibk/lib/python3/cmk/gui/watolib/sites.py", line 815, in get_effective_global_setting
    return default_values[varname]
KeyError: 'notification_spooler_config'

Version Info: Checkmk Raw Edition 2.1.0p34 on Ubuntu Server 20.04 LTS

Many thanks!

I’m sorry, I honestly can’t remember. :frowning:

We are on 2.2p23 (upgraded, no clean install) and have the same issue.

1 Like