diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index dbb43217d..350cb96be 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -40,7 +40,7 @@ if (count($services) === 0) { } foreach ($services as $service): $serviceLink = $this->href( - 'monitoring/show/service', + 'monitoring/service/show', array( 'host' => $service->host_name, 'service' => $service->service_description