Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5397
blob631ab5ad260672dbfd9775ad650b939a03034d6f
1 Title: Microcore can now be configured to send UNREACHABLE notifications
2 Level: 2
3 Component: core
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i1
7 Date: 1508230324
8 Class: feature
10 Normally you don't want to receive UNREACHABLE notifications of hosts. Configuring
11 client/parent relationships between your hosts is a good idea to be able to 
12 detect network outages. DOWN states of hosts will then be translated into UNREACHABLE,
13 making your view clear for the real cause (e.g. a router in DOWN state).
15 But there may be situations where you want to be able to receive these UNREACHABLE
16 notifications. This was already configurable when using the Nagios core for a long
17 time. For the Microcore the suppression of UNREACHABLE notifications was hard coded.
18 This has been changed now.
20 The default behaviour will not be changed. New sites or updates sites will not send
21 out UNREACHABLE notifications by default. To enable the new feature, you will first
22 have to tell the core to send out UNREACHABLE notifications.
24 To have a seamless transition we additionally changed these things:
26 <ul>
27 <li>A default rule that disables the UNREACHABLE notifications is being created
28     for new sites in the ruleset "Notified events for hosts". Whenever you want
29     to enable UNREACHABLE notifications, simply enable them using this rule.</li>
30 <li>Updated sites:
31     <ul>
32         <li>If you have configured rules for all your hosts in the
33         "Notified events for hosts" ruleset, the core will continue working
34         as configured.</li>
35         <li>Microcore: For hosts that have no matching rule in "Notified events for hosts",
36         the Microcore will <i>not send</i> out UNREACHABLE notifications.</li>
37         <li>Microcore: If you previously had configured a rule in "Notified events for hosts"
38         which enabled the UNREACHABLE notifications, this rule had no effect. It will now
39         be working after updating.</li>
40         <li>Nagios: For hosts that have no matching rule in "Notified events for hosts",
41         the Nagios core will <i>send</i> out UNREACHABLE notifications.</li>
42     </ul>
43 </li>
44 </ul>