From a5122f540d7506ecc51cdfecc26f1628f5f0f873 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 30 Dec 2014 11:14:13 +0100 Subject: [PATCH] monitoring: Add 'Notifications' to the 'Overview' menu section --- modules/monitoring/configuration.php | 29 ++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index b1cdee2de..f56c23d5c 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -127,22 +127,27 @@ $section->add($this->translate('Hostgroups'), array( 'url' => 'monitoring/list/hostgroups', 'priority' => 60 )); -$section->add($this->translate('Contactgroups'), array( - 'url' => 'monitoring/list/contactgroups', - 'priority' => 61 -)); -$section->add($this->translate('Downtimes'), array( - 'url' => 'monitoring/list/downtimes', - 'priority' => 71 -)); -$section->add($this->translate('Comments'), array( - 'url' => 'monitoring/list/comments?comment_type=(comment|ack)', - 'priority' => 70 -)); $section->add($this->translate('Contacts'), array( 'url' => 'monitoring/list/contacts', 'priority' => 70 )); +$section->add($this->translate('Contactgroups'), array( + 'url' => 'monitoring/list/contactgroups', + 'priority' => 70 +)); +$section->add($this->translate('Comments'), array( + 'url' => 'monitoring/list/comments?comment_type=(comment|ack)', + 'priority' => 80 +)); +$section->add($this->translate('Downtimes'), array( + 'url' => 'monitoring/list/downtimes', + 'priority' => 80 +)); +$section->add($this->translate('Notifications'), array( + 'url' => 'monitoring/list/notifications', + 'priority' => 80 +)); + /* * History Section