Landing Page: Show unhandled host and service problems
This commit is contained in:
parent
bf0a9c9e5a
commit
ec42ddde12
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue