diff --git a/cmk/gui/watolib/sample_config/_constants.py b/cmk/gui/watolib/sample_config/_constants.py index f6e7826034f..0a187caa58e 100644 --- a/cmk/gui/watolib/sample_config/_constants.py +++ b/cmk/gui/watolib/sample_config/_constants.py @@ -60,7 +60,7 @@ ( "feaa2248-08b8-47a3-bc3c-a5502d2b9f3a", "checker helpers", - "~python3 /omd/sites/[^/]+/bin/cmk --checker", + "~python3 /omd/sites/[^/]+/bin/cmk .*--checker", ), ( "9440a0b2-5eb2-4f52-ac4b-17c6ddecd1f2", diff --git a/tests/integration/checks/test_checks_sanity.py b/tests/integration/checks/test_checks_sanity.py index 57e3c564ca7..869bb51976e 100644 --- a/tests/integration/checks/test_checks_sanity.py +++ b/tests/integration/checks/test_checks_sanity.py @@ -137,7 +137,6 @@ def test_shipped_ps_disocvery(host_services: dict[str, ServiceInfo], site: Site) # f"Process {site.id} jaeger", f"Process {site.id} piggyback hub", f"Process {site.id} rabbitmq", - # f"Process {site.id} real-time helper", # not enabled f"Process {site.id} redis-server", f"Process {site.id} rrdcached", } @@ -146,7 +145,7 @@ def test_shipped_ps_disocvery(host_services: dict[str, ServiceInfo], site: Site) expected_ps_services |= { f"Process {site.id} active check helpers", f"Process {site.id} alert helper", - # f"Process {site.id} checker helpers", # FIXME + f"Process {site.id} checker helpers", f"Process {site.id} cmc", f"Process {site.id} fetcher helpers", f"Process {site.id} livestatus proxy",