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