mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-21 20:30:53 +01:00
Fixed errors related to disabled Persistent buffer file on agent2
This commit is contained in:
parent
997a38affd
commit
df1d76319d
@ -199,6 +199,7 @@ function Prepare-Zbx-Agent-Config {
|
||||
}
|
||||
else {
|
||||
Set-Item env:ZBX_ENABLEPERSISTENTBUFFER -Value $null
|
||||
Set-Item env:ZBX_PERSISTENTBUFFERFILE -Value $null
|
||||
}
|
||||
|
||||
if ([string]::IsNullOrWhitespace($env:ZBX_ENABLESTATUSPORT)) {
|
||||
|
Loading…
Reference in New Issue
Block a user