Ad Widget

Collapse

Users and groups

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bashman
    Senior Member
    • Dec 2009
    • 432

    #1

    Users and groups

    Hi,

    I want to make this hierarchy for users:

    1. Operator with Zabbix User permissions.
    2. Admin with Zabbix Admin permissions.
    3. Responsible with Zabbix User permissions.

    Then I want to make this hierarchy for groups:

    Group1 --> User1 (Operator), User2 (Operator), User3 (Admin), User4 (Admin).
    Group2 --> User5 (Operator), User6 (Operator), User3 (Admin), User4 (Admin).
    ...

    The idea is, the Operators get the alerts and the Admin get the unsolved alerts (let's say after an hour of an unresolved problem).

    Is it possible?,

    Thanks.
    978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    not sure i completely understood the scheme, but it should be possible by using escalations.
    add immediate operation for operators, and after an hour - for admins. admins will only receive message if problem is still unresolved after one hour.
    you can also add a condition to only notify if the problem is unacknowledged.

    do not forget to add "trigger value = problem" condition when enabling escalations
    Zabbix 3.0 Network Monitoring book

    Comment

    • bashman
      Senior Member
      • Dec 2009
      • 432

      #3
      That's exactly what I wanted, thank you very much richlv.
      978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

      Comment

      Working...