icingaweb2/config/modules/monitoring/menu.ini

105 lines
2.1 KiB
INI
Raw Normal View History

2014-02-03 17:03:05 +01:00
[Problems]
priority = 20
icon = "img/icons/error.png"
[Problems.Unhandled Hosts]
2014-03-06 11:29:32 +01:00
priority = 40
2014-02-03 17:03:05 +01:00
url = "monitoring/list/hosts?host_problem=1&host_handled=0"
[Problems.Unhandled Services]
2014-03-06 11:29:32 +01:00
priority = 40
url = "monitoring/list/services?service_problem=1&service_handled=0&sort=service_severity"
[Problems.Host Problems]
2014-02-03 17:03:05 +01:00
priority = 50
2014-03-06 11:29:32 +01:00
url = "monitoring/list/hosts?host_problem=1&sort=host_severity"
[Problems.Service Problems]
priority = 50
url = "monitoring/list/services?service_problem=1&sort=service_severity&dir=desc"
2014-02-03 17:03:05 +01:00
[Problems.Current Downtimes]
url = "monitoring/list/downtimes?downtime_is_in_effect=1"
[Overview]
priority = 30
icon = "img/icons/hostgroup.png"
[Overview.Tactical Overview]
title = "Tactical Overview"
url = "monitoring/tactical"
2014-03-06 11:29:32 +01:00
priority = 40
2014-02-03 17:03:05 +01:00
[Overview.Hosts]
title = "Hosts"
url = "monitoring/list/hosts"
priority = 50
[Overview.Services]
title = "Services"
url = "monitoring/list/services"
priority = 50
2014-03-12 14:41:17 +01:00
[Overview.Servicematrix]
title = "Servicematrix"
url = "monitoring/list/servicematrix"
priority = 51
2014-02-03 17:03:05 +01:00
[Overview.Servicegroups]
title = "Servicegroups"
url = "monitoring/list/servicegroups"
priority = 60
[Overview.Hostgroups]
title = "Hostgroups"
url = "monitoring/list/hostgroups"
priority = 60
2014-03-06 11:29:32 +01:00
[Overview.Contactgroups]
title = "Contactgroups"
url = "monitoring/list/contactgroups"
priority = 61
2014-02-03 17:03:05 +01:00
[Overview.Downtimes]
title = "Downtimes"
url = "monitoring/list/downtimes"
priority = 70
[Overview.Comments]
title = "Comments"
url = "monitoring/list/comments"
priority = 70
2014-01-28 13:34:25 +01:00
[History]
2014-02-03 17:03:05 +01:00
icon = "img/icons/history.png"
2014-03-27 10:47:52 +01:00
[History.Critical Events]
title = "Critical Events"
2014-03-06 11:29:32 +01:00
url = "monitoring/list/statehistorysummary"
priority = 50
2014-02-03 17:03:05 +01:00
[History.Notifications]
title = "Notifications"
url = "monitoring/list/notifications"
[History.Events]
title = "All Events"
url = "monitoring/list/eventhistory?raw_timestamp>=-2+days"
2014-02-03 17:03:05 +01:00
[History.Timeline]
title = "Timeline"
url = "monitoring/timeline"
[System.Process Info]
title = "Process Info"
url = "monitoring/process/info"
priority = 120
[System.Performance Info]
title = "Performance Info"
2014-02-03 17:03:05 +01:00
url = "monitoring/process/performance"
priority = 130
2014-01-28 13:34:25 +01:00