Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1671
blobc48b207bfdc13284d29e464374418cab47fdcb54
1 Title: windows agent: fixed gaps in eventlog monitoring after agent restart
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1421759267
7 Class: fix
9 The windows eventlog monitoring was not entirely continuous.
10 After the agent started it determined determined the initial record number
11 for each eventlog. Per default the start number was the last record.
12 Thus resulted in monitoring gaps as long as the windows was not running, e.g. windows startup.
14 With this fix, the windows agent now uses a statefile (<tt>eventstate.txt</tt>) which
15 contains the last processed eventrecord ids for each eventlog.
16 On startup the statefile is read and the record numbers are set accordingly.