Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8271
blob50fe7e921b53a689118217b0cd838a2c4b5145d2
1 Title: mknotifyd: various optimizations for avoiding duplicate notifications
2 Level: 1
3 Edition: cee
4 Component: notifications
5 Version: 1.2.7i2
6 Date: 1433253634
7 Class: fix
9 The notification spooler has been changed in a few places in order to avoid
10 duplicate notifiations in situations with bad network connections:
12 LI:The time a connection has needed to build up is being output in the check
13 LI:When no connection is establish, logging about spool files is more quiet
14 LI:Heartbeat checking now considers <i>any</i> received data as heartbeat
15 LI:Heartbeat checking now accounts for the internal computation time
16 LI:Logging about duplicate acknowledgements has been repaired.
18 The latter two topics try to avoid heartbeat alarms in situations where a
19 connection is still valid.