CMK version:
Checkmk version 2.4.0p21
OS version:
Docker
Error:
The Event Viewer archiving of events does not work properly. It only archives the oldest event and not all of them.
When I look at “Monitor > Event Console > Events” I see seven events from event #15293 through to #15299.
If I got to “Commands > Archive Event” and get this dialog:
I select “Archive” then I go back to the view, and only the oldest event #15293 has been archived. The other 6 are not archived.
So I have to step through this multiple times in order to get all the events archived. Very tedious. It is only a recent regression in this version and I think the previous one. Please fix. Thanks.
Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)
OMD[cmk]:~$ cmk --debug -vvn cmkraw.xxxxxx.local
value store: loading from disk
Checkmk version 2.4.0p21
+ FETCHING DATA
Source: SourceInfo(hostname='cmkraw.xxxxxx.local', ipaddress='172.18.0.101', ident='piggyback', fetcher_type=<FetcherType.PIGGYBACK: 4>, source_type=<SourceType.HOST: 1>)
[cpu_tracking] Start [7f23e6d6b110]
Read from cache: NoCache(path_template=/dev/null, max_age=MaxAge(checking=0.0, discovery=0.0, inventory=0.0), simulation=False, use_only_cache=False, file_cache_mode=1)
0 piggyback files for 'cmkraw.xxxxxx.local'.
0 piggyback files for '172.18.0.101'.
Get piggybacked data
[cpu_tracking] Stop [7f23e6d6b110 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.0))]
[cpu_tracking] Start [7f23e6fc2480]
0 piggyback files for 'cmkraw.xxxxxx.local'.
+ PARSE FETCHER RESULTS
HostKey(hostname='cmkraw.xxxxxx.local', source_type=<SourceType.HOST: 1>) -> Add sections: []
Received no piggyback data
[cpu_tracking] Stop [7f23e6fc2480 - Snapshot(process=posix.times_result(user=0.020000000000000018, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.019999999552965164))]
[piggyback] Success (but no data found for this host), execution time 0.0 sec | execution_time=0.020 user_time=0.020 system_time=0.000 children_user_time=0.000 children_system_time=0.000 cmk_time_agent=0.000


