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