File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ Default value: `$zabbix::params::server_javagatewayport`
833
833
834
834
##### <a name =" -zabbix--smsdevices " ></a >` smsdevices `
835
835
836
- Data type: ` Any `
836
+ Data type: ` Optional[String] `
837
837
838
838
Which devices to use for sms texting
839
839
Original file line number Diff line number Diff line change @@ -911,6 +911,7 @@ LoadModulePath=<%= @loadmodulepath %>
911
911
<% if @webserviceurl %> WebServiceURL=<%= @webserviceurl -%> <% end %>
912
912
<% end %>
913
913
914
+ <%# FIXME: vi får v 6.0 %>
914
915
<% if @zabbix_version . to_f >= 7.0 %>
915
916
### Option: ServiceManagerSyncFrequency
916
917
# How often Zabbix will synchronize configuration of a service manager (in seconds).
@@ -962,7 +963,7 @@ LoadModulePath=<%= @loadmodulepath %>
962
963
# Mandatory: no
963
964
# Default:
964
965
# SMSDevices=
965
- <% if @smsdevices != '' %> SMSDevices=<%= @smsdevices - %><% end %>
966
+ <% if @smsdevices - %> SMSDevices=<%= @smsdevices %> <% end %>
966
967
<% end %>
967
968
968
969
<% if @zabbix_version . to_f >= 5.4 %>
@@ -1018,4 +1019,4 @@ LoadModulePath=<%= @loadmodulepath %>
1018
1019
# Default:
1019
1020
# StartBrowserPollers=1
1020
1021
1021
- <% end %>
1022
+ <% end %>
You can’t perform that action at this time.
0 commit comments