From 1e39ec668a4e2f1ff531418a27a6859599610fdf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 16 Sep 2015 15:31:19 +0200 Subject: [PATCH] monitoring: Disable custom host- and service-notes refs #5600 --- modules/monitoring/configuration.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 2398ed337..c69ebc97b 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -90,8 +90,9 @@ $this->provideSearchUrl($this->translate('Servicegroups'), 'monitoring/list/serv */ $this->provideNavigationItem('host-action', $this->translate('Host Action')); $this->provideNavigationItem('service-action', $this->translate('Service Action')); -$this->provideNavigationItem('host-note', $this->translate('Host Note')); -$this->provideNavigationItem('service-note', $this->translate('Service Note')); +// Notes are disabled as we're not sure whether to really make a difference between actions and notes +//$this->provideNavigationItem('host-note', $this->translate('Host Note')); +//$this->provideNavigationItem('service-note', $this->translate('Service Note')); /* * Problems Section