Skip to content

Commit 9054fe0

Browse files
committed
20094 FIX Reverting changes now reverts settings that require a site restart
CMK-35682 Change-Id: I36ae26ed72ee0d7f23b574cc757b7d5e92c6e61a
1 parent 1905cc1 commit 9054fe0

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.werks/20094.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[//]: # (werk v3)
2+
# Reverting changes now reverts settings that require a site restart
3+
4+
key | value
5+
---------- | ---
6+
date | 2026-06-19T08:13:33.574933+00:00
7+
version | 2.5.0p8
8+
class | fix
9+
edition | community
10+
component | wato
11+
level | 1
12+
compatible | yes
13+
14+
Previously, reverting pending changes did not revert global settings that require a full site restart.
15+
Worse, reverting such a change could stop site services like the web server without starting them again, leaving the site unreachable.
16+
Both issues are now fixed.
17+
18+
The affected settings are:
19+
20+
* _Start during system boot_
21+
* _Monitoring core_
22+
* _Access to Livestatus via TCP_
23+
* _Start Livestatus proxy_
24+
* _Event Console_
25+
* _Enable piggyback-hub_
26+
* _Send traces from Checkmk_
27+
* _Receive traces_
28+
* _Enable OpenTelemetry Collector_
29+
30+
The exact set you see depends on your edition.
31+
32+
Note: While the reverted configuration is being applied, the page does not yet update on its own.
33+
Reload it to see the current status.

cmk/gui/plugins/wato/backup_domains.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@
5252
],
5353
"default": True,
5454
},
55+
"omd": {
56+
"group": _("Configuration"),
57+
"title": _("Site management configuration (OMD)"),
58+
"prefix": cmk.utils.paths.omd_root,
59+
"paths": [
60+
("file", "etc/omd/global.mk"),
61+
("file", "etc/omd/sitespecific.mk"),
62+
],
63+
"default": True,
64+
},
5565
"extensions": {
5666
"title": _("Extensions in <tt>~/local/</tt> and MKPs"),
5767
"prefix": cmk.utils.paths.omd_root,

0 commit comments

Comments
 (0)