1
1

+ PSK beállítások az agenthez

This commit is contained in:
2023-07-29 13:51:00 +02:00
parent 32b96dec9a
commit a08192d0f6
3 changed files with 15 additions and 2 deletions

View File

@ -8,5 +8,8 @@ LogFileSize={{ ZBXLOGFILESIZE }}
Server={{ ZBXSERVER }}
ListenPort={{ ZBXAGENTPORT }}
ListenIP={{ ZBXLISTENIP }}
ServerActive=127.0.0.1
Hostname={{ inventory_hostname_short}}
Hostname={{ inventory_hostname_short }}
TLSConnect=psk
TLSAccept=psk
TLSPSKFile={{ ZBXDIR }}/zabbix.psk
TLSPSKIdentity={{ inventory_hostname_short }}