Hi,
I am trying to automate the initial settings of the Zabbix server and there one general administration setting that I haven't found a way to set using API yet, the autoregistration security settings. I need to set it to only let autoregistration using a specified PSK. The manual settings are under Secure autoregistration at https://www.zabbix.com/documentation...o_registration
In the API documentation, there is no section for this, so I am trying to solve this using the MySQL DB.
So far I found that the config_autoreg_tls table has the actual PSK identity and PSK itself set, but I haven't found the place to flip the switch for the enable PSK and disable "No encryption setting".
Does anyone know if it can be configured using MySQL or any way other than manually using the frontend?
I am trying to automate the initial settings of the Zabbix server and there one general administration setting that I haven't found a way to set using API yet, the autoregistration security settings. I need to set it to only let autoregistration using a specified PSK. The manual settings are under Secure autoregistration at https://www.zabbix.com/documentation...o_registration
In the API documentation, there is no section for this, so I am trying to solve this using the MySQL DB.
So far I found that the config_autoreg_tls table has the actual PSK identity and PSK itself set, but I haven't found the place to flip the switch for the enable PSK and disable "No encryption setting".
Does anyone know if it can be configured using MySQL or any way other than manually using the frontend?