From 4487832d5f06e79029624bcc67da6672bf4ef040 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 7 Sep 2015 11:07:22 +0200 Subject: [PATCH] monitoring: Provide configurable navigation items refs #5600 --- modules/monitoring/configuration.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 */