Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2175
blob2a65ee6a5fd7481f73784d9096278ec3cd92232e
1 Title: Added icon uploader, unified icon selection
2 Level: 2
3 Component: multisite
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1428915320
7 Class: feature
9 Check_MK makes use of icons in views and dashboards, but it is also possible
10 to add a custom icon to hosts or services for e.g. showing up the type of
11 the device in a graphical way. This version also adds the option to register
12 custom icons and actions to host and services.
14 This change unifies the handling of icons used in such places. We implemented
15 an icon selector which is used everywhere were you can select an icon. This
16 icon selector groups the icons together in categories for more comfortable
17 selection.
19 We added an icon upload mechanism which gives you the option to manage your
20 custom icons using WATO. You can find it in the top level navigation of WATO.
22 All icons are now loaded from a fixed location, in OMD environments this
23 is <tt>share/check_mk/web/htdocs/images/icons</tt> for the icons distributed
24 by us and <tt>local/share/check_mk/web/htdocs/images/icons</tt> for your
25 custom icons.
27 Implementation detail: The category of an icon is saved directly in the icon
28 image. It is stored in the PNG comment metadata.