Settings API - Outage handling schema table
Outage handling (builtin:synthetic.browser.outage-handling
)
Dynatrace can generate problems for both global outages and/or local outages based on the availability of either all configured locations or only individual locations over consecutive runs.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.browser.outage-handling |
| SYNTHETIC_TEST - Synthetic monitorenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
globalOutages | Generate a problem and send an alert when the monitor is unavailable at all configured locations. | boolean | - | required |
globalConsecutiveOutageCountThreshold | Alert if all locations are unable to access my web application | integer | - | required |
localOutages | Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location. | boolean | - | required |
localLocationOutageCountThreshold | Alert if at least | integer | - | required |
localConsecutiveOutageCountThreshold | are unable to access my web application | integer | - | required |
retryOnError | Automatic retry on error. | boolean | When enabled, which is the default, failing monitor executions are retried immediately one time to avoid false positives and only the second result is used. When disabled, we use the first result right away. Requires ActiveGate version 1.207+ for private locations. | required |