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