Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5532
blobc9f53df6f9791665cc391757304cdd7148aee9d0
1 Title: Host/Service states and outputs can now be translated
2 Level: 2
3 Component: cmc
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i2
7 Date: 1511169817
8 Class: feature
10 The states and service status detail of hosts and services can now be translated. You can now
11 use the rules {{Host state translation}} and {{Service state translation}} to configure the
12 Check_MK core to translate either specific states to other states or the status detail to other
13 texts.
15 States: For each host/service you can configure a transformation of each possible monitoring state
16 to another one.
18 The state translation can, for example, be used to inverse a host check in case you want to get
19 a notification in case a host becomes reachable.
21 The translation of detail outputs is done using regular expressions. You can specify multiple
22 regular expressions (infix match, case sensitive) per object which are applied to the current
23 status detail. The matched text will be replaced by the specified replacement text. You can
24 use match groups to extract parts of the original text using the regular expression.