Ad Widget

Collapse

Multiple triggers but only with different value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KpR
    Junior Member
    • Dec 2022
    • 5

    #1

    Multiple triggers but only with different value

    Hey everyone;

    I'm trying to get a notification when a domain admin log on a computer.
    For it, I have an item catching the event log and I have a trigger to get the notification.
    It's working well but as soon as a second domain admin log, it doesn't trigger again.

    If I select multiple trigger in the trigger notification, I have the same trigger value (so duplicate notifications)

    I'm looking for a way to configure my trigger like "Do not trigger another problem if same trigger with same value already exist"

    Ex :
    I have an item of event logs like it
    Time Value
    09:00:00 New Logon: admin1
    09:02:00 New Logon: admin1
    09:03:00 New Logon: admin2
    09:05:00 New Logon: admin2

    If i select multiple in the trigger, I will have 4 problems (2 for admin1 and 2 for admin2)
    I'm looking for a way to have only 2 problems (1 for admin1 and 1 for admin2)

    Please let me know if it's unclear.

    thanks !
  • KpR
    Junior Member
    • Dec 2022
    • 5

    #2
    Please go up

    Comment

    • Hamardaban
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • May 2019
      • 2713

      #3
      You can use trolling and discard unchanged values (although this is not what you need).
      Or close open problems using tags.

      Comment

      Working...