Skip to content

0.4.0

Compare
Choose a tag to compare
@jspaleta jspaleta released this 10 Sep 22:00
· 54 commits to main since this release

Breaking Changes

  • Removed --match-event-status argument and replaced with match number based status controlled by --critical-threshold and --warning-threshold
  • Will now attempt to create state directory if it doesnt not exist

Added

  • Added --missing-ok to suppress errors if requested log file not found
  • Added --critical-threshold to set matching number needed to raise critical event status
  • Added --warning-threshold to set matching number needed to raise warning event status
  • Added --warning-only to make sure only warning event status is sent (even if critical threshold reached)
  • Added --critical-only to make sure only critical event status is sent

Fixed

  • Will now correctly traverse subdirectories of --log-path when looking for file names that match the regexp provided by --log-file-expr
  • Silenced annotation override information messages when check annotations are used.