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