Executing shell scripts not working for event console

Hi,
we have purchased and installed the check-mk-enterprise-2.0.0p1-el8-38.x86_64 and I am trying to use the custom actions as documented in ‘Processing logs and SNMP traps in Checkmk’ section 6.2 shell_scripts_and_emails
But this is not working and could use some assistance with the following error:
~/var/log/mkeventd.log
2021-03-31 14:46:48,499 [40] [cmk.mkeventd.StatusServer] Error during execution of action test
Traceback (most recent call last):
File “/omd/sites/OFKmonitor/lib/python3/cmk/ec/actions.py”, line 100, in do_event_action
_execute_script(
File “/omd/sites/OFKmonitor/lib/python3/cmk/ec/actions.py”, line 194, in _execute_script
script_env[“CMK_” + key.upper()] = value
TypeError: can only concatenate str (not “bytes”) to str

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.