icingaweb2/config/dashboard/dashboard.ini

36 lines
802 B
INI
Raw Normal View History

2014-03-04 17:12:12 +01:00
[Incidents]
title = "Current incidents"
2014-03-06 18:48:39 +01:00
[Incidents.Service Problems]
2014-03-04 17:12:12 +01:00
url = "monitoring/list/services"
service_problem = 1
limit = 10
sort = service_severity
[Incidents.Recently Recovered Services]
url = "monitoring/list/services"
sort = "service_last_state_change"
service_state = 0
limit = 10
dir = "desc"
2014-03-06 18:48:39 +01:00
[Incidents.Host Problems]
2014-03-04 17:12:12 +01:00
url = "monitoring/list/hosts"
host_problem = 1
sort = host_severity
[Landing]
title = "Landing page"
[Landing.Hostgroups]
url = "monitoring/chart/hostgroup?height=400&width=500"
[Landing.Servicegroups]
url = "monitoring/chart/servicegroup?height=360&width=450"
[Landing.Unhandled Problem Services]
url = "monitoring/list/services?service_handled=0&service_problem=1"
[Landing.Unhandled Problem Hosts]
url = "monitoring/list/hosts?host_handled=0&host_problem=1"