Ad Widget

Collapse

Filtering of alerts in trigger action not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • compuj85
    Junior Member
    • Sep 2025
    • 7

    #1

    Filtering of alerts in trigger action not working

    Hello,

    At the university where I've set up Zabbix we have different infra teams.... one handles the OS / Network, and a separate team handles web hosting specific tasks. I'm trying to prevent Apache alerts from going to the first team.

    Here is my trigger action:

    Click image for larger version  Name:	image.png Views:	0 Size:	165.5 KB ID:	513265

    The condition A and (B or C or D or E) works fine. However the filtering that should apply with (F or G or H) is not working, alerts with the tag target:apache or alerts generated by the template Apache by Zabbix agent active are still being generated by this action.

    What am I missing?

    Thanks,

    -Jason
  • Manuel Deschambault
    Junior Member
    • Jan 2026
    • 21

    #2
    From gemini:

    When a host has multiple templates assigned, a Zabbix Trigger action condition based on a "Template" evaluates whether the specific trigger that fired was inherited from that specific template

    Is it possible your devices with the "Apache by Zabbix agent active" template have other templates associated to them, and the trigger does not come from that template? By the description above, it would be excluded from your posted action logic.

    Comment

    Working...