Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 5429
blobabf304aab61ecb66b0cd37509d16a25132e1fbad
1 Title: Fixed broken event history expiration (when using default settings)
2 Level: 2
3 Component: ec
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1509618033
11 The Event Console was not deleting outdated entries from the event history.
12 With the default settings it is intended to delete entries older than 365
13 days from the EC archive. This did not work.
15 A message like this can be found each "Housekeeping interval", normaly 1 minute:
17 [1509618281.352829] Error expiring log files: year out of range
19 This time window can be configured with the setting "Event history lifetime".
20 As a workaround you can simply open this setting and save it with the default
21 value. This will make the event deletion work as expected.
23 When you are affected, this may result in a way too huge Event Console archive
24 directory (<tt>~/var/mkeventd/history</tt>) which may result in slow
25 "Event Console History" views (depends on your filtering). You could clean up
26 the archive directory by hand to improve the situation.
28 After applying the update, the next housekeeping run will clean up all your old
29 archived events.