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

View File

@ -37,11 +37,19 @@ class HoststatusView extends AbstractView
'host_last_time_up', 'host_last_time_up',
'host_last_time_down', 'host_last_time_down',
'host_last_time_unreachable', 'host_last_time_unreachable',
// Services
'services_cnt',
'services_problem',
'services_problem_handled',
'services_problem_unhandled',
); );
protected $specialFilters = array( protected $specialFilters = array(
'hostgroups', 'hostgroup',
'servicegroups' 'servicegroup',
'contact',
'contactgroup',
); );
protected $sortDefaults = array( protected $sortDefaults = array(