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