Skip to content

Commit 239020d

Browse files
Wesley SchaftMichał Barczewski
authored andcommitted
SourceIP instead of sourceip
1 parent 5b06269 commit 239020d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/zabbix_agentd.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DebugLevel={{ zabbix_agent_debuglevel }}
4242
# source ip address for outgoing connections.
4343
#
4444
{% if zabbix_agent_sourceip is defined and zabbix_agent_sourceip %}
45-
sourceip={{ zabbix_agent_sourceip }}
45+
SourceIP={{ zabbix_agent_sourceip }}
4646
{% endif %}
4747

4848
### option: enableremotecommands

0 commit comments

Comments
 (0)