Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7182
blobf78b439c6d9abba789e845936819e9b774ea1074
1 Title: Improved GUI extension error handling
2 Level: 2
3 Component: multisite
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1551029903
8 Class: feature
10 When extending the standard GUI functionality, using either a manually
11 installed <tt>local/share/check_mk/web</tt> plugin or a Check_MK extension
12 package (MKP), exceptions may occur while loading the plugin.
14 In previous versions these exceptions caused the whole GUI to fail making it
15 impossible to repair the problem using the GUI, for example via the extension
16 package manager of the CEE/CME.
18 The extension related loading errors are now all catched and logged to the
19 <tt>var/log/web.log</tt> instead of making the whole application fail. In
20 addition to this, an error message will be shown on the "Extension packages"
21 WATO page. We've also added a new Analyze configuration check "Broken GUI
22 extensions" which will report a CRIT state when broken GUI extensions are
23 found.