Skip to content

Commit

Permalink
Services index view: missing host status field 'is_hardstate' added
Browse files Browse the repository at this point in the history
  • Loading branch information
ibering committed Oct 26, 2023
1 parent e1c27e0 commit c0e324f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/ServicesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public function index() {
$HoststatusFields = new HoststatusFields($this->DbBackend);
$HoststatusFields
->currentState()
->isHardstate()
->isFlapping()
->lastStateChange()
->lastHardStateChange();
Expand Down

0 comments on commit c0e324f

Please sign in to comment.