Generalize zabbix agent settings

This commit is contained in:
RealStickman 2022-08-05 16:04:52 +02:00
parent 2e8dacdfdd
commit 97c1f1cfd5

View File

@ -102,8 +102,8 @@ Simply deleting/moving the old SQLite database and restarting the proxy is enoug
``` ```
# podman run --name zabbix-agent \ # podman run --name zabbix-agent \
-p 10050:10050 \ -p 10050:10050 \
-e ZBX_HOSTNAME="he1app1" \ -e ZBX_HOSTNAME="(hostname)" \
-e ZBX_SERVER_HOST="172.18.50.60" \ -e ZBX_SERVER_HOST="(zabbix server/proxy)" \
-d docker.io/zabbix/zabbix-agent:latest -d docker.io/zabbix/zabbix-agent:latest
``` ```