This repository was archived by the owner on May 1, 2024. It is now read-only.
- 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 LEASTmin-durationtime.Example:
https://google.com must run http with min-duration 1mwill 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 fieldtestLabelis 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"
-