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 ```