Skip to content

Commit 5433a9b

Browse files
committed
Fix: Synchronize acknowledged werks to slave sites in distributed WATO setup
Signed-off-by: Sven Rueß <github@sven-ruess.de>
1 parent abdf5b2 commit 5433a9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmk/gui/watolib/activate_changes.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ def register(replication_path_registry_: ReplicationPathRegistry) -> None:
270270
os.path.relpath(cmk.utils.paths.var_dir + "/packages", cmk.utils.paths.omd_root),
271271
[],
272272
),
273+
ReplicationPath(
274+
"file",
275+
"ack_werks",
276+
os.path.relpath(
277+
cmk.utils.paths.var_dir + "/acknowledged_werks.mk", cmk.utils.paths.omd_root
278+
),
279+
[],
280+
),
273281
ReplicationPath(
274282
"dir",
275283
"local",

0 commit comments

Comments
 (0)