Free DNS lookup: inspect A, AAAA, CNAME, and other records for a hostname before you point monitoring at it, so a stale record never keeps a check green on the wrong host.
Reach for this when you need to inspect DNS answers before monitoring a hostname during setup, debugging, or an incident review. A one-off check is useful for diagnosis, but production systems need continuous monitoring once the immediate question is answered.
A DNS lookup returns different record types, and a few come up constantly when setting up monitoring. Confirming these point where you expect prevents the worst monitoring mistake: a green check on the wrong host.
Use DNS results to confirm the hostname resolves to the targets you expect, then monitor the endpoint those records point at continuously.
Monitoring the wrong address is worse than not monitoring at all. Verify the records resolve where you think before you trust a green check on that name.
Use the output to confirm the current state, and treat anything surprising as a starting point for diagnosis rather than a verdict.
Write down which results count as healthy, degraded, or failed before you automate anything.
Recreate the same check in Sandglass on an interval so the next change is caught automatically.
Send failures to email, a Slack webhook channel, or a generic webhook owned by whoever will fix them.