-
Change Request
-
Resolution: Unresolved
-
Minor
-
None
Now function process_actions are copying all actions from configuration cache. It is not optimal use of cache, process_actions should not copy the action from configuration cache if its source is not present in array of events.
In addition need to take in account that not all events should be checked (For example - recovery events, special events without actions ZBX_FLAGS_DB_EVENT_NO_ACTION, ZBX_FLAGS_DB_EVENT_CREATE).