From 00ac224ec1479a53cb02562fb06e4e8299069298 Mon Sep 17 00:00:00 2001
From: Alexander Fuhr <alexander.fuhr@netways.de>
Date: Wed, 20 Aug 2014 15:39:48 +0200
Subject: [PATCH] Delete deprecated menu.ini.in

refs #5749
---
 config/modules/monitoring/menu.ini.in | 69 ---------------------------
 1 file changed, 69 deletions(-)
 delete mode 100644 config/modules/monitoring/menu.ini.in

diff --git a/config/modules/monitoring/menu.ini.in b/config/modules/monitoring/menu.ini.in
deleted file mode 100644
index ef874f6a7..000000000
--- a/config/modules/monitoring/menu.ini.in
+++ /dev/null
@@ -1,69 +0,0 @@
-[menu]
-;Remove component as of #4583 since it's not working
-;Issues.title        = "Issues"                                                      ; Extended version
-;Issues.route        = "/monitoring/list/services?problems=1&sort=severity"          ; Explicit route
-;Issues.key          = "issues"                                                      ; When this key is set in the controller, the item is active
-
-;Remove component as of #4583 since it's not working
-;Changes.title       = "Recent Changes"
-;Changes.route       = "/monitoring/list/services?sort=service_last_state_change"
-;_1                  = 1                                                             ;Spacer after this section
-
-Hosts.title          = "Hosts"
-Hosts.route          = "/monitoring/list/hosts"
-Hosts.iconClass      = "icinga-icon-host-petrol"
-
-Services.title       = "Services"
-Services.route       = "/monitoring/list/services"
-Services.iconClass   = "icinga-icon-service-petrol"
-
-Downtimes.title      = "Downtimes"
-Downtimes.route      = "/monitoring/list/downtimes"
-Downtimes.iconClass  = "icinga-icon-down-petrol"
-
-Notifications.title  = "Notifications"
-Notifications.route  = "/monitoring/list/notifications"
-Notifications.iconClass  = "icinga-icon-notification-petrol"
-
-Comments.title       = "Comments"
-Comments.route       = "/monitoring/list/comments"
-Comments.iconClass   = "icinga-icon-comment-petrol"
-
-;Contacts             = "/monitoring/list/contacts"
-
-;Contact Groups  = "/monitoring/list/contactgroups"
-
-Servicegroups.title  = "Servicegroups"
-Servicegroups.route  = "/monitoring/list/servicegroups"
-Servicegroups.iconClass   = "icinga-icon-servicegroup-petrol"
-
-Hostgroups.title     = "Hostgroups"
-Hostgroups.route     = "/monitoring/list/hostgroups"
-Hostgroups.iconClass = "icinga-icon-hostgroup-petrol"
-
-History.title        = "History"
-History.route        = "/monitoring/list/eventhistory"
-History.iconClass    = "icinga-icon-history-petrol"
-
-Performance.title    = "Performance"
-Performance.route    ="/monitoring/process/performance"
-
-
-[Hosts]
-; New section
-; Title property unset means title is "Hosts"
-url="#"
-iconClass="icon-hosts"
-priority=1
-
-[Hosts.Problems]
-; New section beneath section hosts
-title="Problem Hosts"
-url="/monitoring/list/hosts?problem=1"
-priority=2
-
-[Hosts.A Link]
-title="Wiki"
-url="https://wiki.somewhere.com"
-priority=1
-icon="https://wiki.somewhere.com/icon.png" 
\ No newline at end of file