Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6031
blob5357ee8c813a3d5ecc8925caa091976d9bdd691c
1 Title: Improved initial activation step performance in some cases
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1524641789
11 When activating the changed configuration, the first step "Initializing activation" may
12 take a lot of time when there are a lot of files located below the "local" hierarchy of
13 the site.
15 This is caused by a backup mechanism that is executed in this step. It saves snapshots
16 of your WATO configuration (not the whole site nor the whole config of the site) to
17 archives which are located below "var/check_mk/wato/snapshots". These can be used for
18 reverting the changes in the GUI and for recovery of configuration files. This is not
19 primarily a backup mechanism, better use the Check_MK site backup for this task.
21 These archives were also containing the whole local/ hierarchy. In case there are a lot
22 of small files or some larger files in this hierarchy, this slowed down the activation
23 significantly. We've decided to remove those files from the config snapshot now.