mirror of https://github.com/Icinga/icinga2.git
RedisWriter#SerializeState(): serialize also Checkable#next_update
refs #54
This commit is contained in:
parent
9a3ab8c547
commit
21a900cd9d
|
@ -1232,6 +1232,7 @@ Dictionary::Ptr RedisWriter::SerializeState(const Checkable::Ptr& checkable)
|
|||
attrs->Set("last_update", Utility::GetTime());
|
||||
attrs->Set("last_state_change", checkable->GetLastStateChange());
|
||||
attrs->Set("next_check", checkable->GetNextCheck());
|
||||
attrs->Set("next_update", checkable->GetNextUpdate());
|
||||
|
||||
return attrs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue