diff --git a/modules/monitoring/library/Monitoring/View/HoststatusView.php b/modules/monitoring/library/Monitoring/View/HoststatusView.php index 6941e4d7e..b2c0aa1e6 100644 --- a/modules/monitoring/library/Monitoring/View/HoststatusView.php +++ b/modules/monitoring/library/Monitoring/View/HoststatusView.php @@ -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(