Skip to content

Zabbix Integration

This section documents the full SafeCall bridge-to-Zabbix integration lifecycle:

  • initial setup (safecall integrations zabbix setup)
  • deployment validation (safecall integrations zabbix doctor)
  • read-only API verification (safecall integrations zabbix verify)
  • troubleshooting bridge, LLD, and trapper delivery issues

Architecture At A Glance

mermaid
flowchart LR
  mqttBroker[MQTTBroker] --> bridgeRuntime[SafeCallBridgeRuntime]
  bridgeRuntime --> trapper[ZabbixTrapper10051]
  zabbixServer[ZabbixServer] -->|"HTTPAgentLLD"| safeCallHttp[SafeCallHTTPLLD]
  safeCallHttp --> lldBeacons[/lld/beacons]
  safeCallHttp --> lldGateways[/lld/gateways]

Read This In Order

  1. Quickstart for first installation.
  2. Concepts to understand bridge and LLD behavior.
  3. Troubleshooting when data is missing.
  4. Reference for full config, keys, endpoints, and commands.
  5. Migration Notes for legacy-to-current template strategy changes.