Most “DNS monitoring” lists are really lists of external lookup checkers: tools that resolve a record from outside and tell you whether the answer came back. That catches a dead server. It does not catch the failures BIND operators actually lose sleep over: a SERVFAIL burst from a broken DNSSEC validation path, an NXDOMAIN flood from a random-subdomain attack, recursive clients climbing toward the limit, or cache memory churning. Those signals live in the counters ISC itself tells you to watch, exposed through the BIND statistics channel (XML or JSON over HTTP) or the named.stats file produced by rndc stats.
The expensive mistake buyers make is assuming an external checker covers BIND health, or picking a tool whose BIND module parses named.stats, a file ISC warns grows unbounded and changes format between releases. Parsers break, resolution drops to whatever interval rndc stats runs at, and short spikes vanish. If you want the operational background before comparing tools, our BIND DNS guides cover the statistics channel setup and the counters that matter.
Three dimensions decide which tool wins for a given shop:
- Metric depth and collection path. Does the tool read the statistics channel directly and chart queries/sec, SERVFAIL, NXDOMAIN, FORMERR, recursive clients, cache memory, and the TCP/UDP mix, or does it parse named.stats, or only probe from outside?
- Resolution. Per-second collection catches bursts that 15-60 second polling averages away. A two-second SERVFAIL spike is invisible on a 30-second scrape.
- Assembly and cost shape. Out-of-the-box dashboards and alerts versus exporters, templates, and rules you maintain yourself, and whether the bill scales per node, per sensor, per host, or per gigabyte.
One note on pricing: we do not quote competitor list prices. They change, they are negotiable, and a stale number helps no one. Instead each card describes the pricing shape and what makes the bill grow, with a link to the vendor’s own pricing page. Netdata’s own pricing is stated because we can vouch for it.