Ad Widget

Collapse

Unattended Agent installation with multiple 'tlsaccept' parameters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hesi2k
    Junior Member
    • Jan 2021
    • 1

    #1

    Unattended Agent installation with multiple 'tlsaccept' parameters

    Hello there,

    I would like to ask you a question about unattended agent installation with multiple tlsaccept parameters.

    If I understand it correct, the Zabbix Network Discovery needs an unencrypted connection between (Server/Proxy and the Agent) to discover them correctly.
    In my scenario i got a cloud hosted Zabbix server and a Zabbix proxy on premise incl. several agents installed (all version 5.0.7).
    I configured a simple discovery rule for the on premise network range with the check "Zabbix Agent 'system.hostname'".
    I installed the windows agents with the following parameters: SERVER=<IP> TLSACCEPT="unencrypted, psk" TLSCONNECT=psk TLSPSKIDENTITY=<ID> TLSPSKVALUE=<PSKVALUE> HostMetadata=WindowsServer
    When I check the agent config file I will find TLSAccept=psk only without "unencrypted" and no agent will be discovered.
    After manually changing the config file to a comma seperated value TLSAccept=psk,unencrypted the discovery starts to find the agents.

    My simple question is, how to install the agent with the specific comma separeted value?

    Thanks in advance :-)

    Hesi


Working...