Releases V-2.6.0
Version 2.6.0 (19.07.2024)
New Features
-
Support for Overall state logging
Overall state logs periodically whether the state is good or has errors. Overall state is configurable to only log after repeated runs of failures.
If consecutive runs result in error, the OverallState are initially logged as Warning.
When the configured threshold of consecutive runs still results in error, this time the OverallState is logged as error instead warning.
Every time the configured repeate of consecutive run still results in error, this time the OverallState is logged as error instead warning.
New ServiceConfig elements: OverallStateSkipErrorThreshold, OverallStateRepeatErrorThreshold -
Configurable Event Log IDs
New ServiceConfig elements: EventIdHAGroupSuccess, EventIdHAGroupWarn, EventIdHAGroupError, EventIdKeyCheckSuccess, EventIdKeyCheckError, EventIdOverallState, EventIdService