diff --git a/modules/monitoring/application/controllers/ShowController.php b/modules/monitoring/application/controllers/ShowController.php index 538a75132..d60bbebd2 100644 --- a/modules/monitoring/application/controllers/ShowController.php +++ b/modules/monitoring/application/controllers/ShowController.php @@ -214,6 +214,19 @@ class Monitoring_ShowController extends Controller ) ); } + $tabs->add( + 'services', + array( + 'title' => sprintf( + $this->translate('List all services on host %s'), + $isService ? $object->getHost()->getName() : $object->getName() + ), + 'label' => $this->translate('Services'), + 'icon' => 'services', + 'url' => 'monitoring/show/services', + 'urlParams' => $params, + ) + ); if ($this->backend->hasQuery('eventHistory')) { $tabs->add( 'history',