Ad Widget

Collapse

How to generate a trigger based on other triggers

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kris-RNP
    Junior Member
    • Jun 2024
    • 4

    #1

    How to generate a trigger based on other triggers

    Hello all,

    i was wondering if this is possible in Zabbix.

    I have some triggers on 2 different hosts.

    For example
    I have trigger1 on host1
    I have trigger2 on host2
    I have set these alarms to information

    I want to make an alarm, based on if trigger1 and trigger2 are active on the same time. If only one trigger is active, i dont want to make an alarm.

    Can i make a "fake" host which looks into these triggers and will make an alarm if both are active at the same time?


    Best regards
    Kris
  • Answer selected by Kris-RNP at 21-11-2024, 21:38.
    Kris-RNP
    Junior Member
    • Jun 2024
    • 4

    Solution:

    I ended up using aggregate checks for this, and using the items instead, to counter the values.

    Keeping this post, if others have the same question.
    Last edited by Kris-RNP; 21-11-2024, 21:38.

    Comment

    • Kris-RNP
      Junior Member
      • Jun 2024
      • 4

      #2
      Solution:

      I ended up using aggregate checks for this, and using the items instead, to counter the values.

      Keeping this post, if others have the same question.
      Last edited by Kris-RNP; 21-11-2024, 21:38.

      Comment

      Working...