The four advanced site fields — response-time threshold, HTTP method, custom headers, and expected body — explained with examples.
Advanced Monitoring Fields
The Advanced Monitoring section on Add Site / Edit Site exposes four fields that let you tune exactly how LemWatch probes your endpoint. All four persist correctly — earlier versions silently dropped them because they were missing from the validation schema. That's fixed.
1. Response time threshold (ms)
Whole number, 0 – 60,000
Triggers a "slow response" alert when a check exceeds it
Together with the health alert threshold they form the per-site alerting contract. Save the site to apply — changes take effect on the next scheduled check.
Troubleshooting
Field reverts to blank after save? Older builds had this bug; pull the latest and retry.
Headers rejected? The JSON must parse as an object (e.g. {"X-Token":"abc"}), not an array or string.