diff --git a/Zabbix.md b/Zabbix.md index f283630..b9a283d 100644 --- a/Zabbix.md +++ b/Zabbix.md @@ -17,12 +17,15 @@ Monitoring stack — Zabbix 7.4 with PostgreSQL backend, Apache web frontend, an ## Agents -Two agents are configured: +Three agents are configured: -| Agent | Type | Hostname | Monitors | -|-------|------|----------|----------| -| `zabbix-agent2` | systemd on host | `AgapHost` | Docker host (physical server) | -| `zabbix-agent` container | Docker Compose | `Zabbix server` | Zabbix server container | +| Agent | Type | Hostname | IP | Monitors | +|-------|------|----------|----|----------| +| `zabbix-agent2` | systemd on host | `AgapHost` | local | Docker host (physical server) | +| `zabbix-agent` container | Docker Compose | `Zabbix server` | local | Zabbix server container | +| `zabbix-agent2` | systemd on remote | `juris` | `83.99.190.32` | Juris remote server | + +The Juris agent uses **active mode only** — connects outbound to `zb.alogins.net:10051`, no inbound ports required. The host agent (`zabbix-agent2`) connects to `127.0.0.1:10051` (Zabbix server exposed port).