diff --git a/library/Icingadb/Common/ObjectInspectionDetail.php b/library/Icingadb/Common/ObjectInspectionDetail.php index a90e1622..f2ebccb2 100644 --- a/library/Icingadb/Common/ObjectInspectionDetail.php +++ b/library/Icingadb/Common/ObjectInspectionDetail.php @@ -142,6 +142,7 @@ abstract class ObjectInspectionDetail extends BaseHtmlElement 'execution_time' => [$this, 'formatMilliseconds'], 'latency' => [$this, 'formatMilliseconds'], 'hard_state' => [$this, 'formatState'], + 'previous_soft_state' => [$this, 'formatState'], 'previous_hard_state' => [$this, 'formatState'], 'state' => [$this, 'formatState'] ]