Skip to content

Commit

Permalink
ps discovery test: find checker helpers
Browse files Browse the repository at this point in the history
Change-Id: I94392264c43f281cac1b34979102265f5137c961
  • Loading branch information
mo-ki committed Feb 13, 2025
1 parent 4210ef4 commit 9d55f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmk/gui/watolib/sample_config/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions tests/integration/checks/test_checks_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand All @@ -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",
Expand Down

0 comments on commit 9d55f2e

Please sign in to comment.