array( 'order' => self::SORT_DESC ), 'downtime_start' => array( 'order' => self::SORT_DESC ), 'downtime_host' => array( 'columns' => array( 'downtime_host', 'downtime_service' ), 'order' => self::SORT_ASC ), ); } }