Skip to content

Commit c0e324f

Browse files
author
ibering
committed
Services index view: missing host status field 'is_hardstate' added
1 parent e1c27e0 commit c0e324f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/ServicesController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ public function index() {
249249
$HoststatusFields = new HoststatusFields($this->DbBackend);
250250
$HoststatusFields
251251
->currentState()
252+
->isHardstate()
252253
->isFlapping()
253254
->lastStateChange()
254255
->lastHardStateChange();

0 commit comments

Comments
 (0)