I am attempting to automate a full Zabbix buildout with Chef recipes accessing the Zabbix API. I have been able to configure almost everything using the API, but I have reached a obstacle with one particular task.
I want to know if there is a way to change and configure the Default Authentication type (from Internal to LDAP) using the Zabbix API.
Is this functionality available in the API? Is there other ways to accomplish this using Chef recipes?
I am using Zabbix 3.2.3-1 on RHEL 7 (AWS).
I want to know if there is a way to change and configure the Default Authentication type (from Internal to LDAP) using the Zabbix API.
Is this functionality available in the API? Is there other ways to accomplish this using Chef recipes?
I am using Zabbix 3.2.3-1 on RHEL 7 (AWS).
Comment