mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
3ecec31af3
commit
5b071f9611
@ -72,6 +72,6 @@ void PluginNotificationTask::ProcessFinishedHandler(const Checkable::Ptr& checka
|
|||||||
msgbuf << "Notification command '" << command << "' for object '"
|
msgbuf << "Notification command '" << command << "' for object '"
|
||||||
<< checkable->GetName() << "' failed; exit status: "
|
<< checkable->GetName() << "' failed; exit status: "
|
||||||
<< pr.ExitStatus << ", output: " << pr.Output;
|
<< pr.ExitStatus << ", output: " << pr.Output;
|
||||||
Log(LogWarning, "icinga", msgbuf.str());
|
Log(LogWarning, "PluginNotificationTask", msgbuf.str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user