Skip to content

Commit

Permalink
Using ADD instruction instead of PowerShell download
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Dec 27, 2024
1 parent 1408c1e commit 2149b44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config_templates/agent2/zabbix_agent2_network.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 2149b44

Please sign in to comment.