mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +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(checkable->GetSeverity());
|
||||
|
||||
attrs->Set("is_active", checkable->IsActive());
|
||||
|
||||
|
||||
CheckResult::Ptr cr = checkable->GetLastCheckResult();
|
||||
|
||||
if (cr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user