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

Releases: cmaster11/overseer

Min test error duration and test label

Choose a tag to compare

@cmaster11 cmaster11 released this 30 May 09:25
  • 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

Choose a tag to compare

@cmaster11 cmaster11 released this 12 May 03:33
  • 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`

Choose a tag to compare

@cmaster11 cmaster11 released this 11 May 18:19

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`

Choose a tag to compare

@cmaster11 cmaster11 released this 06 May 05:48
  • 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`

Choose a tag to compare

@cmaster11 cmaster11 released this 17 Dec 11:47
1.12.8

Error rules for k8s-event-watcher

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

Choose a tag to compare

@cmaster11 cmaster11 released this 17 Dec 05:56
1.12.7

updated k8s-event-watcher dependency to prevent config issues

Added more HTTP timeouts

Choose a tag to compare

@cmaster11 cmaster11 released this 16 Dec 04:36
6ab5de9
multiple timeouts (#11)

multiple timeouts

Improved error messages for period-test

Choose a tag to compare

@cmaster11 cmaster11 released this 11 Dec 18:57
1.12.4

better message 2.0

Improved error messages for period-test

Choose a tag to compare

@cmaster11 cmaster11 released this 11 Dec 18:28
1.12.3

fix

More details for period-tests and no default deduplication

Choose a tag to compare

@cmaster11 cmaster11 released this 11 Dec 05:31
68718e4
Fix period test dedup and details (#10)

Fix period test dedup and details