For a long time, "network monitoring" meant one thing: a wall of red and green lights. A device answers ping, the light is green. It stops answering, the light turns red, and someone gets paged.
That model made sense when networks were small and failures were binary. It falls apart in the environments most teams run today — hybrid sites, cloud egress, SD-WAN overlays, and applications whose performance depends on a dozen network paths nobody fully controls.
The gap between "up" and "working"
The failures that hurt are almost never clean outages. They look like this:
- A branch site's uplink is fine, but a misbehaving switch is silently dropping 2% of packets — enough to wreck voice calls while every dashboard stays green.
- DNS resolution slows from 20ms to 400ms. Nothing is "down," but every application feels broken.
- A routing change shifts traffic to a longer path, and a latency-sensitive app degrades for exactly one office.
Up/down monitoring cannot see any of these, because none of them are binary states. They are behavioral changes, and catching them requires continuously collecting the signals that describe behavior: flow records, interface counters, logs, path measurements, and device health metrics.
The three questions observability answers
A useful way to judge any network visibility setup is whether it can answer three questions quickly:
- What changed? Not "what is broken now" but what is different from an hour ago — traffic mix, error rates, path selection, log volume.
- Where is it happening? Which site, which device, which interface, which application flow. Blast-radius scoping is most of the diagnostic work.
- Why? The correlation step: the interface errors started when the temperature sensor in that closet crossed its threshold; the app slowdown started when routes converged onto the backup circuit.
Monitoring tools answer question zero ("is it up?"). Observability platforms exist to answer the other three.
Where to start
You do not need to boil the ocean. In our experience the highest-leverage signals, in order:
- Flow data (NetFlow/sFlow/IPFIX) — who talks to whom, over what, how much. The single richest source for "what changed."
- Syslog — devices announce their own problems constantly; most teams just aren't listening.
- SNMP interface and health metrics — errors, discards, CPU, temperature. Cheap to collect, invaluable in correlation.
Start with those three on your critical sites, keep enough history to compare against last week, and you have already left up/down monitoring behind.