Fixed missing ListenPort for Zabbix agent 2

This commit is contained in:
Alexey Pustovalov 2024-12-31 23:40:49 +09:00
parent 3be164b37b
commit 7a07971338

View File

@ -8,6 +8,16 @@
ListenIP=${ZBX_LISTENIP}
### Option: ListenPort
# Agent will listen on this port for connections from the server.
#
# Mandatory: no
# Range: 1024-32767
# Default:
# ListenPort=10050
ListenPort=${ZBX_LISTENPORT}
### Option: SourceIP
# Source IP address for outgoing connections.
#