-
Change Request
-
Resolution: Fixed
-
Minor
-
3.2.5
-
None
-
Sprint 9, Sprint 10, Sprint 11, Sprint 12, Sprint 13, Sprint 14, Sprint 15
-
3
The {TRIGGER.STATUS} macro is used in default notifications to display the current status of the problem (trigger). This can be misleading in the case of multiple problem events and event correlation - the corresponding event might have been already resolved while trigger still having problem status.
To solve this we must:
- change {EVENT.VALUE}, {EVENT.STATUS} macros to return problem value if the original event is still in problem state, and ok value if the original event has been resolved (this must work for trigger and internal events).
- replace {TRIGGER.STATUS} with {EVENT.STATUS} in notifications
The {EVENT.RECOVERY.VALUE}, {EVENT.RECOVERY.STATUS} macros are pointless - they always returns OK value, so they can be marked as deprecated.
- part of
-
ZBXNEXT-18 Send an alert after trigger being acknowledged
- Closed