Skip to content

v1.9.0

Compare
Choose a tag to compare
@xp-1000 xp-1000 released this 25 Aug 08:18
· 169 commits to master since this release
197aefa

1.9.0 (August 25, 2021)

NOTES:

  • from now and while it is possible every new detector must use the generator. This will ease the contribution, the review and maintainability and make it more future proof to changes and automatically enjoy new features.
  • from now, features parity is not enforced anymore between the detectors manually created and those using the generator. It is difficult and time consuming to backport new features to all manual detectors so we hope to convert them step by step to the generator.
  • add tchernomax to code owners (#322)

NEW FEATURES:

  • smart-agent_health-checker: new module (#308)
  • generator: add append_condition field to rule (#317)

ENHANCEMENTS:

  • generator: dependency is now negative instead of reversed and lasting always available (#314)
  • common: negative dependency logic instead of reverse applied to existing detectors (#316)
  • common: harmonize lasting usage over all detectors (#318)
  • common: improve original detectors config after conversion to generator (#321)
  • smart-agent_systemd-services: better comparator (#309)
  • smart-agent_apache and smart-agent_cassandra: conversion to generator (#320)

BUG FIXES:

  • common: add missing max_delay to heartbeat detectors (#319)
  • smart-agent_cassandra: fix lantencies and improve errors (#323)

DOCUMENTATION:

  • common: fix filters link in detector's readme (#310)