We use Ansible to create hosts and host groups in Zabbix 2.4 (using Ansible
Zabbix modules).
We have users which are in a group with read-only access. When a new host
group is created this user group does not automatically get read access to the new host group. We have to go into the GUI as super admin and change permissions in this user group. We need this to be done automatically.
Anyone know how to give read permissions to users for a host group via
Ansible/API or command line?
Zabbix modules).
We have users which are in a group with read-only access. When a new host
group is created this user group does not automatically get read access to the new host group. We have to go into the GUI as super admin and change permissions in this user group. We need this to be done automatically.
Anyone know how to give read permissions to users for a host group via
Ansible/API or command line?
Comment