mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
752df8ea28
commit
3f07dd6cae
@ -92,6 +92,11 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (params->Contains("source")) {
|
||||||
|
Log(LogCritical, "ApiListener", "Not implemented.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!listener->GetAcceptCommands()) {
|
if (!listener->GetAcceptCommands()) {
|
||||||
Log(LogWarning, "ApiListener")
|
Log(LogWarning, "ApiListener")
|
||||||
<< "Ignoring command. '" << listener->GetName() << "' does not accept commands.";
|
<< "Ignoring command. '" << listener->GetName() << "' does not accept commands.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user