mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
parent
286538c17e
commit
cb99402766
@ -42,6 +42,7 @@ bool EventQueue::CanProcessEvent(const String& type) const
|
||||
void EventQueue::ProcessEvent(const Dictionary::Ptr& event)
|
||||
{
|
||||
ScriptFrame frame;
|
||||
frame.Sandboxed = true;
|
||||
|
||||
if (!FilterUtility::EvaluateFilter(frame, m_Filter, event, "event"))
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user