Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 8638
bloba63fb9eb0c3d9d64409333a18fe5ff341389427f
1 Title: Fixed broken notifications when Check_MK notification spooler not enabled (regression since 1.4.0i2)
2 Level: 3
3 Edition: cee
4 Component: notifications
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.4.0i3
9 Date: 1478703179
11 When updating an existing site to 1.4.0i2 or 1.4.0i2p2 while not having the "Check_MK notification spooler"
12 enabled via "omd config", the notification system stopped sending notifications.
14 The background is that the default notification mechanism had been changed from direct delivery to
15 asynchronous delivery. And this was done even when the notification spooler, which is responsible for
16 delivering the asynchronous notification, was disabled.
18 The notifications are not lost, they have simply not been processed. In case you are affected,
19 there should exist one file for each notification that has been created but was not delivered
20 below <tt>var/check_mk/notify/spool/</tt>.
22 To fix this issue just install the new version. After the update all notification will be sent out.
23 In case you want to supress the stuck notifications, you can go to the directory mentioned above and
24 remove the <tt>.mk</tt> files in this directory before starting the site again.
26 To make it work for you with the existing versions, you can execute "omd config" and go to 
27 "Distributed Monitoring > MKNOTIFYD" and enable this option. After starting the site again,
28 all your notifications will be processed and are sent to the users.