monitoring: Fix link to unhandled services of a host

refs #7998
This commit is contained in:
Eric Lippmann 2015-06-02 10:07:13 +02:00
parent 0ce2227385
commit c01512d5e9
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if (count($hosts) === 0) {
$this->translatePlural('%u unhandled service', '%u unhandled services', $host->host_unhandled_services),
$host->host_unhandled_services
),
'monitoring/show/services',
'monitoring/list/services',
array(
'host' => $host->host_name,
'service_problem' => 1,