Zabbix Templates for Wiren Board Devices

From Wiren Board
This is the approved revision of this page, as well as being the most recent.
Other languages:


Ready-to-use Zabbix templates for monitoring Wiren Board devices over MQTT. Each template matches a device model and immediately gives Zabbix all of its controls plus triggers on control errors. The templates are collected in the wb-zabbix-templates repository, one file per model.

What you'll need

  • Zabbix 7.0 LTS or newer.
  • Zabbix Agent 2, installed and connected to the controller's MQTT broker. Agent setup is described on the Zabbix Agent 2 page.

How to use

  1. Import the YAML of the model you need from the repository's templates/ folder via Data collection → Templates → Import.
  2. Create a host in Data collection → Hosts and link the imported template. Host name must match the agent's Hostname string.
  3. On the Macros tab, set {$MQTT.BROKER} — the controller's broker address (on the controller itself 127.0.0.1, on a separate server the controller's IP) — and {$DEVICE} — the device slug in the form <model>_<slave_id>, for example wb-mr6cu_23.
  4. The values will appear in Monitoring → Latest data.

A detailed step-by-step guide with screenshots is in the repository README.

Useful links

  • Zabbix Agent 2 — installing and connecting the agent to the broker.
  • Zabbix — overview of Wiren Board's Zabbix integration.
  • wb-zabbix-templates — the template repository and the detailed guide.