mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Use the service_handled column instead of acknowledged and in_downtime
Only service_handled takes the host's state into consideration. refs #8013
This commit is contained in:
parent
c5915f24cc
commit
5b0c876362
@ -108,10 +108,9 @@ if ($hosts->count() === 0) {
|
||||
$host->host_unhandled_services),
|
||||
'monitoring/show/services',
|
||||
array(
|
||||
'host' => $host->host_name,
|
||||
'service_problem' => 1,
|
||||
'service_acknowledged' => 0,
|
||||
'service_in_downtime' => 0
|
||||
'host' => $host->host_name,
|
||||
'service_problem' => 1,
|
||||
'service_handled' => 0
|
||||
),
|
||||
array('style' => 'font-weight: normal')
|
||||
) ?>)</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user