After update checkmk version raw the web gui is not display properly

log from web.log
2024-03-05 09:44:01,526 [20] [cmk.web.automations 7384] RUN: check_mk --automation get-configuration
2024-03-05 09:44:01,526 [20] [cmk.web.automations 7384] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:44:01,984 [20] [cmk.web.automations 7384] FINISHED: 0
2024-03-05 09:44:01,985 [40] [cmk.web.background-job 7384] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/watolib/automations.py”, line 153, in check_mk_local_automation
return ast.literal_eval(completed_process.stdout)
File “/omd/sites/site/lib/python3.8/ast.py”, line 59, in literal_eval
node_or_string = parse(node_or_string, mode=‘eval’)
File “/omd/sites/site/lib/python3.8/ast.py”, line 47, in parse
return compile(source, filename, mode, flags,
File “”, line 1
remove flag /omd/sites/site/etc/check_mk/conf.d/fs_cap.mk
^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 210, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 472, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 239, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 143, in _build_index
self._add_language_dependent_item_generators_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 179, in _add_language_dependent_item_generators_to_redis
self._add_match_item_generator_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 201, in _add_match_item_generator_to_redis
cls._add_match_items_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 217, in _add_match_items_to_redis
for idx, match_item in enumerate(match_item_generator.generate_match_items()):
File “/omd/sites/site/lib/python3/cmk/gui/wato/pages/global_settings.py”, line 552, in generate_match_items
mode = self._mode_class()
File “/omd/sites/site/lib/python3/cmk/gui/wato/pages/global_settings.py”, line 390, in init
super().init()
File “/omd/sites/site/lib/python3/cmk/gui/wato/pages/global_settings.py”, line 74, in init
self._default_values = ABCConfigDomain.get_all_default_globals()
File “/omd/sites/site/lib/python3/cmk/gui/plugins/watolib/utils.py”, line 60, in get_all_default_globals
settings.update(domain().default_globals())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/config_domains.py”, line 65, in default_globals
return check_mk_local_automation(“get-configuration”, ,
File “/omd/sites/site/lib/python3/cmk/gui/watolib/automations.py”, line 155, in check_mk_local_automation
raise _local_automation_failure(command=command,
cmk.utils.exceptions.MKGeneralException: Error running automation call get-configuration, output:

remove flag /omd/sites/site/etc/check_mk/conf.d/fs_cap.mk
{u’agent_simulator’: False, u’check_mk_perfdata_with_times’: True, u’cluster_max_cachefile_age’: 90, u’delay_precompile’: False, u’enable_rulebased_notifications’: False, u’http_proxies’: {}, u’inventory_check_autotrigger’: True, u’inventory_check_interval’: None, u’inventory_check_severity’: 1, u’notification_backlog’: 10, u’notification_bulk_interval’: 10, u’notification_fallback_email’: u’‘, u’notification_logging’: 15, u’notification_plugin_timeout’: 60, u’piggyback_max_cachefile_age’: 3600, u’restart_locking’: u’abort’, u’simulation_mode’: False, u’snmp_backend_default’: u’inline’, u’tcp_connect_timeout’: 5.0, u’use_dns_cache’: True, u’use_inline_snmp’: True, u’use_new_descriptions_for’: }
: invalid syntax (, line 1)
2024-03-05 09:44:25,095 [20] [cmk.web.automations 7657] RUN: check_mk --automation get-configuration
2024-03-05 09:44:25,095 [20] [cmk.web.automations 7657] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:44:25,628 [20] [cmk.web.automations 7657] FINISHED: 0
2024-03-05 09:45:02,120 [40] [cmk.web.background-job 7657] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 559, in connect
sock = self._connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 911, in _connect
sock.connect(self.path)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 246, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 496, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 244, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 129, in _build_index
self._do_build_index(match_item_generators)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 156, in _do_build_index
pipeline.execute()
File “/omd/sites/site/lib/python3.9/site-packages/redis/client.py”, line 4012, in execute
conn = self.connection_pool.get_connection(‘MULTI’,
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 1192, in get_connection
connection.connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 563, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 2 connecting to unix socket: /omd/sites/site/tmp/run/redis. No such file or directory.
2024-03-05 09:46:03,871 [20] [cmk.web.automations 8128] RUN: check_mk --automation get-configuration
2024-03-05 09:46:03,871 [20] [cmk.web.automations 8128] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:46:04,375 [20] [cmk.web.automations 8128] FINISHED: 0
2024-03-05 09:47:13,808 [20] [cmk.web.automations 8788] RUN: check_mk --automation get-configuration
2024-03-05 09:47:13,808 [20] [cmk.web.automations 8788] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:47:14,324 [20] [cmk.web.automations 8788] FINISHED: 0
2024-03-05 09:49:57,572 [20] [cmk.web.automations 9912] RUN: check_mk --automation get-configuration
2024-03-05 09:49:57,572 [20] [cmk.web.automations 9912] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:49:58,075 [20] [cmk.web.automations 9912] FINISHED: 0
2024-03-05 09:50:29,576 [20] [cmk.web.automations 10492] RUN: check_mk --automation get-configuration
2024-03-05 09:50:29,576 [20] [cmk.web.automations 10492] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:50:30,085 [20] [cmk.web.automations 10492] FINISHED: 0
2024-03-05 09:53:35,707 [20] [cmk.web.automations 11789] RUN: check_mk --automation get-configuration
2024-03-05 09:53:35,708 [20] [cmk.web.automations 11789] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 09:53:36,206 [20] [cmk.web.automations 11789] FINISHED: 0
2024-03-05 10:02:29,303 [20] [cmk.web.automations 14835] RUN: check_mk --automation get-configuration
2024-03-05 10:02:29,303 [20] [cmk.web.automations 14835] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 10:02:29,806 [20] [cmk.web.automations 14835] FINISHED: 0
2024-03-05 10:03:20,276 [20] [cmk.web.automations 15339] RUN: check_mk --automation get-configuration
2024-03-05 10:03:20,276 [20] [cmk.web.automations 15339] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 10:03:20,775 [20] [cmk.web.automations 15339] FINISHED: 0
2024-03-05 10:10:30,654 [20] [cmk.web.automations 16943] RUN: check_mk --automation get-configuration
2024-03-05 10:10:30,655 [20] [cmk.web.automations 16943] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 10:10:31,180 [20] [cmk.web.automations 16943] FINISHED: 0
2024-03-05 10:11:07,390 [40] [cmk.web.background-job 16943] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 707, in connect
sock = self.retry.call_with_retry(
File “/omd/sites/site/lib/python3.9/site-packages/redis/retry.py”, line 46, in call_with_retry
return do()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 708, in
lambda: self._connect(), lambda error: self.disconnect(error)
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 1191, in _connect
sock.connect(self.path)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 246, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 496, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 244, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 129, in _build_index
self._do_build_index(match_item_generators)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 156, in _do_build_index
pipeline.execute()
File “/omd/sites/site/lib/python3.9/site-packages/redis/client.py”, line 2114, in execute
conn = self.connection_pool.get_connection(“MULTI”, self.shard_hint)
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 1461, in get_connection
connection.connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 713, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 2 connecting to unix socket: /omd/sites/site/tmp/run/redis. No such file or directory.
2024-03-05 10:11:10,216 [20] [cmk.web.automations 17178] RUN: check_mk --automation get-configuration
2024-03-05 10:11:10,216 [20] [cmk.web.automations 17178] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 10:11:10,713 [20] [cmk.web.automations 17178] FINISHED: 0
2024-03-05 10:18:24,261 [20] [cmk.web.automations 19184] RUN: check_mk --automation get-configuration
2024-03-05 10:18:24,262 [20] [cmk.web.automations 19184] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 10:18:24,791 [20] [cmk.web.automations 19184] FINISHED: 0
2024-03-05 10:19:01,058 [40] [cmk.web.background-job 19184] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 559, in connect
sock = self._connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 911, in _connect
sock.connect(self.path)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 246, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 496, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 244, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 129, in _build_index
self._do_build_index(match_item_generators)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 156, in _do_build_index
pipeline.execute()
File “/omd/sites/site/lib/python3.9/site-packages/redis/client.py”, line 4012, in execute
conn = self.connection_pool.get_connection(‘MULTI’,
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 1192, in get_connection
connection.connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 563, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 2 connecting to unix socket: /omd/sites/site/tmp/run/redis. No such file or directory.
2024-03-05 10:20:27,437 [20] [cmk.web.automations 19491] RUN: check_mk --automation get-configuration
2024-03-05 10:20:27,437 [20] [cmk.web.automations 19491] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-05 10:20:27,954 [20] [cmk.web.automations 19491] FINISHED: 0
2024-03-05 10:23:32,292 [40] [cmk.web.background-job 20278] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 139, in load_mk_file
exec(f.read(), globals(), default)
File “”, line 13, in
NameError: name ‘folder_attributes’ is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 210, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 472, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 239, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 135, in _build_index
self._add_language_independent_item_generators_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 163, in _add_language_independent_item_generators_to_redis
cls._add_match_item_generator_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 201, in _add_match_item_generator_to_redis
cls._add_match_items_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 217, in _add_match_items_to_redis
for idx, match_item in enumerate(match_item_generator.generate_match_items()):
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3246, in generate_match_items
) for host_name, host_attributes in self._host_collector().items())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3144, in collect_all_hosts
return _collect_hosts(Folder.root_folder())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3149, in _collect_hosts
for host_name, host in folder.all_hosts_recursively().items():
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1196, in all_hosts_recursively
hosts.update(self.hosts())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1181, in hosts
self._load_hosts_on_demand()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 673, in _load_hosts_on_demand
self._load_hosts()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 682, in _load_hosts
variables = self._load_hosts_file()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 860, in load_hosts_file
return store.load_mk_file(self.hosts_file_path(), variables)
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 149, in load_mk_file
raise MKGeneralException(
(“Cannot read configuration file "%s": %s”) % (path, e))
cmk.utils.exceptions.MKGeneralException: Cannot read configuration file “/omd/sites/site/etc/check_mk/conf.d/wato/remote_sites/site/hosts.mk”: name ‘folder_attributes’ is not defined
2024-03-06 04:06:39,225 [40] [cmk.web.background-job 16521] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 139, in load_mk_file
exec(f.read(), globals(), default)
File “”, line 13, in
NameError: name ‘folder_attributes’ is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 210, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 472, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 239, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 135, in _build_index
self._add_language_independent_item_generators_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 163, in _add_language_independent_item_generators_to_redis
cls._add_match_item_generator_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 201, in _add_match_item_generator_to_redis
cls._add_match_items_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 217, in _add_match_items_to_redis
for idx, match_item in enumerate(match_item_generator.generate_match_items()):
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3246, in generate_match_items
) for host_name, host_attributes in self._host_collector().items())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3144, in collect_all_hosts
return _collect_hosts(Folder.root_folder())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3149, in _collect_hosts
for host_name, host in folder.all_hosts_recursively().items():
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1196, in all_hosts_recursively
hosts.update(self.hosts())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1181, in hosts
self._load_hosts_on_demand()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 673, in _load_hosts_on_demand
self._load_hosts()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 682, in _load_hosts
variables = self._load_hosts_file()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 860, in load_hosts_file
return store.load_mk_file(self.hosts_file_path(), variables)
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 149, in load_mk_file
raise MKGeneralException(
(“Cannot read configuration file "%s": %s”) % (path, e))
cmk.utils.exceptions.MKGeneralException: Cannot read configuration file “/omd/sites/site/etc/check_mk/conf.d/wato/remote_sites/site/hosts.mk”: name ‘folder_attributes’ is not defined
2024-03-06 04:08:30,706 [40] [cmk.web.background-job 16786] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 139, in load_mk_file
exec(f.read(), globals(), default)
File “”, line 13, in
NameError: name ‘folder_attributes’ is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 210, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 472, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 239, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 135, in _build_index
self._add_language_independent_item_generators_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 163, in _add_language_independent_item_generators_to_redis
cls._add_match_item_generator_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 201, in _add_match_item_generator_to_redis
cls._add_match_items_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 217, in _add_match_items_to_redis
for idx, match_item in enumerate(match_item_generator.generate_match_items()):
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3246, in generate_match_items
) for host_name, host_attributes in self._host_collector().items())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3144, in collect_all_hosts
return _collect_hosts(Folder.root_folder())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3149, in _collect_hosts
for host_name, host in folder.all_hosts_recursively().items():
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1196, in all_hosts_recursively
hosts.update(self.hosts())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1181, in hosts
self._load_hosts_on_demand()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 673, in _load_hosts_on_demand
self._load_hosts()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 682, in _load_hosts
variables = self._load_hosts_file()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 860, in load_hosts_file
return store.load_mk_file(self.hosts_file_path(), variables)
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 149, in load_mk_file
raise MKGeneralException(
(“Cannot read configuration file "%s": %s”) % (path, e))
cmk.utils.exceptions.MKGeneralException: Cannot read configuration file “/omd/sites/site/etc/check_mk/conf.d/wato/remote_sites/site/hosts.mk”: name ‘folder_attributes’ is not defined
2024-03-06 04:09:02,230 [30] [cmk.web.background-job 16888] Found no abandoned profile.
2024-03-06 04:28:09,587 [40] [cmk.web.background-job 20747] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 139, in load_mk_file
exec(f.read(), globals(), default)
File “”, line 13, in
NameError: name ‘folder_attributes’ is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 210, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 472, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 239, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 135, in _build_index
self._add_language_independent_item_generators_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 163, in _add_language_independent_item_generators_to_redis
cls._add_match_item_generator_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 201, in _add_match_item_generator_to_redis
cls._add_match_items_to_redis(
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 217, in _add_match_items_to_redis
for idx, match_item in enumerate(match_item_generator.generate_match_items()):
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3246, in generate_match_items
) for host_name, host_attributes in self._host_collector().items())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3144, in collect_all_hosts
return _collect_hosts(Folder.root_folder())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 3149, in _collect_hosts
for host_name, host in folder.all_hosts_recursively().items():
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1198, in all_hosts_recursively
hosts.update(subfolder.all_hosts_recursively())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1196, in all_hosts_recursively
hosts.update(self.hosts())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 1181, in hosts
self._load_hosts_on_demand()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 673, in _load_hosts_on_demand
self._load_hosts()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 682, in _load_hosts
variables = self._load_hosts_file()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/hosts_and_folders.py”, line 860, in load_hosts_file
return store.load_mk_file(self.hosts_file_path(), variables)
File “/omd/sites/site/lib/python3/cmk/utils/store.py”, line 149, in load_mk_file
raise MKGeneralException(
(“Cannot read configuration file "%s": %s”) % (path, e))
cmk.utils.exceptions.MKGeneralException: Cannot read configuration file “/omd/sites/site/etc/check_mk/conf.d/wato/remote_sites/site/hosts.mk”: name ‘folder_attributes’ is not defined
2024-03-06 04:29:19,436 [20] [cmk.web.automations 21045] RUN: check_mk --automation get-configuration
2024-03-06 04:29:19,437 [20] [cmk.web.automations 21045] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-06 04:29:19,975 [20] [cmk.web.automations 21045] FINISHED: 0
2024-03-06 04:29:56,366 [40] [cmk.web.background-job 21045] Exception in background function
Traceback (most recent call last):
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 559, in connect
sock = self._connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 911, in _connect
sock.connect(self.path)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/omd/sites/site/lib/python3/cmk/gui/background_job.py”, line 246, in _execute_function
func_ptr(*args, **kwargs)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 496, in _build_index_background
IndexBuilder(match_item_generator_registry).build_full_index()
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 244, in build_full_index
self._build_index(self._registry.values())
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 129, in _build_index
self._do_build_index(match_item_generators)
File “/omd/sites/site/lib/python3/cmk/gui/watolib/search.py”, line 156, in _do_build_index
pipeline.execute()
File “/omd/sites/site/lib/python3.9/site-packages/redis/client.py”, line 4012, in execute
conn = self.connection_pool.get_connection(‘MULTI’,
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 1192, in get_connection
connection.connect()
File “/omd/sites/site/lib/python3.9/site-packages/redis/connection.py”, line 563, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 2 connecting to unix socket: /omd/sites/site/tmp/run/redis. No such file or directory.
2024-03-06 04:30:25,692 [20] [cmk.web.automations 21289] RUN: check_mk --automation get-configuration
2024-03-06 04:30:25,692 [20] [cmk.web.automations 21289] STDIN: “[‘use_new_descriptions_for’, ‘tcp_connect_timeout’, ‘simulation_mode’, ‘restart_locking’, ‘agent_simulator’, ‘delay_precompile’, ‘cluster_max_cachefile_age’, ‘piggyback_max_cachefile_age’, ‘check_mk_perfdata_with_times’, ‘use_dns_cache’, ‘snmp_backend_default’, ‘use_inline_snmp’, ‘http_proxies’, ‘inventory_check_interval’, ‘inventory_check_severity’, ‘inventory_check_autotrigger’, ‘enable_rulebased_notifications’, ‘notification_fallback_email’, ‘notification_fallback_format’, ‘notification_backlog’, ‘notification_bulk_interval’, ‘notification_plugin_timeout’, ‘notification_logging’]”
2024-03-06 04:30:26,206 [20] [cmk.web.automations 21289] FINISHED: 0
2024-03-06 04:40:47,384 [30] [cmk.web.auth 22228] Login failed for username: cmkadmin (existing: Yes, locked: No, failed logins until locked: 9), client: 172.20.25.140
2024-03-06 04:42:31,822 [30] [cmk.web.auth 22228] Login failed for username: cmkadmin (existing: Yes, locked: No, failed logins until locked: 8), client: 172.20.25.140
2024-03-06 07:06:40,698 [30] [cmk.web.auth 22228] Login failed for username: cmkadmin (existing: Yes, locked: No, failed logins until locked: 7), client: 172.20.24.140