From b04602362372722394b9d4670857d19ec36b9830 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 11 Jul 2014 08:49:58 +0200 Subject: [PATCH] Ensure that our menu inis are in sync and up2date The menu configurations for vagrant missed the entries for the timeline, applicationlog and contacts-view. fixes #6512 --- .vagrant-puppet/files/etc/icingaweb/menu.ini | 5 +++++ .../files/etc/icingaweb/modules/monitoring/menu.ini | 9 +++++++++ config/modules/monitoring/menu.ini | 5 +++++ 3 files changed, 19 insertions(+) diff --git a/.vagrant-puppet/files/etc/icingaweb/menu.ini b/.vagrant-puppet/files/etc/icingaweb/menu.ini index b63914202..f01ebaecc 100644 --- a/.vagrant-puppet/files/etc/icingaweb/menu.ini +++ b/.vagrant-puppet/files/etc/icingaweb/menu.ini @@ -18,6 +18,11 @@ title = "Configuration" url = "config" priority = 300 +[System.ApplicationLog] +title = "Application log" +url = "list/applicationlog" +priority = 400 + [Logout] url = "authentication/logout" icon = img/icons/logout.png diff --git a/.vagrant-puppet/files/etc/icingaweb/modules/monitoring/menu.ini b/.vagrant-puppet/files/etc/icingaweb/modules/monitoring/menu.ini index 2f050795d..c66a611a9 100644 --- a/.vagrant-puppet/files/etc/icingaweb/modules/monitoring/menu.ini +++ b/.vagrant-puppet/files/etc/icingaweb/modules/monitoring/menu.ini @@ -71,6 +71,11 @@ title = "Comments" url = "monitoring/list/comments" priority = 70 +[Overview.Contacts] +title = "Contacts" +url = "monitoring/list/contacts" +priority = 70 + [History] icon = "img/icons/history.png" @@ -87,6 +92,10 @@ url = "monitoring/list/notifications" title = "All Events" url = "monitoring/list/eventhistory?timestamp>=-7%20days" +[History.Timeline] +title = "Timeline" +url = "monitoring/timeline" + [System.Process Info] title = "Process Info" url = "monitoring/process/info" diff --git a/config/modules/monitoring/menu.ini b/config/modules/monitoring/menu.ini index 69a002c9c..c66a611a9 100644 --- a/config/modules/monitoring/menu.ini +++ b/config/modules/monitoring/menu.ini @@ -71,6 +71,11 @@ title = "Comments" url = "monitoring/list/comments" priority = 70 +[Overview.Contacts] +title = "Contacts" +url = "monitoring/list/contacts" +priority = 70 + [History] icon = "img/icons/history.png"