Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Releases: cmaster11/overseer

Min test error duration and test label

30 May 09:25
Compare
Choose a tag to compare
  • Overseer now supports some new test options:
    • min-duration: when defined, an alert will NOT be triggered until the test error is repeated for AT LEAST min-duration time.

      Example: https://google.com must run http with min-duration 1m will not generate alerts until the same test fails for more than a minute.

    • test-label: when defined, offers more flexibility to test result messages, where the field testLabel is now passed as it is.
      This option is useful to have "clean" test result messages, where the test label can be shown instead of the original test input.

      Example: https://google.com must run http with test-label "Google test"

New period-test runtime vars

12 May 03:33
Compare
Choose a tag to compare
  • Overseer now supports two new runtime period-test variables for HTTP test:

    • __pt-index__: current period test index
    • __pt-time-ms__: current period test start time

    Example: https://google.com?testIdx=__pt-index__ must run http with connect-timeout 2.5s with connect-retries 2 with pt-duration 1m with pt-sleep 1s with pt-threshold 0%

Sort targets when using `max-targets`

11 May 18:19
Compare
Choose a tag to compare

Sort targets alphabetically when using max-targets, which increases the chance of pointing to the same target on subsequent runs.

`max-targets` and `follow-redirect`

06 May 05:48
Compare
Choose a tag to compare
  • HTTP test has new option:
    • follow-redirect true|(\d+): allows following HTTP redirects.
      • follow-redirect true: allows max 10 redirects
      • follow-redirect 25: allows max 25 (or any other used number) redirects
  • All tests which resolve hostnames have a new option:
    • max-targets 2: forces the test to run against only the first 2 (or any other number) found targets of the hostname, instead of all of them.

Error rules for `k8s-event-watcher`

17 Dec 11:47
Compare
Choose a tag to compare
1.12.8

Error rules for k8s-event-watcher

`connect-retries` and new `k8s-event-watcher` version

17 Dec 05:56
Compare
Choose a tag to compare
1.12.7

updated k8s-event-watcher dependency to prevent config issues

Added more HTTP timeouts

16 Dec 04:36
6ab5de9
Compare
Choose a tag to compare
multiple timeouts (#11)

multiple timeouts

Improved error messages for period-test

11 Dec 18:57
Compare
Choose a tag to compare
1.12.4

better message 2.0

Improved error messages for period-test

11 Dec 18:28
Compare
Choose a tag to compare

More details for period-tests and no default deduplication

11 Dec 05:31
68718e4
Compare
Choose a tag to compare
Fix period test dedup and details (#10)

Fix period test dedup and details