diff --git a/src/Controller/ServicesController.php b/src/Controller/ServicesController.php index 5fa331b86f..2718a4c564 100644 --- a/src/Controller/ServicesController.php +++ b/src/Controller/ServicesController.php @@ -249,6 +249,7 @@ public function index() { $HoststatusFields = new HoststatusFields($this->DbBackend); $HoststatusFields ->currentState() + ->isHardstate() ->isFlapping() ->lastStateChange() ->lastHardStateChange();