mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +02:00
parent
f5b9905161
commit
476da0b2c2
@ -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