|
287 | 287 | # ProxyOfflineBuffer=1 |
288 | 288 | {% if settings.get('proxyofflinebuffer', defaults.get('proxyofflinebuffer', False)) %}ProxyOfflineBuffer={{ settings.get('proxyofflinebuffer', defaults.proxyofflinebuffer) }}{% endif %} |
289 | 289 |
|
| 290 | +{% if zabbix.version_repo|float <= 6.2 -%} |
290 | 291 | ### Option: HeartbeatFrequency |
291 | 292 | # Frequency of heartbeat messages in seconds. |
292 | 293 | # Used for monitoring availability of Proxy on server side. |
|
298 | 299 | # Default: |
299 | 300 | # HeartbeatFrequency=60 |
300 | 301 | {% if settings.get('heartbeatfrequency', defaults.get('heartbeatfrequency', False)) %}HeartbeatFrequency={{ settings.get('heartbeatfrequency', defaults.heartbeatfrequency) }}{% endif %} |
| 302 | +{% endif %} |
301 | 303 |
|
| 304 | +{% if zabbix.version_repo|float <= 6.2 -%} |
302 | 305 | ### Option: ConfigFrequency |
303 | 306 | # How often proxy retrieves configuration data from Zabbix Server in seconds. |
304 | 307 | # For a proxy in the passive mode this parameter will be ignored. |
|
308 | 311 | # Default: |
309 | 312 | # ConfigFrequency=300 |
310 | 313 | {% if settings.get('configfrequency', defaults.get('configfrequency', False)) %}ConfigFrequency={{ settings.get('configfrequency', defaults.configfrequency) }}{% endif %} |
| 314 | +{% endif %} |
| 315 | + |
| 316 | +{% if zabbix.version_repo|float >= 6.4 -%} |
| 317 | +### Option: ConfigFrequency - Deprecated, use ProxyConfigFrequency |
| 318 | +# How often proxy retrieves configuration data from Zabbix Server in seconds. |
| 319 | +# For a proxy in the passive mode this parameter will be ignored. |
| 320 | +# Mandatory: no |
| 321 | + |
| 322 | +### Option: ProxyConfigFrequency |
| 323 | +# How often proxy retrieves configuration data from Zabbix Server in seconds. |
| 324 | +# For a proxy in the passive mode this parameter will be ignored. |
| 325 | +# |
| 326 | +# Mandatory: no |
| 327 | +# Range: 1-3600*24*7 |
| 328 | +# Default: |
| 329 | +# ProxyConfigFrequency=10 |
| 330 | +{% if settings.get('proxyconfigfrequency', defaults.get('proxyconfigfrequency', False)) %}ProxyConfigFrequency={{ settings.get('proxyconfigfrequency', defaults.proxyconfigfrequency) }}{% endif %} |
| 331 | +{% endif %} |
311 | 332 |
|
312 | 333 | ### Option: DataSenderFrequency |
313 | 334 | # Proxy will send collected data to the Server every N seconds. |
|
342 | 363 |
|
343 | 364 | {% if zabbix.version_repo|float >= 4.2 -%} |
344 | 365 | ### Option: StartPreprocessors |
345 | | -# Number of pre-forked instances of preprocessing workers. |
346 | | -# The preprocessing manager process is automatically started when preprocessor worker is started. |
| 366 | +# Number of pre-started instances of preprocessing workers. |
347 | 367 | # |
348 | 368 | # Mandatory: no |
349 | 369 | # Range: 1-1000 |
|
0 commit comments