From 97c1f1cfd5251d126afdad8425027f4e80596bff Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 5 Aug 2022 16:04:52 +0200 Subject: [PATCH] Generalize zabbix agent settings --- pages/02.linux/26.zabbix/default.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/02.linux/26.zabbix/default.en.md b/pages/02.linux/26.zabbix/default.en.md index 516c106..4a4490d 100644 --- a/pages/02.linux/26.zabbix/default.en.md +++ b/pages/02.linux/26.zabbix/default.en.md @@ -102,8 +102,8 @@ Simply deleting/moving the old SQLite database and restarting the proxy is enoug ``` # podman run --name zabbix-agent \ -p 10050:10050 \ - -e ZBX_HOSTNAME="he1app1" \ - -e ZBX_SERVER_HOST="172.18.50.60" \ + -e ZBX_HOSTNAME="(hostname)" \ + -e ZBX_SERVER_HOST="(zabbix server/proxy)" \ -d docker.io/zabbix/zabbix-agent:latest ```