Some new hoststatus columns and filters. There is much more in the query, stay tuned

This commit is contained in:
Thomas Gelf 2013-08-21 00:30:35 +02:00 committed by Eric Lippmann
parent 624f4ab535
commit f6ef3faefb
1 changed files with 10 additions and 2 deletions

View File

@ -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(