Landing Page: Show unhandled host and service problems

This commit is contained in:
Eric Lippmann 2013-10-23 15:55:53 +02:00
parent bf0a9c9e5a
commit ec42ddde12
2 changed files with 5 additions and 7 deletions

View File

@ -14,11 +14,8 @@ width = "500"
height = ""
width = ""
[Landing.Problem Services]
url = "monitoring/list/services?service_problem=1"
service_problem = "1"
[Landing.Unhandled Problem Services]
url = "monitoring/list/services?service_handled=0&service_problem=1"
[Landing.Unhandled Problem Hosts]
url = "monitoring/list/hosts?host_state%3E0=&host_handled=0"
host_state>0 = ""
host_handled = "0"
url = "monitoring/list/hosts?host_handled=0&host_problem=1"

View File

@ -85,7 +85,8 @@ class HostStatus extends DataView
'host_notes_url',
'host_percent_state_change',
'host_modified_host_attributes',
'host_severity'
'host_severity',
'host_problem'
);
}