array( 'order' => self::SORT_ASC ), 'services_severity' => array( 'columns' => array( 'services_severity', 'servicegroup_alias ASC' ), 'order' => self::SORT_DESC ) ); } public function getStaticFilterColumns() { return array( 'instance_name', 'services_severity', 'host', 'host_alias', 'host_display_name', 'host_name', 'hostgroup', 'hostgroup_alias', 'hostgroup_name', 'service', 'service_description', 'service_display_name', 'servicegroup' ); } }