Remove is_active_check

This commit is contained in:
Jean Flach 2018-12-07 10:58:57 +01:00 committed by Michael Friedrich
parent 6705158d31
commit 57b9fc94c3
1 changed files with 1 additions and 3 deletions

View File

@ -747,9 +747,7 @@ 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) {