array( 'order' => self::SORT_DESC ) ); } /** * {@inheritdoc} */ public function getStaticFilterColumns() { return array( 'instance_name', 'host', 'host_alias', 'hostgroup', 'hostgroup_alias', 'hostgroup_name', 'service', 'service_host_name', 'servicegroup', 'servicegroup_alias', 'servicegroup_name' ); } }