You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
I was super happy to find a proper check for TS3, I've installed the mkp, copied the check, created a .cfg and tried running the plugin, works just fine. Then I went to discover new services, but the discovery crashes.
Exception:
ValueError (item must be None or of type `str`)
Traceback:
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/decorator.py", line 43, in wrapped_check_func
status, output_text = _combine_texts(check_func(hostname, *args, **kwargs))
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/__init__.py", line 578, in active_check_discovery
services = _get_host_services(
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/__init__.py", line 1023, in _get_host_services
**_get_node_services(
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/__init__.py", line 1048, in _get_node_services
service_result = analyse_discovered_services(
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/_discovered_services.py", line 46, in analyse_discovered_services
discovered_services=_discover_services(
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/_discovered_services.py", line 145, in _discover_services
{
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/_discovered_services.py", line 145, in <dictcomp>
{
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/_discovered_services.py", line 280, in _discover_plugins_services
yield from (
File "/omd/sites/monitoring/lib/python3/cmk/base/agent_based/discovery/_discovered_services.py", line 280, in <genexpr>
yield from (
File "/omd/sites/monitoring/lib/python3/cmk/base/api/agent_based/register/check_plugins.py", line 74, in filtered_generator
for element in generator(*args, **kwargs):
File "/omd/sites/monitoring/lib/python3/cmk/base/api/agent_based/register/check_plugins_legacy.py", line 90, in discovery_migration_wrapper
raise ValueError("item must be None or of type `str`")
Turns out this bug was already fixed by cbee9e4 - just that no new .mkp was made. Since most users will probably just download and install that, could you please make a new .mkp?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I was super happy to find a proper check for TS3, I've installed the mkp, copied the check, created a .cfg and tried running the plugin, works just fine. Then I went to discover new services, but the discovery crashes.
Exception:
Traceback:
Local Variables:
I am using Checkmk Raw Edition 2.1.0p21.
The text was updated successfully, but these errors were encountered: