diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 841789796..caa413bcf 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -81,20 +81,6 @@ if ($hosts->count() === 0) { compact): ?>
- host_unhandled_services) && $host->host_unhandled_services > 0): ?> - - host_unhandled_services ?> - - - monitoringState($host, 'host')) ?>
@@ -122,11 +108,27 @@ if ($hosts->count() === 0) { ) ?> - + host_name ?>
+ ) ?>">host_name ?> + host_unhandled_services) && $host->host_unhandled_services > 0): ?> + (qlink( + sprintf($this->translate('%d unhandled services'), $host->host_unhandled_services), + 'monitoring/show/services', + array( + 'host' => $host->host_name, + 'service_problem' => 1, + 'service_acknowledged' => 0, + 'service_in_downtime' => 0 + ), + array('style' => 'font-weight: normal') + ) ?>) + +
escape(substr(strip_tags($host->host_output), 0, 10000)) ?>