Ad Widget

Collapse

allowing (read-only) access to a new host group

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mk123
    Junior Member
    • Nov 2015
    • 1

    #1

    allowing (read-only) access to a new host group

    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?
  • Firm
    Senior Member
    • Dec 2009
    • 342

    #2
    Check API function usergroup.massadd at https://www.zabbix.com/documentation...rgroup/massadd

    Comment

    Working...