monitoring: Fix deprecated links

fixes #10056
This commit is contained in:
Eric Lippmann 2015-09-01 09:33:20 +02:00
parent 6007cc7f7b
commit 5da88d0767
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ if (! $this->compact): ?>
$this->translate('%s on %s', 'Service running on host'),
$this->qlink(
$event->service_display_name,
'monitoring/show/service',
'monitoring/service/show',
array(
'host' => $event->host_name,
'service' => $event->service_description

View File

@ -70,7 +70,7 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . '
</span>
<?= $this->qlink(
'',
'monitoring/show/service',
'monitoring/service/show',
array(
'host' => $hostName,
'service' => $serviceDescription

View File

@ -33,7 +33,7 @@ if (! $this->compact): ?>
)
);
$hostLink = $this->href(
'monitoring/show/host',
'monitoring/host/show',
array(
'host' => $service->host_name,
)