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