@symptoms = $session->getProblemClosure( $object, $eventname, $flag )
Lists the events, or symptoms, that contribute to a specified problem. The getEventCauses() primitive is the inverse of this one. The section “getEventCauses” on page 83 provides additional information.
@list = $session->getProblemClosure( "Router::gw1", "Down", 1 );