Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2881
blob575e104a0cdf670b49b6e2a2b806b04e7fbf59db
1 Title: Automatically restart core instead of reload after changes in local check plugins
2 Level: 1
3 Component: core
4 Compatible: compat
5 Version: 1.2.7i4
6 Date: 1450434659
7 Class: feature
9 If you create, remove or modify you own check plugins in
10 <tt>~/local/share/check_mk/checks</tt> then usually had to do a real core
11 restart with <tt>cmk -R</tt> in order to activate these changes. This is now
12 done automatically. Whenever you do <i>Activate Changes</i> then Check_MK
13 does a real restart on demand if it sees any modification in the check plugins.
14 This also helps the handling of installing and removing Check_MK packages (MKPs).