Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 1702
blobad2555a13ed66753bdd5eb3ebf3b935da8d0c386
1 Title: Fix check_notify_count: notification had been counted twice
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.6b1
6 Date: 1417772551
7 Class: fix
9 The active check for counting the notifications of users have been fixed.
10 The dummy contact <tt>check-mk-notify</tt> is now being handled separately.
11 We make a distinction between <i>raw notifications</i> - notifications created
12 by the monitoring - and <i>user notification</i> - those being sent out
13 to users.
15 Note: in the rule based notifications one raw notification can create several
16 user notifications. Other raw notifications might create no user notification
17 at all.