Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6390
blob09e99440b773e07c65b162011796ed8ef0f863a3
1 Title: Check_MK service: The monitoring state for each missing section is configurable
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1533117549
8 Class: feature
10 Previously only the generic monitoring state was configurable
11 if {{some}} agent section were missing. But there was no
12 differentiation between these sections.
14 Now beside of setting the generic "Missing sections" state in the
15 ruleset {{State of the Check_MK services}} you can specify
16 a regex pattern to match specific section names and give them
17 an individual state in case they are missing.
18 Note that the first match is used.
20 The section name can be found in the {{Service check command}} row in
21 the details view of a service:
22 Without the prefix {{check_mk-}} and the suffix after the dot (incl.).
24 For example the section name of the service check command
25 {{check_mk-cpu.loads}} is {{cpu}}.
27 This applies only for passive check types.