verify.alive_extra_codes |
|
json |
JSON array of HTTP status codes counted as "alive" beyond the implicit 2xx/3xx range. Default [] — only 2xx/3xx mean the website is functioning. Add codes back per use case (e.g. [401] if you monitor an admin URL that intentionally challenges every anonymous probe). |
verify.confirm_failures |
|
int |
Consecutive failed probe rounds before declaring DOWN |
verify.enabled |
|
bool |
Master switch — when off, UR DOWN events alert immediately |
verify.include_seems_down |
|
bool |
Treat SEEMS_DOWN identically to DOWN for verification purposes |
verify.mass_outage_sample_size |
|
int |
How many of the affected monitors to quick-probe before declaring incident |
verify.mass_outage_threshold |
|
int |
Number of monitors going DOWN within window to declare an incident |
verify.mass_outage_window_secs |
|
int |
Window for counting recent DOWN transitions |
verify.probe_interval_seconds |
|
int |
Seconds between probe rounds |
verify.probe_timeout_seconds |
|
int |
Per-probe timeout (curl + tcp connect) |
verify.recovery_successes |
|
int |
Consecutive passing rounds before declaring false-positive |
verify.window_seconds |
|
int |
How long verification runs before timing out |