Tools / Apache HertzBeat Interview Questions
What is a monitor in HertzBeat?
A monitor is the fundamental object in HertzBeat that represents one target system plus the policy for pulling telemetry from it. It ties together a protocol type, connection details (host, port, credentials), a collection interval, and the metric groups defined by that monitor type's YML template.
When you create a monitor through the web UI or API, HertzBeat's manager parses the matching template, schedules a recurring collection job for it, and assigns that job to a collector. Every dashboard chart, threshold rule, and status page entry is ultimately built on top of one or more monitors.
More Related questions...