We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bdc34 commit b003d5aCopy full SHA for b003d5a
templates/zabbix_proxy.conf.erb
@@ -103,7 +103,7 @@ PidFile=<%= @pidfile %>
103
# Mandatory: no
104
# Default:
105
106
-SocketDir=<%= @socket_dir %>
+SocketDir=<%= @socketdir %>
107
<% end %>
108
109
### Option: DBHost
@@ -545,4 +545,3 @@ LoadModulePath=<%= @loadmodulepath %>
545
<% if @tlspskfile %>TLSPSKFile=<%= @tlspskfile %><% end %>
546
547
548
-
templates/zabbix_server.conf.erb
@@ -85,7 +85,7 @@ PidFile=<%= @pidfile %>
85
86
87
88
89
90
91
@@ -527,4 +527,3 @@ LoadModulePath=<%= @loadmodulepath %>
527
<% if @tlskeyfile %>TLSKeyFile=<%= @tlskeyfile %><% end %>
528
529
530
0 commit comments