mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-06 21:59:30 +01:00
Fix env variable for HeartbeatFrequency parameter
This commit is contained in:
parent
1340250ba8
commit
018eebaa87
@ -154,4 +154,4 @@ MaxLinesPerSecond=${ZBX_MAXLINESPERSECOND}
|
|||||||
# Default: 60
|
# Default: 60
|
||||||
# HeartbeatFrequency=
|
# HeartbeatFrequency=
|
||||||
|
|
||||||
HeartbeatFrequency=${ZBX_HEARTBEATFREQUENCY}
|
HeartbeatFrequency=${ZBX_HEARTBEAT_FREQUENCY}
|
||||||
|
@ -186,7 +186,7 @@ Plugins.Log.MaxLinesPerSecond=${ZBX_MAXLINESPERSECOND}
|
|||||||
# Default: 60
|
# Default: 60
|
||||||
# HeartbeatFrequency=
|
# HeartbeatFrequency=
|
||||||
|
|
||||||
HeartbeatFrequency=${ZBX_HEARTBEATFREQUENCY}
|
HeartbeatFrequency=${ZBX_HEARTBEAT_FREQUENCY}
|
||||||
|
|
||||||
### Option: ForceActiveChecksOnStart
|
### Option: ForceActiveChecksOnStart
|
||||||
# Perform active checks immediately after restart for first received configuration.
|
# Perform active checks immediately after restart for first received configuration.
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
# ZBX_BUFFERSEND=5
|
# ZBX_BUFFERSEND=5
|
||||||
# ZBX_BUFFERSIZE=100
|
# ZBX_BUFFERSIZE=100
|
||||||
# ZBX_MAXLINESPERSECOND=20
|
# ZBX_MAXLINESPERSECOND=20
|
||||||
# ZBX_HEARTBEATFREQUENCY=60
|
|
||||||
# ZBX_ALIAS=""
|
# ZBX_ALIAS=""
|
||||||
# ZBX_TIMEOUT=3
|
# ZBX_TIMEOUT=3
|
||||||
# ZBX_UNSAFEUSERPARAMETERS=0
|
# ZBX_UNSAFEUSERPARAMETERS=0
|
||||||
|
Loading…
Reference in New Issue
Block a user