What's Changed
CheckEventLog
- New
opcodefilter keyword. You can now filter Windows event log
entries on the event opcode, in addition to the existing fields
(e.g.filter=opcode = 'Info'). - Filter expressions: regex and
inoperators now work with numbers.
Numeric fields such asid,level,task, etc. can now be matched
using regular expressions and thein (...)operator, not just string
fields. - Fixed
scan-range. Thescan-rangeoption in
check_eventlognow correctly limits the scanned time window again. - Fixed event ID matching issue. Event IDs are now interpreted and
compared correctly in filter expressions; previous releases could
mismatch certain IDs. - Eventlog integration tests are run again as part of the acceptance test suite.
Linux / ARM packages
- New ARM64 (aarch64) builds and release artifacts are now produced
for Linux:- Ubuntu 24.04:
NSCP-<ver>-ubuntu-24.04-arm64.deband
check_nsclient-<ver>-ubuntu-24.04-arm64 - Rocky Linux 9 and 10:
NSCP-<ver>-rocky-9-aarch64.rpm,
NSCP-<ver>-rocky-10-aarch64.rpmand matchingcheck_nsclient
binaries.
- Ubuntu 24.04:
Full Changelog: 0.11.29...0.11.30