"'Is it online?' is the wrong question. The right one is 'is it what it should be?'"
The one-bit lie
The most natural fleet field in the world is online: true. It feels complete — the machine is up or it isn't. It is also a lie, because the same bit means opposite things depending on which machine happens to be wearing it.
Same bit, opposite meaning
An always-on server reading online: false is an alarm — something worth waking up for. A travel laptop reading online: false is a Tuesday — it's in a bag, asleep, exactly as planned. The boolean cannot tell those two apart. Only a policy that knows the server must stay up and the laptop may sleep can turn one identical fact into two different verdicts.
What the bit quietly hides
Even when a machine is reachable, one bit erases everything worth knowing: reachable but a build behind; reachable over one path and dead on another; up but drifted; up but its backup service silently unloaded three weeks ago. online collapses a dozen distinct questions into a single answer that resolves none of them.
The fix is more axes, not a smarter bit
You don't rescue this by inventing a cleverer boolean. You rescue it by splitting the one question into two — what should this machine be? and what did we actually see? — and computing the verdict from both. That split is the rest of this track.