Ad Widget

Collapse

Users in usergroup with access to all hostgroups

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • StormScorpion
    Junior Member
    • Feb 2024
    • 22

    #1

    Users in usergroup with access to all hostgroups

    Hi,

    we have an usergroup which should have access to all hostgroups. So I configured host permissions of the group to Read permissions for all groups. This works fine until someone creates a new hostgroup. Hosts in this new hostgroup are not visible for the usergroup, until someone adds it. As we use lots of hostgroups this is error prone. Is there anything how we could solve this?
    Or do I have to build something using the API to run via cronjob and set permissions for this group to all hostgroups?
  • Semiadmin
    Senior Member
    • Oct 2014
    • 1625

    #2
    You may create a new user role with super admin user type and restrict access to administration, configuration, API etc.

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4806

      #3
      yep, thats the issue... you are giving permissions to all EXISTING groups.. Not the ones appearing later. As suggested a restricted superadmin role or you need to run an API call once in a while to overwrite permissions. All groups and propagate permissions..

      Comment

      Working...