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:
Johannes Meyer 2014-12-22 16:18:39 +01:00
parent c5915f24cc
commit 5b0c876362

View File

@ -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>