Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 4470
blobb9f51d4701ab6f51dd0c904272bb4b79d71c0527
1 Title: Event console: fixed incorrect event counting for timed-out and heartbeat events
2 Level: 1
3 Component: ec
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1492524907
8 Class: fix
10 The internal event counter of status_num_open_events (and others) was not correctly decreased for
12 <ul>
13 <li>events with timeouts, e.g. an event with a lifetime</li>
14 <li>events which expect something in a given interval</li>
15 </ul>
17 Since this event count never decreased, the limits specified in the global settings rule <i>Limit amount of current events</i>,
18 were reached when the event console ran for a certain amount of time. A restart always fixed this problem, because these counts
19 are calculated from scratch during startup.