We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a9cfc7 + dfa2df5 commit d9ea880Copy full SHA for d9ea880
2 files changed
library/Toplevelview/Model/Hostgroupsummary.php
@@ -168,7 +168,7 @@ public function getUnions(): array
168
'hostgroup_name_ci' => 'hostgroup.name_ci',
169
'hostgroup_display_name' => 'hostgroup.display_name',
170
'host_id' => 'host.id',
171
- 'host_state' => 'state.soft_state',
+ 'host_state' => 'state.hard_state',
172
'host_handled' => 'state.is_handled',
173
'host_reachable' => 'state.is_reachable',
174
'host_severity' => 'state.severity',
@@ -198,7 +198,7 @@ public function getUnions(): array
198
'host_in_downtime' => new Expression('NULL'),
199
'host_severity' => new Expression('0'),
200
'service_id' => 'service.id',
201
- 'service_state' => 'state.soft_state',
+ 'service_state' => 'state.hard_state',
202
'service_handled' => 'state.is_handled',
203
'service_reachable' => 'state.is_reachable',
204
'service_in_downtime' => 'state.in_downtime',
library/Toplevelview/Model/ServicegroupSummary.php
@@ -144,7 +144,7 @@ public function getUnions(): array
144
'servicegroup_name_ci' => 'servicegroup.name_ci',
145
'servicegroup_display_name' => 'servicegroup.display_name',
146
147
148
149
150
'service_severity' => 'state.severity',
0 commit comments