mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-01 23:56:05 +02: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…
x
Reference in New Issue
Block a user