Skip to content

Commit 38e5ed9

Browse files
committed
17654 FIX Agent registration: Fix TLS registration removal
Change-Id: I909045fd287c349e3884901ed096c089f98af07b
1 parent b487e9c commit 38e5ed9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.werks/17654

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Title: Agent registration: Fix TLS registration removal
2+
Class: fix
3+
Compatible: compat
4+
Component: checks
5+
Date: 1742801294
6+
Edition: cce
7+
Level: 1
8+
Version: 2.2.0p42
9+
10+
When the TLS registration removal was triggered it could have happened that not all TLS entries of
11+
host of different sites were removed.

cmk/gui/watolib/agent_registration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def remove_tls_registration(hosts_by_site: Mapping[SiteId, Sequence[HostName]])
2626

2727
if site_is_local(site_id):
2828
_remove_tls_registration(host_names)
29-
return
29+
continue
3030

3131
do_remote_automation(
3232
get_site_config(site_id),

0 commit comments

Comments
 (0)