Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5930
bloba024689a29fa0f34780690284c228cef217fc18f
1 Title: Status of the Check_MK services can be specified per data source
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i4
7 Date: 1522071041
8 Class: feature
10 Within the rule <i>Status of the Check_MK services</i> the state of
11 <ul>
12 <li>connection problems,</li>
13 <li>empty output,</li>
14 <li>any unhandled exception or</li>
15 <li>timeout</li>
16 </ul>
17 can be specified for each data source.
19 Additionally for the agent data sources the state of
20 <ul>
21 <li>wrong version</li>
22 </ul>
23 can be specified, too.
25 The configuration of the overall state also includes
26 <ul>
27 <li>missing sections</li>
28 </ul>
30 The default configuration for the overall and each data source
31 is <table> <tr><td>connection problems</td><td>CRIT</td></tr>
32 <tr><td>empty output</td><td>CRIT</td></tr> <tr><td>any unhandled
33 exception</td><td>UNKNOWN</td></tr> <tr><td>timeout</td><td>CRIT</td></tr>
34 <tr><td>wrong version</td><td>WARN</td></tr> <tr><td>missing
35 sections</td><td>WARN</td></tr> </table>