From dbc9835d2b043a122b02d254e10719c9e3ede187 Mon Sep 17 00:00:00 2001 From: alvis Date: Sun, 8 Mar 2026 06:08:07 +0000 Subject: [PATCH] Add Juris remote server agent (83.99.190.32, active mode) --- Zabbix.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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).