mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
f019153a12
commit
5b19784b25
@ -60,7 +60,7 @@ void PluginEventTask::ProcessFinishedHandler(const Checkable::Ptr& checkable, co
|
||||
{
|
||||
if (pr.ExitStatus != 0) {
|
||||
Process::Arguments parguments = Process::PrepareCommand(commandLine);
|
||||
Log(LogNotice, "PluginEventTask")
|
||||
Log(LogWarning, "PluginEventTask")
|
||||
<< "Event command for object '" << checkable->GetName() << "' (PID: " << pr.PID
|
||||
<< ", arguments: " << Process::PrettyPrintArguments(parguments) << ") terminated with exit code "
|
||||
<< pr.ExitStatus << ", output: " << pr.Output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user