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