Ping Tool from Sandglass helps you check basic host reachability. Use the result to decide what to monitor continuously.
Reach for this when you need to check basic host reachability 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.
Use ping as a quick network-reachability signal, then pair it with HTTP or TCP checks when what you really care about is whether the application is responding.
A host that answers ping can still be serving errors. Reachability is the floor, not proof that the service behind the host works.
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.