mirror of https://github.com/Icinga/icinga2.git
parent
0940b7a48d
commit
45a0f09532
|
@ -906,8 +906,6 @@ void DbEvents::AddStateChangeHistory(const Checkable::Ptr& checkable, const Chec
|
||||||
<< "add state change history for '" << checkable->GetName() << "'";
|
<< "add state change history for '" << checkable->GetName() << "'";
|
||||||
|
|
||||||
double ts = cr->GetExecutionEnd();
|
double ts = cr->GetExecutionEnd();
|
||||||
|
|
||||||
double now = Utility::GetTime();
|
|
||||||
std::pair<unsigned long, unsigned long> state_time_bag = CompatUtility::ConvertTimestamp(ts);
|
std::pair<unsigned long, unsigned long> state_time_bag = CompatUtility::ConvertTimestamp(ts);
|
||||||
|
|
||||||
DbQuery query1;
|
DbQuery query1;
|
||||||
|
|
Loading…
Reference in New Issue