mirror of https://github.com/Icinga/icinga2.git
Remove is_active_check
This commit is contained in:
parent
6705158d31
commit
57b9fc94c3
|
@ -748,8 +748,6 @@ Dictionary::Ptr RedisWriter::SerializeState(const Checkable::Ptr& checkable)
|
|||
//attrs->Set("severity")
|
||||
//attrs->Set(checkable->GetSeverity());
|
||||
|
||||
attrs->Set("is_active", checkable->IsActive());
|
||||
|
||||
CheckResult::Ptr cr = checkable->GetLastCheckResult();
|
||||
|
||||
if (cr) {
|
||||
|
|
Loading…
Reference in New Issue