Skip to content

Commit 6bf5c0c

Browse files
committed
17654 FIX Agent registration: Fix TLS registration removal
Change-Id: I909045fd287c349e3884901ed096c089f98af07b
1 parent b7aa852 commit 6bf5c0c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.werks/17654.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[//]: # (werk v2)
2+
# Agent registration: Fix TLS registration removal
3+
4+
key | value
5+
---------- | ---
6+
date | 2025-03-24T07:28:14+00:00
7+
version | 2.5.0b1
8+
class | fix
9+
edition | cce
10+
component | checks
11+
level | 1
12+
compatible | yes
13+
14+
When the TLS registration removal was triggered it could have happened that not all TLS entries of
15+
host of different sites were removed.

cmk/gui/watolib/agent_registration.py

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

2929
if site_is_local(active_config, site_id):
3030
_remove_tls_registration(host_names)
31-
return
31+
continue
3232

3333
do_remote_automation(
3434
get_site_config(active_config, site_id),

0 commit comments

Comments
 (0)