diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 87d5a6644..a6c454027 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -85,6 +85,14 @@ $this->provideSearchUrl($this->translate('Services'), 'monitoring/list/services? $this->provideSearchUrl($this->translate('Hostgroups'), 'monitoring/list/hostgroups?limit=10', 97); $this->provideSearchUrl($this->translate('Servicegroups'), 'monitoring/list/servicegroups?limit=10', 96); +/* + * Available navigation items + */ +$this->provideNavigationItem('host-action'); +$this->provideNavigationItem('service-action'); +$this->provideNavigationItem('host-note'); +$this->provideNavigationItem('service-note'); + /* * Problems Section */