mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-03 08:35:40 +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 {
|
else {
|
||||||
Set-Item env:ZBX_ENABLEPERSISTENTBUFFER -Value $null
|
Set-Item env:ZBX_ENABLEPERSISTENTBUFFER -Value $null
|
||||||
|
Set-Item env:ZBX_PERSISTENTBUFFERFILE -Value $null
|
||||||
}
|
}
|
||||||
|
|
||||||
if ([string]::IsNullOrWhitespace($env:ZBX_ENABLESTATUSPORT)) {
|
if ([string]::IsNullOrWhitespace($env:ZBX_ENABLESTATUSPORT)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user