-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.33rc1, 5.0.14rc1, 5.4.3rc1, 6.0.0alpha1
-
Sprint 78 (Jul 2021), Sprint 79 (Aug 2021), Sprint 80 (Sep 2021), Sprint 81 (Oct 2021), Sprint 82 (Nov 2021), Sprint 83 (Dec 2021)
-
1
Problem description: If a trigger has 2 hosts in its expression and one of these hosts is in maintenance, then no notification is triggered if this trigger is set to problem status. According to user documentation: If at least one host (used in the trigger expression) is not in maintenance mode, Zabbix will send a problem notification
Steps to reproduce:
- Create 2 hosts
- Create a trigger that has both of these hosts in its expresson
- Create a maintenance period for one of these hosts
- Wait for the maintenance period to start
- Set the trigger in status "Problem"
Result: Trigger is in status problem, no notification is sent out
Expected: Notification should be sent out as one of the hosts mentioned in the trigger expression is not in maintenance.