mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 00:24:23 +02:00
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("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…
x
Reference in New Issue
Block a user