array( 'order' => self::SORT_ASC ), 'hosts_severity' => array( 'columns' => array( 'hosts_severity', 'hostgroup_alias ASC' ), 'order' => self::SORT_DESC ), 'hosts_total' => array( 'columns' => array( 'hosts_total', 'hostgroup_alias ASC' ), 'order' => self::SORT_ASC ), 'services_total' => array( 'columns' => array( 'services_total', 'hostgroup_alias ASC' ), 'order' => self::SORT_ASC ) ); } }