Zabbix Enable Item option only for Super Admins

113 Views Asked by At

I am using zabbix 6.4 and i want to give enable/disable of items/triggers/hosts only to users with super admin access, Please help with required changes

I tries to user permissions but that don't seem to work, Please check if any code level changes are required

1

There are 1 best solutions below

4
On

To achieve this in Zabbix, you need to modify the user group permissions and set up access restrictions accordingly. Here's a step-by-step guide:

Create a new User Group:

  1. Go to "Administration" > "User groups."
  2. Click on "Create user group" and give it a name, like "Super Admins."

Configure User Group Permissions:

  1. In the newly created "Super Admins" user group, you can grant the desired permissions, which include "Read-write" access to items, triggers, and hosts. Make sure that only this user group has these permissions.

Assign Users to the User Group:

  1. Go to "Administration" > "Users."
  2. Edit the user account you want to grant super admin access. 6 )Under the "Groups" tab, add the user to the "Super Admins" user group.

By following these steps, users belonging to the "Super Admins" user group will have read-write access to items, triggers, and hosts, while other users will have restricted access based on their respective user groups.