Landing Page: Show unhandled host and service problems
This commit is contained in:
parent
bf0a9c9e5a
commit
ec42ddde12
|
@ -14,11 +14,8 @@ width = "500"
|
||||||
height = ""
|
height = ""
|
||||||
width = ""
|
width = ""
|
||||||
|
|
||||||
[Landing.Problem Services]
|
[Landing.Unhandled Problem Services]
|
||||||
url = "monitoring/list/services?service_problem=1"
|
url = "monitoring/list/services?service_handled=0&service_problem=1"
|
||||||
service_problem = "1"
|
|
||||||
|
|
||||||
[Landing.Unhandled Problem Hosts]
|
[Landing.Unhandled Problem Hosts]
|
||||||
url = "monitoring/list/hosts?host_state%3E0=&host_handled=0"
|
url = "monitoring/list/hosts?host_handled=0&host_problem=1"
|
||||||
host_state>0 = ""
|
|
||||||
host_handled = "0"
|
|
||||||
|
|
|
@ -85,7 +85,8 @@ class HostStatus extends DataView
|
||||||
'host_notes_url',
|
'host_notes_url',
|
||||||
'host_percent_state_change',
|
'host_percent_state_change',
|
||||||
'host_modified_host_attributes',
|
'host_modified_host_attributes',
|
||||||
'host_severity'
|
'host_severity',
|
||||||
|
'host_problem'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue