Vagrant box had old dashboard.ini

This commit is contained in:
Thomas Gelf 2014-03-06 17:48:39 +00:00
parent 3a623b248e
commit a8e4a6a0f3
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,24 @@
[Incidents]
title = "Current incidents"
[Incidents.Service Problems]
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"
[Incidents.Host Problems]
url = "monitoring/list/hosts"
host_problem = 1
sort = host_severity
[Landing]
title = "Landing page"
[Landing.Hostgroups]

View File

@ -1,7 +1,7 @@
[Incidents]
title = "Current incidents"
[Incidents.Unhandled Services]
[Incidents.Service Problems]
url = "monitoring/list/services"
service_problem = 1
limit = 10
@ -14,7 +14,7 @@ service_state = 0
limit = 10
dir = "desc"
[Incidents.Unhandled Hosts]
[Incidents.Host Problems]
url = "monitoring/list/hosts"
host_problem = 1
sort = host_severity