1
1
This commit is contained in:
2024-04-17 23:04:45 +02:00
parent e025c95b10
commit 4511389368
3 changed files with 6 additions and 2 deletions

View File

@ -13,3 +13,7 @@ TLSConnect=psk
TLSAccept=psk
TLSPSKFile=/etc/zabbix/zabbix.psk
TLSPSKIdentity={{ inventory_hostname_short }}
{% if REMOTECOMMANDS is defined %}
EnableRemoteCommands=1
AllowKey=system.run[*]
{% endif %}