Appearance
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
- Quickstart for first installation.
- Concepts to understand bridge and LLD behavior.
- Troubleshooting when data is missing.
- Reference for full config, keys, endpoints, and commands.
- Migration Notes for legacy-to-current template strategy changes.