mirror of https://github.com/Icinga/icinga2.git
Throw an exception in case of error during ExecuteEventHandler if source is not set
This commit is contained in:
parent
53659066f2
commit
aadedc0d1c
|
@ -302,6 +302,8 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||
|
||||
double now = Utility::GetTime();
|
||||
SendEventExecuteCommand(params, ServiceUnknown, output, now, now, listener, origin, sourceEndpoint);
|
||||
} else {
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
} else if (command_type == "notification_command") {
|
||||
|
|
Loading…
Reference in New Issue