Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 433
blob078ee96ec3df7a8ec6a9d8f4f81c179387b36a66
1 Title: Creating WATO lock during automations (like e.g. master to slave syncs)
2 Level: 1
3 Component: wato
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1389945767
9 All actions within WATO which might modify config files are globally locked.
10 This prevents mixups in written files. Only the automation commands did not
11 use a lock which might lead into broken files when some manual action
12 and some pushed snapshot wrote a file at the same time. The automations
13 now use the same lock as user actions which should prevent such problems now.