From 81a39a7fa5549ba466a5553c6aec7323c3c3d94a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 4 Mar 2014 16:12:12 +0000 Subject: [PATCH] One more dashboard pane --- config/dashboard/dashboard.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/dashboard/dashboard.ini b/config/dashboard/dashboard.ini index a76744836..18dce48c2 100644 --- a/config/dashboard/dashboard.ini +++ b/config/dashboard/dashboard.ini @@ -1,3 +1,24 @@ +[Incidents] +title = "Current incidents" + +[Incidents.Unhandled Services] +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.Unhandled Hosts] +url = "monitoring/list/hosts" +host_problem = 1 +sort = host_severity + [Landing] title = "Landing page" [Landing.Hostgroups]