Some new hoststatus columns and filters. There is much more in the query, stay tuned
This commit is contained in:
parent
624f4ab535
commit
f6ef3faefb
|
@ -37,11 +37,19 @@ class HoststatusView extends AbstractView
|
|||
'host_last_time_up',
|
||||
'host_last_time_down',
|
||||
'host_last_time_unreachable',
|
||||
|
||||
// Services
|
||||
'services_cnt',
|
||||
'services_problem',
|
||||
'services_problem_handled',
|
||||
'services_problem_unhandled',
|
||||
);
|
||||
|
||||
protected $specialFilters = array(
|
||||
'hostgroups',
|
||||
'servicegroups'
|
||||
'hostgroup',
|
||||
'servicegroup',
|
||||
'contact',
|
||||
'contactgroup',
|
||||
);
|
||||
|
||||
protected $sortDefaults = array(
|
||||
|
|
Loading…
Reference in New Issue